Searched refs:IKOT_AU_SESSIONPORT (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Daudit_sessionport.c71 ipc_kobject_set(new_port, (ipc_kobject_t)aia_p, IKOT_AU_SESSIONPORT);
77 assert(ip_active(port) && IKOT_AU_SESSIONPORT == ip_kotype(port));
129 if (IKOT_AU_SESSIONPORT == ip_kotype(port)) {
167 assert(IKOT_AU_SESSIONPORT == ip_kotype(port));
205 assert(IKOT_AU_SESSIONPORT == ip_kotype(port));
H A Dipc_kobject.h123 #define IKOT_AU_SESSIONPORT 33 macro
H A Dipc_kobject.c570 if (ip_kotype(port) == IKOT_AU_SESSIONPORT) {

Completed in 25 milliseconds