Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dsigio.h64 pid_t fgetown(struct sigio **sigiop);
65 int fsetown(pid_t pgid, struct sigio **sigiop);
66 void funsetown(struct sigio **sigiop);
Dsignalvar.h373 void pgsigio(struct sigio **sigiop, int sig, int checkctty);
/freebsd-12-stable/sys/kern/
Dkern_descrip.c1004 funsetown(struct sigio **sigiop) in funsetown() argument
1009 if (*sigiop == NULL) in funsetown()
1013 sigio = funsetown_locked(*sigiop); in funsetown()
1093 fsetown(pid_t pgid, struct sigio **sigiop) in fsetown() argument
1101 funsetown(sigiop); in fsetown()
1110 sigio->sio_myref = sigiop; in fsetown()
1114 osigio = funsetown_locked(*sigiop); in fsetown()
1165 *sigiop = sigio; in fsetown()
1184 fgetown(struct sigio **sigiop) in fgetown() argument
1189 pgid = (*sigiop != NULL) ? (*sigiop)->sio_pgid : 0; in fgetown()
Dkern_sig.c3780 pgsigio(struct sigio **sigiop, int sig, int checkctty) in pgsigio() argument
3790 sigio = *sigiop; in pgsigio()