Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/ipc/
H A Dipc_object.h180 #define io_makebits(otype) (IO_BITS_ACTIVE | ((otype) << 16)) macro
H A Dipc_object.c445 os_atomic_init(&object->io_bits, io_makebits(otype)); in ipc_object_alloc()
501 os_atomic_init(&object->io_bits, io_makebits(otype));
H A Dipc_pset.c185 os_atomic_init(&pset->ips_object.io_bits, io_makebits(IOT_PORT_SET)); in ipc_pset_alloc_special()
H A Dipc_port.c3109 os_atomic_init(&port->ip_object.io_bits, io_makebits(IOT_PORT)); in ipc_port_alloc_special()