Searched refs:ipc_labelh_t (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_labelh.h69 } *ipc_labelh_t; typedef in typeref:struct:ipc_labelh
75 ipc_labelh_t labelh_duplicate(ipc_labelh_t old);
76 ipc_labelh_t labelh_modify(ipc_labelh_t old);
77 ipc_labelh_t labelh_new(int canblock);
79 void labelh_release(ipc_labelh_t lh);
80 ipc_labelh_t labelh_reference(ipc_labelh_t lh);
H A Dipc_labelh.c73 ipc_labelh_t lh;
107 lh = (ipc_labelh_t)zalloc(ipc_labelh_zone);
147 ipc_labelh_t
150 ipc_labelh_t lh;
152 lh = (ipc_labelh_t)zalloc_canblock(ipc_labelh_zone, canblock);
166 ipc_labelh_t
167 labelh_duplicate(ipc_labelh_t old)
169 ipc_labelh_t lh;
183 ipc_labelh_t
184 labelh_modify(ipc_labelh_t ol
[all...]
H A Dipc_mqueue.c724 ipc_labelh_t lh;
H A Dipc_object.c1067 return &((ipc_labelh_t) port->ip_kobject)->lh_label;
H A Dipc_kmsg.c4155 ipc_labelh_t lh = kmsg->ikm_sender->label;
/darwin-on-arm/xnu/osfmk/kern/
H A Dsecurity.c71 ipc_labelh_t lh;
H A Dtask.h335 ipc_labelh_t label;

Completed in 38 milliseconds