Home
last modified time | relevance | path

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

/xnu-11215.81.4/tools/lldbmacros/
H A Dipc.py1896 print("index " + GetIPCVoucherAttributeEntrySummary.header)
1898 …print("{: <5d} ".format(cur_entry_index) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_…
2032 def GetIPCVoucherAttributeEntrySummary(ivace, manager_key_num = 0): function
2071 print("index " + GetIPCVoucherAttributeEntrySummary.header)
2074 …print("{: <5d} ".format(next_free) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_table[…
2089 …".format("index", "key", "value_index", "manager") + " " + GetIPCVoucherAttributeEntrySummary.head…
2097 … s += " " + GetIPCVoucherAttributeEntrySummary(addressof(e), GetVoucherManagerKeyForIndex(i) )