Home
last modified time | relevance | path

Searched refs:cru2x (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Ducred.h113 void cru2x (struct ucred *cr, struct xucred *xcr);
/dragonfly/sys/kern/
H A Duipc_usrreq.c1258 cru2x(td->td_proc->p_ucred, &unp3->unp_peercred); in unp_connect()
1315 cru2x(cred, &unp->unp_peercred); in unp_connect2()
1316 cru2x(cred, &unp2->unp_peercred); in unp_connect2()
2326 cru2x(p->p_ucred, &unp->unp_peercred); in unp_listen()
H A Dkern_prot.c1234 cru2x(struct ucred *cr, struct xucred *xcr) in cru2x() function