Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/ipc/
H A Dipc_service_port.h71 #define IPC_SERVICE_PORT_LABEL_NULL ((ipc_service_port_label_t)NULL) macro
88 assert(port_splabel != IPC_SERVICE_PORT_LABEL_NULL); in ipc_service_port_label_set_flag()
95 assert(port_splabel != IPC_SERVICE_PORT_LABEL_NULL); in ipc_service_port_label_clear_flag()
H A Dipc_service_port.c87 ipc_service_port_label_t sp_label = IPC_SERVICE_PORT_LABEL_NULL; in ipc_service_port_label_alloc()