Searched refs:pgsigio (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_log.c | 239 pgsigio(&logsoftc.sc_sigio, SIGIO, 0); in logtimeout()
|
H A D | kern_devctl.c | 429 pgsigio(&devsoftc.sigio, SIGIO, 0); in devctl_queue()
|
H A D | uipc_sockbuf.c | 507 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 | 1554 pgsigio(&tp->t_sigio, SIGIO, (tp->t_session != NULL)); in tty_wakeup()
|
H A D | uipc_socket.c | 1553 pgsigio(&sol->so_sigio, SIGIO, 0); 4388 pgsigio(&so->so_sigio, SIGURG, 0);
|
H A D | kern_event.c | 2358 pgsigio(&kq->kq_sigio, SIGIO, 0); in kqueue_wakeup()
|
H A D | kern_sig.c | 4257 pgsigio(struct sigio **sigiop, int sig, int checkctty) in 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 | 386 void pgsigio(struct sigio **sigiop, int sig, int checkctty);
|
/freebsd/sys/dev/vt/ |
H A D | vt_sysmouse.c | 197 pgsigio(&sysmouse_sigio, SIGIO, 0); in sysmouse_buf_store()
|
/freebsd/sys/security/audit/ |
H A D | audit_pipe.c | 495 pgsigio(&ap->ap_sigio, SIGIO, 0); in audit_pipe_append()
|
/freebsd/sys/net/ |
H A D | if_tuntap.c | 841 pgsigio(&tp->tun_sigio, SIGIO, 0); in tunstart() 894 pgsigio(&tp->tun_sigio, SIGIO, 0); in tunstart_l2()
|
H A D | bpf.c | 1139 pgsigio(&d->bd_sigio, d->bd_sig, 0); in bpf_wakeup()
|
/freebsd/sys/dev/evdev/ |
H A D | cdev.c | 762 pgsigio(&client->ec_sigio, SIGIO, 0); in evdev_notify_event()
|
/freebsd/sys/dev/gpio/ |
H A D | gpioc.c | 552 pgsigio(&priv->sigio, SIGIO, 0); in gpioc_interrupt_handler()
|
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 5225 pgsigio(&sc->async, SIGIO, 0);
|