Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_object.h185 #define IOT_NUMBER 2 /* number of types used */ macro
187 extern zone_t __single ipc_object_zones[IOT_NUMBER];
H A Dipc_object.c99 SECURITY_READ_ONLY_LATE(zone_t) ipc_object_zones[IOT_NUMBER];
483 assert(otype < IOT_NUMBER); in ipc_object_alloc()
539 assert(otype < IOT_NUMBER);