Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsuid_cred.c84 static suid_cred_t
87 suid_cred_t sc; in suid_cred_alloc()
100 suid_cred_free(suid_cred_t sc) in suid_cred_free()
109 suid_cred_t sc = ipc_kobject_disable(port, IKOT_SUID_CRED); in suid_cred_destroy()
123 convert_suid_cred_to_port(suid_cred_t sc) in convert_suid_cred_to_port()
139 suid_cred_t sc; in suid_cred_verify()
164 suid_cred_t *sc_p) in task_create_suid_cred()
H A Dsuid_cred.h39 extern ipc_port_t convert_suid_cred_to_port(suid_cred_t);
/xnu-8019.80.24/tests/
H A Dtask_create_suid_cred.c17 suid_cred_t sc = SUID_CRED_NULL;
34 test_id_cred(suid_cred_t sc_id) in test_id_cred()
106 test_id_cred_reuse(suid_cred_t sc_id) in test_id_cred_reuse()
132 test_ls_cred(suid_cred_t sc_ls) in test_ls_cred()
162 suid_cred_t sc_id = SUID_CRED_NULL;
163 suid_cred_t sc_ls = SUID_CRED_NULL;
229 suid_cred_t sc_id = SUID_CRED_NULL;
230 suid_cred_t sc_ls = SUID_CRED_NULL;
313 suid_cred_t sc = SUID_CRED_NULL;
/xnu-8019.80.24/osfmk/mach/
H A Dmach_types.h139 typedef struct suid_cred *suid_cred_t; typedef
206 typedef mach_port_t suid_cred_t;
312 #define SUID_CRED_NULL ((suid_cred_t) NULL)
342 #define SUID_CRED_NULL ((suid_cred_t) 0)
H A Dmach_types.defs221 type suid_cred_t = mach_port_t
223 outtran: mach_port_t convert_suid_cred_to_port(suid_cred_t)
H A Dtask.defs567 out delegation : suid_cred_t);