Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/ipc/
H A Dipc_port.h119 struct ipc_object ip_object; member
286 #define ip_object_to_port(io) __container_of(io, struct ipc_port, ip_object)
287 #define ip_to_object(port) (&(port)->ip_object)
H A Dipc_port.c3109 os_atomic_init(&port->ip_object.io_bits, io_makebits(IOT_PORT)); in ipc_port_alloc_special()
3110 os_atomic_init(&port->ip_object.io_references, 1); in ipc_port_alloc_special()
/xnu-8792.61.2/tools/lldbmacros/
H A Dipc.py99 if portp.ip_object.io_bits & 0x80000000:
115 unsigned(receiver_name), portp.ip_object.io_references, space,
535 io_bits = unsigned(portval.ip_object.io_bits)
578 bits = unsigned(port.ip_object.io_bits)
858 if unsigned(port.ip_object.io_bits) & 0x3ff == voucher_kotype:
1119 ptype = (p.ip_object.io_bits & 0x7fff0000) >> 16
1148 ptype = (p.ip_object.io_bits & 0x7fff0000) >> 16
1526 if port.ip_object.io_bits & 0x3ff and Cast(port.ip_kobject, 'void *') == kobj:
H A Dmemory.py4853 io_bits = unsigned(port.ip_object.io_bits)