Home
last modified time | relevance | path

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

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