Searched refs:io_makebits (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | ipc_object.h | 177 #define io_makebits(active, otype, kotype) \ macro
|
| H A D | ipc_object.c | 487 os_atomic_init(&object->io_bits, io_makebits(TRUE, otype, 0)); in ipc_object_alloc() 543 os_atomic_init(&object->io_bits, io_makebits(TRUE, otype, 0));
|
| H A D | ipc_pset.c | 184 os_atomic_init(&pset->ips_object.io_bits, io_makebits(TRUE, IOT_PORT_SET, 0)); in ipc_pset_alloc_special()
|
| 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()
|