Searched defs:sigio (Results 1 – 4 of 4) sorted by relevance
129 struct sigio { struct134 SLIST_ENTRY(sigio) sio_pgsigio; /* sigio's for process or group */ argument135 struct sigio **sio_myref; /* location of the pointer that holds */ argument143 SLIST_HEAD(sigiolst, sigio); argument
72 struct sigio *sigio; /* information for async I/O */ member
1195 struct sigio *sigio; in funsetown() local1235 struct sigio *sigio; in funsetownlst() local1252 struct sigio *sigio; in fsetown() local1340 struct sigio *sigio; in fgetown() local
2645 pgsigio(struct sigio *sigio, int sig, int checkctty) in pgsigio()