Home
last modified time | relevance | path

Searched refs:ipc_label_t (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/osfmk/ipc/ !
H A Dipc_types.h65 typedef uint64_t ipc_label_t; typedef
66 #define IPC_LABEL_NONE ((ipc_label_t)0x0000)
67 #define IPC_LABEL_DEXT ((ipc_label_t)0x0001)
68 #define IPC_LABEL_PLATFORM ((ipc_label_t)0x0002)
69 #define IPC_LABEL_SPECIAL ((ipc_label_t)0x0003)
70 #define IPC_LABEL_SPACE_MASK ((ipc_label_t)0x00ff)
72 #define IPC_LABEL_SUBST_TASK_READ ((ipc_label_t)0x0400)
73 #define IPC_LABEL_SUBST_THREAD_READ ((ipc_label_t)0x0500)
74 #define IPC_LABEL_SUBST_MASK ((ipc_label_t)0xff00)
H A Dipc_space.h139 ipc_label_t is_label; /* [private] mandatory access label */
291 ipc_label_t label,
297 ipc_label_t label);
302 ipc_label_t label);
H A Dipc_space.c276 ipc_label_t label, in ipc_space_create()
318 ipc_label_t label) in ipc_space_label()
350 ipc_label_t label) in ipc_space_add_label()
H A Dipc_port.h638 ipc_label_t label_tag,
/xnu-12377.61.12/osfmk/kern/ !
H A Dipc_kobject.h162 ipc_label_t ikol_label; /* [private] mandatory access label */
168 ipc_label_t label_tag,
H A Dipc_kobject.c893 ipc_label_t label_tag, in ipc_kobject_label_alloc()
1428 ipc_label_t label_tag = kolabel->ikol_label; in ipc_kobject_label_check_or_substitute()