Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsigio.h61 pid_t fgetown(struct sigio **sigiop);
62 int fsetown(pid_t pgid, struct sigio **sigiop);
63 void funsetown(struct sigio **sigiop);
H A Dsignalvar.h386 void pgsigio(struct sigio **sigiop, int sig, int checkctty);
/freebsd/sys/kern/
H A Dkern_descrip.c1106 funsetown(struct sigio **sigiop) in funsetown() argument
1111 if (*sigiop == NULL) in funsetown()
1115 sigio = funsetown_locked(*sigiop); in funsetown()
1195 fsetown(pid_t pgid, struct sigio **sigiop) in fsetown() argument
1203 funsetown(sigiop); in fsetown()
1210 sigio->sio_myref = sigiop; in fsetown()
1216 osigio = funsetown_locked(*sigiop); in fsetown()
1243 osigio = funsetown_locked(*sigiop); in fsetown()
1268 *sigiop = sigio; in fsetown()
1279 fgetown(struct sigio **sigiop) in fgetown() argument
[all...]
H A Dkern_sig.c4257 pgsigio(struct sigio **sigiop, int sig, int checkctty) in pgsigio() argument
4267 sigio = *sigiop; in pgsigio()