Searched refs:cred2ucred (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/syscall/ |
H A D | ucredsys.c | 111 uc = cred2ucred(kpc.pc_cr, kpc.pc_cpid, NULL, CRED()); in getpeerucred() 173 uc = cred2ucred(pcr, pid, NULL, CRED()); in ucred_get()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ucred.h | 116 extern struct ucred_s *cred2ucred(const cred_t *, pid_t, void *,
|
/titanic_50/usr/src/uts/common/os/ |
H A D | cred.c | 939 cred2ucred(const cred_t *cr, pid_t pid, void *buf, const cred_t *rcr) in cred2ucred() function 1026 uc = cred2ucred(cr, p->p_pid, NULL, CRED()); in pgetucred()
|
/titanic_50/usr/src/uts/common/fs/doorfs/ |
H A D | door_sys.c | 1692 res = cred2ucred(dup->du_cred, p0.p_pid, NULL, CRED()); in door_ucred() 1694 res = cred2ucred(caller->t_cred, p->p_pid, NULL, CRED()); in door_ucred()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | tl.c | 6005 (void) cred2ucred(cr, cpid, (void *)(opt + 1), pcr); in tl_fill_option() 6014 (void) cred2ucred(cr, cpid, (void *)(topt + 1), pcr); in tl_fill_option()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | conn_opt.c | 530 (void) cred2ucred(ira->ira_cred, ira->ira_cpid, &toh[1], rcr); in conn_recvancillary_add()
|