Home
last modified time | relevance | path

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

/xnu-8792.61.2/tools/lldbmacros/ !
H A Dipc.py1809 print("index " + GetIPCVoucherAttributeEntrySummary.header)
1811 …print("{: <5d} ".format(cur_entry_index) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_…
1932 def GetIPCVoucherAttributeEntrySummary(ivace, manager_key_num = 0): function
1971 print("index " + GetIPCVoucherAttributeEntrySummary.header)
1974 …print("{: <5d} ".format(next_free) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_table[…
1989 …".format("index", "key", "value_index", "manager") + " " + GetIPCVoucherAttributeEntrySummary.head…
1997 … s += " " + GetIPCVoucherAttributeEntrySummary(addressof(e), GetVoucherManagerKeyForIndex(i) )