Searched refs:IE_NULL (Results 1 – 5 of 5) sorted by relevance
81 #define IE_NULL ((ipc_entry_t)NULL) macro
118 return IE_NULL; in ipc_entry_lookup()125 return IE_NULL; in ipc_entry_lookup()
223 ipc_entry_t entry = index < size ? &table[index] : IE_NULL; in ipc_hash_table_lookup()
300 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()
1975 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()