Searched refs:IE_NULL (Results 1 – 5 of 5) sorted by relevance
78 #define IE_NULL ((ipc_entry_t)NULL) macro
222 ipc_entry_t entry = index < size ? &table[index] : IE_NULL; in ipc_hash_table_lookup()
171 return IE_NULL; in ipc_entry_lookup()178 return IE_NULL; in ipc_entry_lookup()
292 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()
1880 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()