Searched refs:sigiop (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dsigio.h62 pid_t fgetown(struct sigio **sigiop);
63 int fsetown(pid_t pgid, struct sigio **sigiop);
64 void funsetown(struct sigio **sigiop);
H A Dsignalvar.h337 void pgsigio(struct sigio **sigiop, int sig, int checkctty);
/freebsd-10-stable/sys/kern/
H A Dkern_descrip.c944 funsetown(struct sigio **sigiop) argument
949 sigio = *sigiop;
1041 fsetown(pid_t pgid, struct sigio **sigiop) argument
1049 funsetown(sigiop);
1059 sigio->sio_myref = sigiop;
1107 funsetown(sigiop);
1131 *sigiop = sigio;
1146 fgetown(sigiop)
1147 struct sigio **sigiop;
1152 pgid = (*sigiop !
[all...]
H A Dkern_sig.c3524 pgsigio(sigiop, sig, checkctty)
3525 struct sigio **sigiop;
3536 sigio = *sigiop;

Completed in 96 milliseconds