Searched refs:crcopy (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/security/audit/ |
H A D | audit_syscalls.c | 487 crcopy(newcred, oldcred); in sys_auditon() 621 crcopy(newcred, oldcred); in sys_setauid() 686 crcopy(newcred, oldcred); in sys_setaudit() 749 crcopy(newcred, oldcred); in sys_setaudit_addr()
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | cred.h | 75 extern cred_t *crcopy(cred_t *);
|
/freebsd/sys/sys/ |
H A D | ucred.h | 222 void crcopy(struct ucred *dest, struct ucred *src);
|
/freebsd/sys/security/mac/ |
H A D | mac_syscalls.c | 327 crcopy(newcred, oldcred); in sys___mac_set_proc()
|
/freebsd/sys/kern/ |
H A D | kern_prot.c | 2574 crcopy(struct ucred *dest, struct ucred *src) in crcopy() function 2608 crcopy(newcr, cr); in crdup() 2745 crcopy(cr, oldcred); in crcopysafe()
|
H A D | init_main.c | 834 crcopy(newcred, oldcred); in create_init()
|
/freebsd/sys/security/mac_lomac/ |
H A D | mac_lomac.c | 2259 crcopy(newcred, oldcred); in lomac_thread_userret()
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 1049 crcopy(newcred, oldcred); in linux_setgroups()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 2301 MLINKS+=ucred.9 crcopy.9 \
|