Searched refs:crcopy (Results 1 – 8 of 8) sorted by relevance
| /src/sys/security/audit/ |
| H A D | audit_syscalls.c | 510 crcopy(newcred, oldcred); in sys_auditon() 640 crcopy(newcred, oldcred); in sys_setauid() 701 crcopy(newcred, oldcred); in sys_setaudit() 760 crcopy(newcred, oldcred); in sys_setaudit_addr()
|
| /src/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | cred.h | 75 extern cred_t *crcopy(cred_t *);
|
| /src/sys/sys/ |
| H A D | ucred.h | 233 void crcopy(struct ucred *dest, struct ucred *src);
|
| /src/sys/kern/ |
| H A D | kern_prot.c | 2700 crcopy(struct ucred *dest, struct ucred *src) in crcopy() function 2729 crcopy(newcr, cr); in crdup() 2870 crcopy(cr, oldcred); in crcopysafe()
|
| H A D | init_main.c | 841 crcopy(newcred, oldcred); in create_init()
|
| /src/sys/security/mac/ |
| H A D | mac_syscalls.c | 476 crcopy(newcred, oldcred); in sys___mac_set_proc()
|
| /src/sys/security/mac_lomac/ |
| H A D | mac_lomac.c | 2259 crcopy(newcred, oldcred); in lomac_thread_userret()
|
| /src/share/man/man9/ |
| H A D | Makefile | 2315 MLINKS+=ucred.9 crcopy.9 \
|