Home
last modified time | relevance | path

Searched refs:sio_ucred (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dsigio.h56 struct ucred *sio_ucred; /* (c) current credentials */ member
/f-stack/lib/
H A Dff_glue.c990 if (CANSIGIO(sigio->sio_ucred, sigio->sio_proc->p_ucred))
999 if (CANSIGIO(sigio->sio_ucred, p->p_ucred) &&
/f-stack/freebsd/kern/
H A Dkern_sig.c3922 if (CANSIGIO(sigio->sio_ucred, sigio->sio_proc->p_ucred)) in pgsigio()
3932 CANSIGIO(sigio->sio_ucred, p->p_ucred) && in pgsigio()
H A Dkern_descrip.c1018 crfree(sigio->sio_ucred); in sigiofree()
1160 sigio->sio_ucred = crhold(curthread->td_ucred); in fsetown()