Lines Matching defs:cred
105 kauth_cred_t cred; in kauth_cred_alloc() local
126 kauth_cred_hold(kauth_cred_t cred) in kauth_cred_hold()
139 kauth_cred_free(kauth_cred_t cred) in kauth_cred_free()
193 kauth_cred_dup(kauth_cred_t cred) in kauth_cred_dup()
214 kauth_cred_copy(kauth_cred_t cred) in kauth_cred_copy()
250 kauth_proc_chroot(kauth_cred_t cred, struct cwdinfo *cwdi) in kauth_proc_chroot()
256 kauth_cred_getuid(kauth_cred_t cred) in kauth_cred_getuid()
266 kauth_cred_geteuid(kauth_cred_t cred) in kauth_cred_geteuid()
276 kauth_cred_getsvuid(kauth_cred_t cred) in kauth_cred_getsvuid()
286 kauth_cred_getgid(kauth_cred_t cred) in kauth_cred_getgid()
296 kauth_cred_getegid(kauth_cred_t cred) in kauth_cred_getegid()
306 kauth_cred_getsvgid(kauth_cred_t cred) in kauth_cred_getsvgid()
316 kauth_cred_setuid(kauth_cred_t cred, uid_t uid) in kauth_cred_setuid()
327 kauth_cred_seteuid(kauth_cred_t cred, uid_t uid) in kauth_cred_seteuid()
338 kauth_cred_setsvuid(kauth_cred_t cred, uid_t uid) in kauth_cred_setsvuid()
349 kauth_cred_setgid(kauth_cred_t cred, gid_t gid) in kauth_cred_setgid()
360 kauth_cred_setegid(kauth_cred_t cred, gid_t gid) in kauth_cred_setegid()
371 kauth_cred_setsvgid(kauth_cred_t cred, gid_t gid) in kauth_cred_setsvgid()
383 kauth_cred_ismember_gid(kauth_cred_t cred, gid_t gid, int *resultp) in kauth_cred_ismember_gid()
404 kauth_cred_groupmember(kauth_cred_t cred, gid_t gid) in kauth_cred_groupmember()
423 kauth_cred_ngroups(kauth_cred_t cred) in kauth_cred_ngroups()
436 kauth_cred_group(kauth_cred_t cred, u_int idx) in kauth_cred_group()
448 kauth_cred_setgroups(kauth_cred_t cred, const gid_t *grbuf, size_t len, in kauth_cred_setgroups()
484 kauth_cred_t cred; in kauth_proc_setgroups() local
511 kauth_cred_getgroups(kauth_cred_t cred, gid_t *grbuf, size_t len, in kauth_cred_getgroups()
560 kauth_cred_getdata(kauth_cred_t cred, kauth_key_t key) in kauth_cred_getdata()
572 kauth_cred_setdata(kauth_cred_t cred, kauth_key_t key, void *data) in kauth_cred_setdata()
605 kauth_cred_getrefcnt(kauth_cred_t cred) in kauth_cred_getrefcnt()
619 kauth_uucred_to_cred(kauth_cred_t cred, const struct uucred *uuc) in kauth_uucred_to_cred()
643 kauth_cred_to_uucred(struct uucred *uuc, const kauth_cred_t cred) in kauth_cred_to_uucred()
663 kauth_cred_uucmp(kauth_cred_t cred, const struct uucred *uuc) in kauth_cred_uucmp()
695 kauth_cred_toucred(kauth_cred_t cred, struct ki_ucred *uc) in kauth_cred_toucred()
714 kauth_cred_topcred(kauth_cred_t cred, struct ki_pcred *pc) in kauth_cred_topcred()
969 kauth_authorize_action_internal(kauth_scope_t scope, kauth_cred_t cred, in kauth_authorize_action_internal()
1009 kauth_authorize_action(kauth_scope_t scope, kauth_cred_t cred, in kauth_authorize_action()
1033 kauth_authorize_generic(kauth_cred_t cred, kauth_action_t action, void *arg0) in kauth_authorize_generic()
1043 kauth_authorize_system(kauth_cred_t cred, kauth_action_t action, in kauth_authorize_system()
1054 kauth_authorize_process(kauth_cred_t cred, kauth_action_t action, in kauth_authorize_process()
1065 kauth_authorize_network(kauth_cred_t cred, kauth_action_t action, in kauth_authorize_network()
1073 kauth_authorize_machdep(kauth_cred_t cred, kauth_action_t action, in kauth_authorize_machdep()
1081 kauth_authorize_device(kauth_cred_t cred, kauth_action_t action, in kauth_authorize_device()
1089 kauth_authorize_device_tty(kauth_cred_t cred, kauth_action_t action, in kauth_authorize_device_tty()
1097 kauth_authorize_device_spec(kauth_cred_t cred, enum kauth_device_req req, in kauth_authorize_device_spec()
1105 kauth_authorize_device_passthru(kauth_cred_t cred, dev_t dev, u_long bits, in kauth_authorize_device_passthru()
1143 kauth_authorize_vnode(kauth_cred_t cred, kauth_action_t action, in kauth_authorize_vnode()
1170 kauth_cred_hook(kauth_cred_t cred, kauth_action_t action, void *arg0, in kauth_cred_hook()