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

/xnu-2782.1.97/osfmk/ipc/
H A Dipc_init.c168 ipc_object_zones[IOT_PORT] =
174 zone_change(ipc_object_zones[IOT_PORT], Z_CALLERACCT, FALSE);
175 zone_change(ipc_object_zones[IOT_PORT], Z_NOENCRYPT, TRUE);
H A Dipc_object.c340 if (otype == IOT_PORT) {
408 if (otype == IOT_PORT) {
688 assert(io_otype(object) == IOT_PORT);
724 assert(io_otype(object) == IOT_PORT);
774 assert(io_otype(object) == IOT_PORT);
870 assert(io_otype(object) == IOT_PORT);
1113 if (otype == IOT_PORT) {
H A Dipc_object.h151 #define IOT_PORT 0 macro
H A Dipc_port.c652 kr = ipc_object_alloc(space, IOT_PORT,
702 kr = ipc_object_alloc_name(space, IOT_PORT,
1794 port = (ipc_port_t) io_alloc(IOT_PORT);
1806 port->ip_object.io_bits = io_makebits(TRUE, IOT_PORT, 0);
H A Dipc_right.c209 assert(io_otype(object) == IOT_PORT);
2502 assert(io_otype(object) == IOT_PORT);

Completed in 34 milliseconds