Searched refs:sigio (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/sys/sys/
H A Dsigio.h1 /* $OpenBSD: sigio.h,v 1.4 2020/01/08 16:27:42 visa Exp $ */
32 * $FreeBSD: head/sys/sys/sigio.h 326023 2017-11-20 19:43:44Z pfg $
38 struct sigio;
39 LIST_HEAD(sigiolst, sigio);
42 * sigio registration
48 struct sigio *sir_sigio; /* [S] associated sigio struct */
64 struct sigio { struct
71 LIST_ENTRY(sigio) sio_pgsigio; /* [S] sigio'
[all...]
H A Dpipe.h32 #include <sys/sigio.h> /* for struct sigio_ref */
H A Dproc.h52 #include <sys/sigio.h> /* For struct sigio */
83 struct sigiolst pg_sigiolst; /* List of sigio structures. */
165 struct sigiolst ps_sigiolst; /* List of sigio structures. */
/openbsd-current/regress/sys/dev/wscons/
H A DMakefile14 PROG_sigio= sigio
16 SRCS_sigio= sigio.c util.c
24 TESTS_sigio+= sigio
27 IGNORE_sigio+= wskbd0-sigio
28 IGNORE_sigio+= wsmouse0-sigio
H A Dsigio.c1 /* $OpenBSD: sigio.c,v 1.5 2020/01/08 16:27:40 visa Exp $ */
45 static void sigio(int);
142 if (signal(SIGIO, sigio) == SIG_ERR)
281 sigio(int signo) function
313 { "sigio", test_sigio },
/openbsd-current/regress/sys/kern/signal/
H A DMakefile6 SUBDIR+= sigio
/openbsd-current/sys/dev/wscons/
H A Dwseventvar.h75 #include <sys/sigio.h>
/openbsd-current/sys/kern/
H A Dkern_sig.c740 struct sigio *sigio; local
747 sigio = sir->sir_sigio;
748 if (sigio == NULL)
750 if (sigio->sio_pgid > 0) {
751 if (CANSIGIO(sigio->sio_ucred, sigio->sio_proc))
752 prsignal(sigio->sio_proc, sig);
753 } else if (sigio->sio_pgid < 0) {
754 LIST_FOREACH(pr, &sigio
2269 struct sigio *sigio; local
2281 struct sigio *sigio; local
2321 struct sigio *sigio; local
2343 struct sigio *sigio; local
2449 struct sigio *sigio; local
2468 struct sigio *newsigio, *sigio; local
[all...]
/openbsd-current/sys/net/
H A Dif_tun.c45 #include <sys/sigio.h>
H A Dbpf.c62 #include <sys/sigio.h>

Completed in 177 milliseconds