Home
last modified time | relevance | path

Searched refs:IPC_SERVICE_PORT_LABEL_NULL (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/osfmk/ipc/
H A Dipc_service_port.h72 #define IPC_SERVICE_PORT_LABEL_NULL ((ipc_service_port_label_t)NULL) macro
92 assert(port_splabel != IPC_SERVICE_PORT_LABEL_NULL); in ipc_service_port_label_set_flag()
99 assert(port_splabel != IPC_SERVICE_PORT_LABEL_NULL); in ipc_service_port_label_clear_flag()
H A Dipc_service_port.c91 ipc_service_port_label_t sp_label = IPC_SERVICE_PORT_LABEL_NULL; in ipc_service_port_label_alloc()