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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_kobject.h90 #define IKOT_NONE 0 macro
132 #define is_ipc_kobject(ikot) ((ikot) != IKOT_NONE)
H A Dhost_notify.c102 if (!ip_active(port) || ip_kotype(port) != IKOT_NONE) {
133 ipc_kobject_set_atomically(port, IKO_NULL, IKOT_NONE);
183 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.c263 ipc_kobject_set(kport, IKO_NULL, IKOT_NONE);
266 ipc_kobject_set(nport, IKO_NULL, IKOT_NONE);
383 ipc_kobject_set(old_kport, IKO_NULL, IKOT_NONE);
451 ipc_kobject_set(kport, IKO_NULL, IKOT_NONE);
531 ipc_kobject_set(old_kport, IKO_NULL, IKOT_NONE);
H A Dipc_host.c223 ipc_kobject_set(myport, IKO_NULL, IKOT_NONE);
H A Dipc_kobject.c466 assert(type == IKOT_NONE || ip_active(port));
/macosx-10.5.8/xnu-1228.15.4/osfmk/device/
H A Diokit_rpc.c312 ipc_kobject_set( port, IKO_NULL, IKOT_NONE);
380 ipc_kobject_type_t type = IKOT_NONE;
/macosx-10.5.8/xnu-1228.15.4/osfmk/UserNotification/
H A DKUNCUserNotifications.c82 ipc_kobject_set(port, IKO_NULL, IKOT_NONE);

Completed in 87 milliseconds