Searched refs:IOT_PORT (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/osfmk/ipc/
H A Dipc_init.c166 ipc_object_zones[IOT_PORT] =
172 zone_change(ipc_object_zones[IOT_PORT], Z_CALLERACCT, FALSE);
173 zone_change(ipc_object_zones[IOT_PORT], Z_NOENCRYPT, TRUE);
H A Dipc_object.c340 if (otype == IOT_PORT) {
411 if (otype == IOT_PORT) {
691 assert(io_otype(object) == IOT_PORT);
727 assert(io_otype(object) == IOT_PORT);
777 assert(io_otype(object) == IOT_PORT);
873 assert(io_otype(object) == IOT_PORT);
1121 assert(io_otype(objp) == IOT_PORT);
1141 if (otype == IOT_PORT) {
H A Dipc_object.h150 #define IOT_PORT 0 macro
H A Dipc_port.c653 kr = ipc_object_alloc(space, IOT_PORT,
711 kr = ipc_object_alloc_name(space, IOT_PORT,
1672 port = (ipc_port_t) io_alloc(IOT_PORT);
1684 port->ip_object.io_bits = io_makebits(TRUE, IOT_PORT, 0);
H A Dipc_right.c208 assert(io_otype(object) == IOT_PORT);
2463 assert(io_otype(object) == IOT_PORT);
H A Dmach_port.c2608 if (io_otype(entMACry->ie_object) != IOT_PORT) {

Completed in 30 milliseconds