Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsigio.h64 pid_t fgetown(struct sigio **sigiop);
65 int fsetown(pid_t pgid, struct sigio **sigiop);
66 void funsetown(struct sigio **sigiop);
H A Dsignalvar.h391 void pgsigio(struct sigio **sigiop, int sig, int checkctty);
/f-stack/lib/
H A Dff_glue.c969 pgsigio(sigiop, sig, checkctty) in pgsigio() argument
970 struct sigio **sigiop; in pgsigio()
983 sigio = *sigiop;
/f-stack/freebsd/kern/
H A Dkern_descrip.c1055 funsetown(struct sigio **sigiop) in funsetown() argument
1060 if (*sigiop == NULL) in funsetown()
1064 sigio = funsetown_locked(*sigiop); in funsetown()
1144 fsetown(pid_t pgid, struct sigio **sigiop) in fsetown() argument
1152 funsetown(sigiop); in fsetown()
1161 sigio->sio_myref = sigiop; in fsetown()
1165 osigio = funsetown_locked(*sigiop); in fsetown()
1216 *sigiop = sigio; in fsetown()
1235 fgetown(struct sigio **sigiop) in fgetown() argument
1240 pgid = (*sigiop != NULL) ? (*sigiop)->sio_pgid : 0; in fgetown()
H A Dkern_sig.c3905 pgsigio(struct sigio **sigiop, int sig, int checkctty) in pgsigio() argument
3915 sigio = *sigiop; in pgsigio()