Home
last modified time | relevance | path

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

/xnu-12377.1.9/tools/lldbmacros/
H A Dipc.py52 t, s = kalloc_array_decode(array, "struct ipc_entry")
60 t, s = kalloc_array_decode(array, "struct ipc_port_requests")
70 return kalloc_array_decode(table, "struct ipc_entry")
895 requestsval, _ = kalloc_array_decode(
1352 table, table_sz = kalloc_array_decode(p.ip_requests, "struct ipc_port_request")
H A Dmemory.py278 def kalloc_array_decode(addr, elt_type): function