Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_types.h66 #define IPC_LABEL_NONE ((ipc_label_t)0x0000) macro
/xnu-8020.101.4/osfmk/kern/
H A Dipc_tt.c154 kr = ipc_space_create(&ipc_table_entries[0], IPC_LABEL_NONE, &space); in ipc_task_init()