Searched refs:ip_object (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/osfmk/ipc/ |
| H A D | ipc_port.h | 103 struct ipc_object ip_object; member 269 #define ip_object_to_port(io) __container_of(io, struct ipc_port, ip_object) 270 #define ip_to_object(port) (&(port)->ip_object)
|
| H A D | ipc_port.c | 3027 os_atomic_init(&port->ip_object.io_bits, io_makebits(TRUE, IOT_PORT, 0)); in ipc_port_alloc_special() 3028 os_atomic_init(&port->ip_object.io_references, 1); in ipc_port_alloc_special()
|
| /xnu-8020.121.3/tools/lldbmacros/ |
| H A D | ipc.py | 89 if portp.ip_object.io_bits & 0x80000000: 105 unsigned(receiver_name), portp.ip_object.io_references, space, 477 io_bits = unsigned(portval.ip_object.io_bits) 519 bits = unsigned(port.ip_object.io_bits) 799 if int(port.ip_object.io_bits) & 0x800 : 801 io_bits = unsigned(port.ip_object.io_bits) 1063 ptype = (p.ip_object.io_bits & 0x7fff0000) >> 16 1098 ptype = (p.ip_object.io_bits & 0x7fff0000) >> 16 1490 if port.ip_object.io_bits & 0x800 and Cast(port.ip_kobject, 'void *') == kobj:
|
| H A D | memory.py | 4550 io_bits = unsigned(port.ip_object.io_bits)
|