Searched refs:io_makebits (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/osfmk/ipc/ |
| H A D | ipc_object.h | 177 #define io_makebits(active, otype, kotype) \ macro
|
| H A D | ipc_object.c | 489 os_atomic_init(&object->io_bits, io_makebits(TRUE, otype, 0)); in ipc_object_alloc() 545 os_atomic_init(&object->io_bits, io_makebits(TRUE, otype, 0));
|
| H A D | ipc_pset.c | 185 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 | 3027 os_atomic_init(&port->ip_object.io_bits, io_makebits(TRUE, IOT_PORT, 0)); in ipc_port_alloc_special()
|