Home
last modified time | relevance | path

Searched refs:GetIPCVoucherAttributeEntrySummary (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.61.3/tools/lldbmacros/
H A Dipc.py1893 print("index " + GetIPCVoucherAttributeEntrySummary.header)
1895 …print("{: <5d} ".format(cur_entry_index) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_…
2016 def GetIPCVoucherAttributeEntrySummary(ivace, manager_key_num = 0): function
2055 print("index " + GetIPCVoucherAttributeEntrySummary.header)
2058 …print("{: <5d} ".format(next_free) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_table[…
2073 …".format("index", "key", "value_index", "manager") + " " + GetIPCVoucherAttributeEntrySummary.head…
2081 … s += " " + GetIPCVoucherAttributeEntrySummary(addressof(e), GetVoucherManagerKeyForIndex(i) )