Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dipc_kobject.h153 #define IKOT_MAX_TYPE (IKOT_UNKNOWN+1) /* # of IKOT_ types */ macro
H A Dipc_kobject.c205 ipc_kobject_ops_array[IKOT_MAX_TYPE];
220 if (ikot < IKOT_NONE || ikot >= IKOT_MAX_TYPE) { in ipc_kobject_ops_get()
/xnu-11215.1.10/iokit/Kernel/
H A DIOUserClient.cpp144 static_assert(IKOT_MAX_TYPE <= 255);