Home
last modified time | relevance | path

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

/xnu-8020.101.4/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.c2778 ipc_entry_t dest_entry = IE_NULL; in ipc_kmsg_copyin_header()
2779 ipc_entry_t reply_entry = IE_NULL; in ipc_kmsg_copyin_header()
2780 ipc_entry_t voucher_entry = IE_NULL; in ipc_kmsg_copyin_header()
2826 if (voucher_entry == IE_NULL || in ipc_kmsg_copyin_header()
2869 if (dest_entry == IE_NULL) { in ipc_kmsg_copyin_header()
2886 if (reply_entry == IE_NULL) { in ipc_kmsg_copyin_header()
2923 if (reply_entry != IE_NULL) { in ipc_kmsg_copyin_header()
2941 if (dest_entry == IE_NULL) { in ipc_kmsg_copyin_header()
2997 if (dest_entry == IE_NULL) { in ipc_kmsg_copyin_header()
3010 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()
436 assert(entry != IE_NULL); in ipc_right_reverse()