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

/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_types.h93 #define IPC_OBJECT_NULL ((ipc_object_t) 0) macro
95 #define IPC_OBJECT_VALID(io) (((io) != IPC_OBJECT_NULL) && \
H A Dipc_entry.c668 if (table[free_index].ie_object != IPC_OBJECT_NULL)

Completed in 63 milliseconds