Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dipc.py1764 print "index " + GetIPCVoucherAttributeEntrySummary.header
1766 …print "{: <5d} ".format(cur_entry_index) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_…
1888 def GetIPCVoucherAttributeEntrySummary(ivace, manager_key_num = 0): function
1927 print "index " + GetIPCVoucherAttributeEntrySummary.header
1930 …print "{: <5d} ".format(next_free) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_table[…
1945 …".format("index", "key", "value_index", "manager") + " " + GetIPCVoucherAttributeEntrySummary.head…
1953 … s += " " + GetIPCVoucherAttributeEntrySummary(addressof(e), GetVoucherManagerKeyForIndex(i) )