Searched refs:crcopy (Results 1 – 7 of 7) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | ucred.h | 105 void crcopy(struct ucred *dest, struct ucred *src);
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_syscalls.c | 490 crcopy(newcred, oldcred); in sys_auditon() 624 crcopy(newcred, oldcred); in sys_setauid() 689 crcopy(newcred, oldcred); in sys_setaudit() 752 crcopy(newcred, oldcred); in sys_setaudit_addr()
|
| /f-stack/freebsd/sys/ |
| H A D | ucred.h | 146 void crcopy(struct ucred *dest, struct ucred *src);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_prot.c | 2099 crcopy(struct ucred *dest, struct ucred *src) in crcopy() function 2128 crcopy(newcr, cr); in crdup() 2234 crcopy(cr, oldcred); in crcopysafe()
|
| H A D | init_main.c | 813 crcopy(newcred, oldcred); in create_init()
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_syscalls.c | 214 crcopy(newcred, oldcred); in sys___mac_set_proc()
|
| /f-stack/freebsd/security/mac_lomac/ |
| H A D | mac_lomac.c | 2256 crcopy(newcred, oldcred); in lomac_thread_userret()
|