Searched refs:sigiop (Results 1 – 4 of 4) sorted by relevance
61 pid_t fgetown(struct sigio **sigiop);62 int fsetown(pid_t pgid, struct sigio **sigiop);63 void funsetown(struct sigio **sigiop);
386 void pgsigio(struct sigio **sigiop, int sig, int checkctty);
1106 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...]
4257 pgsigio(struct sigio **sigiop, int sig, int checkctty) in pgsigio() argument4267 sigio = *sigiop; in pgsigio()