Home
last modified time | relevance | path

Searched defs:sigio (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/sys/
H A Dfiledesc.h129 struct sigio { struct
134 SLIST_ENTRY(sigio) sio_pgsigio; /* sigio's for process or group */ argument
135 struct sigio **sio_myref; /* location of the pointer that holds */ argument
143 SLIST_HEAD(sigiolst, sigio); argument
H A Dpipe.h72 struct sigio *sigio; /* information for async I/O */ member
/dflybsd-src/sys/kern/
H A Dkern_descrip.c1195 struct sigio *sigio; in funsetown() local
1235 struct sigio *sigio; in funsetownlst() local
1252 struct sigio *sigio; in fsetown() local
1340 struct sigio *sigio; in fgetown() local
H A Dkern_sig.c2645 pgsigio(struct sigio *sigio, int sig, int checkctty) in pgsigio()