Searched refs:IPC_OBJECT_NULL (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/ipc/
H A Dipc_types.h83 #define IPC_OBJECT_NULL ((ipc_object_t) 0) macro
85 #define IPC_OBJECT_VALID(io) (((io) != IPC_OBJECT_NULL) && \
H A Dipc_entry.c609 if (table[free_index].ie_object != IPC_OBJECT_NULL)

Completed in 32 milliseconds