Home
last modified time | relevance | path

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

/xnu-11215.1.10/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 ((ipc_label_t)0x0100)
73 #define IPC_LABEL_SUBST_THREAD ((ipc_label_t)0x0200)
74 #define IPC_LABEL_SUBST_ONCE ((ipc_label_t)0x0300)
75 #define IPC_LABEL_SUBST_TASK_READ ((ipc_label_t)0x0400)
[all …]
H A Dipc_space.h131 ipc_label_t is_label; /* [private] mandatory access label */
260 ipc_label_t label,
266 ipc_label_t label);
271 ipc_label_t label);
H A Dipc_space.c291 ipc_label_t label, in ipc_space_create()
334 ipc_label_t label) in ipc_space_label()
366 ipc_label_t label) in ipc_space_add_label()
H A Dipc_port.h667 ipc_label_t label);
H A Dipc_port.c3413 ipc_label_t label) in ipc_port_set_label()
/xnu-11215.1.10/osfmk/kern/
H A Dipc_kobject.h228 ipc_label_t ikol_label; /* [private] mandatory access label */
259 ipc_label_t label,
277 ipc_label_t label) __result_use_check;
H A Dipc_kobject.c1013 ipc_label_t label, in ipc_kobject_alloc_labeled_port()
1164 ipc_label_t label) in ipc_kobject_make_send_lazy_alloc_labeled_port()
1842 ipc_label_t label; in ipc_kobject_label_check()
/xnu-11215.1.10/osfmk/device/
H A Diokit_rpc.c294 ipc_label_t label = IPC_LABEL_DEXT; in iokit_alloc_object_port()