Home
last modified time | relevance | path

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

/xnu-8796.121.2/tools/lldbmacros/
H A Dipc.py1863 print("index " + GetIPCVoucherAttributeEntrySummary.header)
1865 …print("{: <5d} ".format(cur_entry_index) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_…
1986 def GetIPCVoucherAttributeEntrySummary(ivace, manager_key_num = 0): function
2025 print("index " + GetIPCVoucherAttributeEntrySummary.header)
2028 …print("{: <5d} ".format(next_free) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_table[…
2043 …".format("index", "key", "value_index", "manager") + " " + GetIPCVoucherAttributeEntrySummary.head…
2051 … s += " " + GetIPCVoucherAttributeEntrySummary(addressof(e), GetVoucherManagerKeyForIndex(i) )