Searched refs:IKOT_NONE (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_kobject.h90 #define IKOT_NONE 0 macro
134 #define is_ipc_kobject(ikot) ((ikot) != IKOT_NONE)
H A Dhost_notify.c103 if (!ip_active(port) || ip_kotype(port) != IKOT_NONE) {
134 ipc_kobject_set_atomically(port, IKO_NULL, IKOT_NONE);
184 ipc_kobject_set_atomically(port, IKO_NULL, IKOT_NONE);
H A Daudit_sessionport.c154 * as dying by setting its object type to IKOT_NONE so that
206 ipc_kobject_set_atomically(port, IKO_NULL, IKOT_NONE);
H A Dmk_timer.c108 ipc_kobject_set_atomically(port, IKO_NULL, IKOT_NONE);
H A Dipc_tt.c258 ipc_kobject_set(kport, IKO_NULL, IKOT_NONE);
261 ipc_kobject_set(nport, IKO_NULL, IKOT_NONE);
374 ipc_kobject_set(old_kport, IKO_NULL, IKOT_NONE);
442 ipc_kobject_set(kport, IKO_NULL, IKOT_NONE);
522 ipc_kobject_set(old_kport, IKO_NULL, IKOT_NONE);
H A Dipc_kobject.c486 assert(type == IKOT_NONE || ip_active(port));
/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c338 ipc_kobject_set( port, IKO_NULL, IKOT_NONE);
408 ipc_kobject_type_t type = IKOT_NONE;
/darwin-on-arm/xnu/osfmk/UserNotification/
H A DKUNCUserNotifications.c81 ipc_kobject_set(port, IKO_NULL, IKOT_NONE);

Completed in 32 milliseconds