Home
last modified time | relevance | path

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

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