Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/lldbmacros/
H A Dipc.py443 portval = wq.asPort()
530 def GetKObjectFromPort(portval): argument
535 io_bits = unsigned(portval.ip_object.io_bits)
541 kobject_val = Cast(portval.ip_kobject, 'void *')
663 portval = Cast(ie_object, 'ipc_port_t')
665 requestsval, _ = kalloc_array_decode(portval.ip_requests, 'struct ipc_port_request')
676 if portval.ip_nsrequest != 0: right_str += 'n'
678 if GetPortPDRequest(portval): right_str += 'x'
680 if portval.ip_immovable_receive != 0: right_str += 'i'
682 if portval.ip_immovable_send != 0: right_str += 'm'
[all …]