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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_object.c344 if (otype == IOT_PORT) {
415 if (otype == IOT_PORT) {
663 assert(io_otype(object) == IOT_PORT);
713 assert(io_otype(object) == IOT_PORT);
803 assert(io_otype(object) == IOT_PORT);
1014 assert(io_otype(objp) == IOT_PORT);
1034 if (otype == IOT_PORT) {
H A Dipc_init.c162 ipc_object_zones[IOT_PORT] =
170 *zone_change(ipc_object_zones[IOT_PORT], Z_EXHAUST, TRUE);
H A Dipc_object.h141 #define IOT_PORT 0 macro
H A Dipc_port.c506 kr = ipc_object_alloc(space, IOT_PORT,
553 kr = ipc_object_alloc_name(space, IOT_PORT,
1139 port = (ipc_port_t) io_alloc(IOT_PORT);
1146 port->ip_object.io_bits = io_makebits(TRUE, IOT_PORT, 0);
1463 for (port = (ipc_port_t)first_element(ipc_object_zones[IOT_PORT]);
1465 port = (ipc_port_t)next_element(ipc_object_zones[IOT_PORT],
1503 for (port = (ipc_port_t)first_element(ipc_object_zones[IOT_PORT]);
1505 port = (ipc_port_t)next_element(ipc_object_zones[IOT_PORT],
H A Dipc_right.c201 assert(io_otype(object) == IOT_PORT);
2071 assert(io_otype(object) == IOT_PORT);
H A Dmach_port.c1938 if (io_otype(entMACry->ie_object) != IOT_PORT) {

Completed in 30 milliseconds