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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_hash.c247 assert(obj != IO_NULL);
303 assert(obj != IO_NULL);
342 assert(obj != IO_NULL);
421 assert(obj != IO_NULL);
472 assert(obj != IO_NULL);
516 assert(obj != IO_NULL);
573 assert(tobj != IO_NULL);
H A Dipc_object.c168 assert(object != IO_NULL);
222 assert(object != IO_NULL);
227 assert(object != IO_NULL);
263 assert(entry->ie_object == IO_NULL);
301 assert(entry->ie_object == IO_NULL);
341 if (object == IO_NULL)
412 if (object == IO_NULL)
744 assert(entry->ie_object == IO_NULL);
831 assert(entry->ie_object == IO_NULL);
H A Dipc_object.h112 #define IO_NULL ((ipc_object_t) 0) macro
114 #define IO_VALID(io) (((io) != IO_NULL) && ((io) != IO_DEAD))
H A Dipc_right.c512 entry->ie_object = IO_NULL;
552 assert(entry->ie_object == IO_NULL);
661 assert(entry->ie_object == IO_NULL);
672 entry->ie_object = IO_NULL;
705 entry->ie_object = IO_NULL;
713 entry->ie_object = IO_NULL;
796 assert(entry->ie_object == IO_NULL);
829 entry->ie_object = IO_NULL;
877 entry->ie_object = IO_NULL;
1004 entry->ie_object = IO_NULL;
[all...]
H A Dipc_entry.c252 assert(free_entry->ie_object == IO_NULL);
383 assert(entry->ie_object == IO_NULL);
480 tentry->ite_object = IO_NULL;
518 assert(entry->ie_object == IO_NULL);
H A Dmach_port.c1717 assert(psobj != IO_NULL);
1718 assert(obj != IO_NULL);
1767 assert(psobj != IO_NULL);
1768 assert(obj != IO_NULL);
H A Dmach_msg.c1019 entry->ie_object = IO_NULL;
H A Dipc_kmsg.c2251 assert(entry->ie_object == IO_NULL);

Completed in 43 milliseconds