Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_entry.c107 entry = IE_NULL; in ipc_entry_lookup()
110 entry = IE_NULL; in ipc_entry_lookup()
113 assert((entry == IE_NULL) || IE_BITS_TYPE(entry->ie_bits)); in ipc_entry_lookup()
625 if (table == IE_NULL) { in ipc_entry_grow_table()
H A Dipc_types.h79 #define IE_NULL ((ipc_entry_t)NULL) macro
H A Dipc_kmsg.c2750 ipc_entry_t dest_entry = IE_NULL; in ipc_kmsg_copyin_header()
2751 ipc_entry_t reply_entry = IE_NULL; in ipc_kmsg_copyin_header()
2752 ipc_entry_t voucher_entry = IE_NULL; in ipc_kmsg_copyin_header()
2798 if (voucher_entry == IE_NULL || in ipc_kmsg_copyin_header()
2841 if (dest_entry == IE_NULL) { in ipc_kmsg_copyin_header()
2858 if (reply_entry == IE_NULL) { in ipc_kmsg_copyin_header()
2895 if (reply_entry != IE_NULL) { in ipc_kmsg_copyin_header()
2913 if (dest_entry == IE_NULL) { in ipc_kmsg_copyin_header()
2969 if (dest_entry == IE_NULL) { in ipc_kmsg_copyin_header()
2982 if (reply_entry == IE_NULL) { in ipc_kmsg_copyin_header()
[all …]
H A Dipc_space.c297 if (table == IE_NULL) { in ipc_space_create()
H A Dipc_right.c329 if ((entry = ipc_entry_lookup(space, name)) == IE_NULL) { in ipc_right_lookup_write()
371 if ((entry1 = ipc_entry_lookup(space, name1)) == IE_NULL) { in ipc_right_lookup_two_write()
376 if ((entry2 = ipc_entry_lookup(space, name2)) == IE_NULL) { in ipc_right_lookup_two_write()
425 assert(entry != IE_NULL); in ipc_right_reverse()
435 assert((entry = *entryp) != IE_NULL); in ipc_right_reverse()