Searched refs:IE_NULL (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_types.h64 #define IE_NULL ((ipc_entry_t) 0) macro
H A Dipc_entry.c163 entry = IE_NULL;
173 entry = IE_NULL;
175 entry = IE_NULL;
177 entry = IE_NULL;
184 if(entry != IE_NULL) {
186 entry = IE_NULL;
190 assert((entry == IE_NULL) || IE_BITS_TYPE(entry->ie_bits));
739 if (table == IE_NULL) {
979 if(entry != IE_NULL) {
H A Dmach_msg.c779 entry = IE_NULL;
782 entry = IE_NULL;
785 if (entry == IE_NULL) {
787 if (entry == IE_NULL) {
829 entry = IE_NULL;
832 entry = IE_NULL;
835 if (entry == IE_NULL) {
837 if (entry == IE_NULL) {
1049 entry = IE_NULL;
1052 entry = IE_NULL;
[all...]
H A Dipc_labelh.c98 if (entry != IE_NULL)
H A Dipc_space.c150 if (table == IE_NULL) {
H A Dipc_right.c120 if ((entry = ipc_entry_lookup(space, name)) == IE_NULL) {
162 if ((entry1 = ipc_entry_lookup(space, name1)) == IE_NULL) {
166 if ((entry2 = ipc_entry_lookup(space, name2)) == IE_NULL) {
218 assert(entry != IE_NULL);
228 assert((entry = *entryp) != IE_NULL);
H A Dipc_kmsg.c1115 if (entry != IE_NULL) {
1135 if ((entry = ipc_entry_lookup(space, notify)) == IE_NULL) {
1164 if (entry == IE_NULL)
1310 if (entry == IE_NULL)
1365 if (dest_entry == IE_NULL)
1369 if (reply_entry == IE_NULL)
2332 if ((entry = ipc_entry_lookup(space, notify)) == IE_NULL) {
H A Dipc_mqueue.c1031 if (entry == IE_NULL) {
H A Dipc_object.c987 ((oentry = ipc_entry_lookup(space, oname)) == IE_NULL)) {
H A Dipc_port.c861 if (entry == IE_NULL)
1907 != IE_NULL) {
H A Dmach_port.c1242 if (entry == IE_NULL) {

Completed in 45 milliseconds