Searched refs:sigiop (Results 1 – 4 of 4) sorted by relevance
64 pid_t fgetown(struct sigio **sigiop);65 int fsetown(pid_t pgid, struct sigio **sigiop);66 void funsetown(struct sigio **sigiop);
373 void pgsigio(struct sigio **sigiop, int sig, int checkctty);
1004 funsetown(struct sigio **sigiop) in funsetown() argument1009 if (*sigiop == NULL) in funsetown()1013 sigio = funsetown_locked(*sigiop); in funsetown()1093 fsetown(pid_t pgid, struct sigio **sigiop) in fsetown() argument1101 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() argument1189 pgid = (*sigiop != NULL) ? (*sigiop)->sio_pgid : 0; in fgetown()
3780 pgsigio(struct sigio **sigiop, int sig, int checkctty) in pgsigio() argument3790 sigio = *sigiop; in pgsigio()