Searched refs:sigio_ref (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sys/sys/
H A Dsigio.h47 struct sigio_ref { struct
72 struct sigio_ref *sio_myref; /* [I] location of the pointer that
82 sigio_init(struct sigio_ref *sir)
87 void sigio_copy(struct sigio_ref *, struct sigio_ref *);
88 void sigio_free(struct sigio_ref *);
90 void sigio_getown(struct sigio_ref *, u_long, caddr_t);
91 int sigio_setown(struct sigio_ref *, u_long, caddr_t);
H A Dpipe.h32 #include <sys/sigio.h> /* for struct sigio_ref */
87 struct sigio_ref pipe_sigio; /* [S] async I/O registration */
H A Dsignalvar.h94 struct sigio_ref;
113 void pgsigio(struct sigio_ref *sir, int sig, int checkctty);
/openbsd-current/sys/dev/wscons/
H A Dwseventvar.h92 struct sigio_ref ws_sigio; /* async I/O registration */
/openbsd-current/sys/net/
H A Dbpfdesc.h99 struct sigio_ref
H A Dif_tun.c88 struct sigio_ref sc_sigio; /* async I/O registration */
/openbsd-current/sys/kern/
H A Dkern_sig.c130 void sigio_unlink(struct sigio_ref *, struct sigiolst *);
726 pgsigio(struct sigio_ref *sir, int sig, int checkctty)
2233 sigio_unlink(struct sigio_ref *sir, struct sigiolst *rmlist)
2255 sigio_free(struct sigio_ref *sir)
2291 sigio_setown(struct sigio_ref *sir, u_long cmd, caddr_t data)
2401 sigio_getown(struct sigio_ref *sir, u_long cmd, caddr_t data)
2419 sigio_copy(struct sigio_ref *dst, struct sigio_ref *src)
H A Dsubr_log.c81 struct sigio_ref sc_sigio; /* async I/O registration */

Completed in 246 milliseconds