Searched refs:ip_object (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | ipc.py | 84 if portp.ip_object.io_bits & 0x80000000: 100 portp.ip_object.io_references, unsigned(space), 105 unsigned(receiver_name), portp.ip_object.io_references, 138 if portp.ip_object.io_bits & 0x800: 517 io_bits = unsigned(portval.ip_object.io_bits) 567 if int(port.ip_object.io_bits) & 0x80000000 : 837 if int(port.ip_object.io_bits) & 0x800 : 839 io_bits = unsigned(port.ip_object.io_bits) 1100 ptype = (p.ip_object.io_bits & 0x7fff0000) >> 16 1135 ptype = (p.ip_object.io_bits & 0x7fff0000) >> 16
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | ipc_port.h | 103 struct ipc_object ip_object; member 262 #define ip_object_to_port(io) __container_of(io, struct ipc_port, ip_object) 263 #define ip_to_object(port) (&(port)->ip_object)
|
| H A D | ipc_port.c | 3024 os_atomic_init(&port->ip_object.io_bits, io_makebits(TRUE, IOT_PORT, 0)); in ipc_port_alloc_special() 3025 os_atomic_init(&port->ip_object.io_references, 1); in ipc_port_alloc_special()
|