Home
last modified time | relevance | path

Searched refs:IOT_NUMBER (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/osfmk/ipc/
H A Dipc_object.h187 #define IOT_NUMBER 2 /* number of types used */ macro
189 extern zone_t __single ipc_object_zones[IOT_NUMBER];
H A Dipc_object.c100 SECURITY_READ_ONLY_LATE(zone_t) ipc_object_zones[IOT_NUMBER];
439 assert(otype < IOT_NUMBER); in ipc_object_alloc()
495 assert(otype < IOT_NUMBER);