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