Home
last modified time | relevance | path

Searched refs:crdup_to (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dgroups.c112 crdup_to(cr, newcr); in setgroups()
/illumos-gate/usr/src/uts/common/sys/
H A Dcred.h78 extern void crdup_to(cred_t *, cred_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dklpd.c538 crdup_to(cr, newcr); in klpd_reg()
H A Dcred.c477 crdup_to(cred_t *oldcr, cred_t *newcr) in crdup_to() function