Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_object.h177 #define io_makebits(active, otype, kotype) \ macro
H A Dipc_object.c487 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 Dipc_pset.c184 os_atomic_init(&pset->ips_object.io_bits, io_makebits(TRUE, IOT_PORT_SET, 0)); in ipc_pset_alloc_special()
H A Dipc_port.c3024 os_atomic_init(&port->ip_object.io_bits, io_makebits(TRUE, IOT_PORT, 0)); in ipc_port_alloc_special()