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

/darwin-on-arm/xnu/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) {
677 assert(io_otype(object) == IOT_PORT);
713 assert(io_otype(object) == IOT_PORT);
763 assert(io_otype(object) == IOT_PORT);
853 assert(io_otype(object) == IOT_PORT);
1064 assert(io_otype(objp) == IOT_PORT);
1084 if (otype == IOT_PORT) {
H A Dipc_object.h152 #define IOT_PORT 0 macro
H A Dipc_port.c590 kr = ipc_object_alloc(space, IOT_PORT,
648 kr = ipc_object_alloc_name(space, IOT_PORT,
1327 port = (ipc_port_t) io_alloc(IOT_PORT);
1339 port->ip_object.io_bits = io_makebits(TRUE, IOT_PORT, 0);
H A Dipc_right.c201 assert(io_otype(object) == IOT_PORT);
2182 assert(io_otype(object) == IOT_PORT);
H A Dmach_port.c2056 if (io_otype(entMACry->ie_object) != IOT_PORT) {

Completed in 30 milliseconds