Searched refs:sio_ucred (Results 1 – 3 of 3) sorted by relevance
53 struct ucred *sio_ucred; /* (c) current credentials */ member
3783 if (CANSIGIO(sigio->sio_ucred, sigio->sio_proc->p_ucred)) in pgsigio()3793 CANSIGIO(sigio->sio_ucred, p->p_ucred) && in pgsigio()
1172 crfree(sigio->sio_ucred); in sigiofree()1310 sigio->sio_ucred = crhold(curthread->td_ucred); in fsetown()