Searched refs:pgsigio (Results 1 – 18 of 18) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | subr_log.c | 240 pgsigio(&logsoftc.sc_sigio, SIGIO, 0); in logtimeout()
|
| H A D | kern_devctl.c | 430 pgsigio(&devsoftc.sigio, SIGIO, 0); in devctl_queue()
|
| H A D | uipc_sockbuf.c | 500 pgsigio(&so->so_sigio, SIGIO, 0); in sowakeup()
|
| H A D | sys_pipe.c | 721 pgsigio(&cpipe->pipe_sigio, SIGIO, 0); in pipeselwakeup()
|
| H A D | tty.c | 1559 pgsigio(&tp->t_sigio, SIGIO, (tp->t_session != NULL)); in tty_wakeup()
|
| H A D | uipc_socket.c | 1604 pgsigio(&sol->so_sigio, SIGIO, 0); 4469 pgsigio(&so->so_sigio, SIGURG, 0);
|
| H A D | kern_event.c | 2550 pgsigio(&kq->kq_sigio, SIGIO, 0); in kqueue_wakeup()
|
| H A D | kern_sig.c | 3772 pgsigio(struct sigio **sigiop, int sig, int checkctty) in pgsigio() 3769 pgsigio(struct sigio **sigiop, int sig, int checkctty) pgsigio() function
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | fs.h | 131 pgsigio(*(queue), (sig), 0); \
|
| /freebsd/sys/sys/ |
| H A D | signalvar.h | 387 void pgsigio(struct sigio **sigiop, int sig, int checkctty);
|
| /freebsd/sys/dev/vt/ |
| H A D | vt_sysmouse.c | 204 pgsigio(&sysmouse_sigio, SIGIO, 0); in sysmouse_buf_store()
|
| /freebsd/sys/security/audit/ |
| H A D | audit_pipe.c | 496 pgsigio(&ap->ap_sigio, SIGIO, 0); in audit_pipe_append()
|
| /freebsd/sys/dev/evdev/ |
| H A D | cdev.c | 763 pgsigio(&client->ec_sigio, SIGIO, 0); in evdev_notify_event()
|
| /freebsd/sys/net/ |
| H A D | if_tuntap.c | 935 pgsigio(&tp->tun_sigio, SIGIO, 0); in tunstart() 988 pgsigio(&tp->tun_sigio, SIGIO, 0); in tunstart_l2()
|
| H A D | bpf.c | 936 pgsigio(&d->bd_sigio, d->bd_sig, 0); in bpf_wakeup()
|
| /freebsd/sys/dev/gpio/ |
| H A D | gpioc.c | 571 pgsigio(&priv->sigio, SIGIO, 0); in gpioc_interrupt_handler()
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 2079 signal.9 pgsigio.9 \
|
| /freebsd/sys/dev/atkbdc/ |
| H A D | psm.c | 5247 pgsigio(&sc->async, SIGIO, 0);
|