Home
last modified time | relevance | path

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

/xnu-10002.1.13/tools/lldbmacros/
H A Dipc.py1882 print("index " + GetIPCVoucherAttributeEntrySummary.header)
1884 …print("{: <5d} ".format(cur_entry_index) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_…
2005 def GetIPCVoucherAttributeEntrySummary(ivace, manager_key_num = 0): function
2044 print("index " + GetIPCVoucherAttributeEntrySummary.header)
2047 …print("{: <5d} ".format(next_free) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_table[…
2062 …".format("index", "key", "value_index", "manager") + " " + GetIPCVoucherAttributeEntrySummary.head…
2070 … s += " " + GetIPCVoucherAttributeEntrySummary(addressof(e), GetVoucherManagerKeyForIndex(i) )