Home
last modified time | relevance | path

Searched refs:IE_NULL (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.121.6/osfmk/ipc/
H A Dipc_types.h81 #define IE_NULL ((ipc_entry_t)NULL) macro
H A Dipc_entry.c118 return IE_NULL; in ipc_entry_lookup()
125 return IE_NULL; in ipc_entry_lookup()
H A Dipc_hash.c223 ipc_entry_t entry = index < size ? &table[index] : IE_NULL; in ipc_hash_table_lookup()
H A Dipc_right.c300 if ((entry = ipc_entry_lookup(space, name)) == IE_NULL) { in ipc_right_lookup_write()
342 if ((entry1 = ipc_entry_lookup(space, name1)) == IE_NULL) { in ipc_right_lookup_two_write()
347 if ((entry2 = ipc_entry_lookup(space, name2)) == IE_NULL) { in ipc_right_lookup_two_write()
391 assert(entry != IE_NULL); in ipc_right_reverse()
402 assert(entry != IE_NULL); in ipc_right_reverse()
H A Dipc_kmsg.c1975 ipc_entry_t dest_entry = IE_NULL; in ipc_kmsg_copyin_header_rights()
1976 ipc_entry_t reply_entry = IE_NULL; in ipc_kmsg_copyin_header_rights()
1977 ipc_entry_t voucher_entry = IE_NULL; in ipc_kmsg_copyin_header_rights()
2003 if (voucher_entry == IE_NULL || in ipc_kmsg_copyin_header_rights()
2016 if (__improbable(dest_entry == IE_NULL || in ipc_kmsg_copyin_header_rights()
2029 if (__improbable(reply_entry == IE_NULL || in ipc_kmsg_copyin_header_rights()