Searched refs:IKOT_MAX_TYPE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_kobject.h129 #define IKOT_MAX_TYPE (IKOT_UNKNOWN+1) /* # of IKOT_ types */ macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_object.c1062 const char *ikot_print_array[IKOT_MAX_TYPE] = {
1116 if (kotype >= 0 && kotype < IKOT_MAX_TYPE)
H A Dipc_port.c1492 } port_types[IKOT_MAX_TYPE];
1508 if (ip_kotype(port) >= IKOT_MAX_TYPE) {

Completed in 14 milliseconds