Searched refs:IE_NULL (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_types.h64 #define IE_NULL ((ipc_entry_t) 0) macro
H A Dipc_space.c142 if (table == IE_NULL) {
206 space->is_table = IE_NULL;
H A Dipc_entry.c107 entry = IE_NULL;
110 entry = IE_NULL;
113 assert((entry == IE_NULL) || IE_BITS_TYPE(entry->ie_bits));
603 if (table == IE_NULL) {
H A Dipc_kmsg.c1669 ipc_entry_t dest_entry = IE_NULL;
1670 ipc_entry_t reply_entry = IE_NULL;
1671 ipc_entry_t voucher_entry = IE_NULL;
1719 if (voucher_entry == IE_NULL ||
1743 if (dest_entry == IE_NULL) {
1760 if (reply_entry == IE_NULL) {
1798 if (reply_entry != IE_NULL) {
1827 if (dest_entry == IE_NULL) {
1877 if (dest_entry == IE_NULL) {
1890 if (reply_entry == IE_NULL) {
[all...]
H A Dipc_right.c128 if ((entry = ipc_entry_lookup(space, name)) == IE_NULL) {
170 if ((entry1 = ipc_entry_lookup(space, name1)) == IE_NULL) {
174 if ((entry2 = ipc_entry_lookup(space, name2)) == IE_NULL) {
226 assert(entry != IE_NULL);
236 assert((entry = *entryp) != IE_NULL);
H A Dipc_mqueue.c1232 if (entry == IE_NULL) {
H A Dipc_object.c1091 ((oentry = ipc_entry_lookup(space, oname)) == IE_NULL)) {
H A Dipc_port.c1495 if (entry == IE_NULL)
H A Dmach_port.c1404 if (entry == IE_NULL) {

Completed in 135 milliseconds