Home
last modified time | relevance | path

Searched refs:cred2ucred (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Ducredsys.c111 uc = cred2ucred(kpc.pc_cr, kpc.pc_cpid, NULL, CRED()); in getpeerucred()
173 uc = cred2ucred(pcr, pid, NULL, CRED()); in ucred_get()
/illumos-gate/usr/src/uts/common/sys/
H A Ducred.h116 extern struct ucred_s *cred2ucred(const cred_t *, pid_t, void *,
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c942 cred2ucred(const cred_t *cr, pid_t pid, void *buf, const cred_t *rcr) in cred2ucred() function
1029 uc = cred2ucred(cr, p->p_pid, NULL, CRED()); in pgetucred()
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1707 res = cred2ucred(dup->du_cred, p0.p_pid, NULL, CRED()); in door_ucred()
1709 res = cred2ucred(caller->t_cred, p->p_pid, NULL, CRED()); in door_ucred()
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c6150 (void) cred2ucred(cr, cpid, (void *)(opt + 1), pcr); in tl_fill_option()
6159 (void) cred2ucred(cr, cpid, (void *)(topt + 1), pcr); in tl_fill_option()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c542 (void) cred2ucred(ira->ira_cred, ira->ira_cpid, &toh[1], rcr); in conn_recvancillary_add()