Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/ipc/
H A Dipc_types.h78 #define IE_NULL ((ipc_entry_t)NULL) macro
H A Dipc_hash.c222 ipc_entry_t entry = index < size ? &table[index] : IE_NULL; in ipc_hash_table_lookup()
H A Dipc_entry.c171 return IE_NULL; in ipc_entry_lookup()
178 return IE_NULL; in ipc_entry_lookup()
H A Dipc_right.c292 if ((entry = ipc_entry_lookup(space, name)) == IE_NULL) { in ipc_right_lookup_write()
334 if ((entry1 = ipc_entry_lookup(space, name1)) == IE_NULL) { in ipc_right_lookup_two_write()
339 if ((entry2 = ipc_entry_lookup(space, name2)) == IE_NULL) { in ipc_right_lookup_two_write()
383 assert(entry != IE_NULL); in ipc_right_reverse()
394 assert(entry != IE_NULL); in ipc_right_reverse()
H A Dipc_kmsg.c1880 ipc_entry_t dest_entry = IE_NULL; in ipc_kmsg_copyin_header_rights()
1881 ipc_entry_t reply_entry = IE_NULL; in ipc_kmsg_copyin_header_rights()
1882 ipc_entry_t voucher_entry = IE_NULL; in ipc_kmsg_copyin_header_rights()
1908 if (voucher_entry == IE_NULL || in ipc_kmsg_copyin_header_rights()
1921 if (__improbable(dest_entry == IE_NULL || in ipc_kmsg_copyin_header_rights()
1934 if (reply_entry != IE_NULL) { in ipc_kmsg_copyin_header_rights()
1937 if (__improbable(reply_entry == IE_NULL || in ipc_kmsg_copyin_header_rights()