Home
last modified time | relevance | path

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

/xnu-8020.101.4/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_MASK ((ipc_label_t)0xff00)
H A Dipc_space.h132 ipc_label_t is_label; /* [private] mandatory access label */
267 ipc_label_t label,
273 ipc_label_t label);
278 ipc_label_t label);
H A Dipc_space.c289 ipc_label_t label, in ipc_space_create()
336 ipc_label_t label) in ipc_space_label()
368 ipc_label_t label) in ipc_space_add_label()
H A Dipc_port.h614 ipc_label_t label);
H A Dipc_port.c3288 ipc_label_t label) in ipc_port_set_label()
/xnu-8020.101.4/osfmk/kern/ !
H A Dipc_kobject.h237 ipc_label_t ikol_label; /* [private] mandatory access label */
270 ipc_label_t label,
289 ipc_label_t label) __result_use_check;
H A Dipc_kobject.c879 ipc_label_t label, in ipc_kobject_alloc_labeled_port()
1051 ipc_label_t label) in ipc_kobject_make_send_lazy_alloc_labeled_port()
1714 ipc_label_t label; in ipc_kobject_label_check()
/xnu-8020.101.4/osfmk/device/ !
H A Diokit_rpc.c315 ipc_label_t label = IPC_LABEL_DEXT; in iokit_alloc_object_port()