Searched refs:sigiop (Results 1 – 5 of 5) 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);
391 void pgsigio(struct sigio **sigiop, int sig, int checkctty);
969 pgsigio(sigiop, sig, checkctty) in pgsigio() argument970 struct sigio **sigiop; in pgsigio()983 sigio = *sigiop;
1055 funsetown(struct sigio **sigiop) in funsetown() argument1060 if (*sigiop == NULL) in funsetown()1064 sigio = funsetown_locked(*sigiop); in funsetown()1144 fsetown(pid_t pgid, struct sigio **sigiop) in fsetown() argument1152 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() argument1240 pgid = (*sigiop != NULL) ? (*sigiop)->sio_pgid : 0; in fgetown()
3905 pgsigio(struct sigio **sigiop, int sig, int checkctty) in pgsigio() argument3915 sigio = *sigiop; in pgsigio()