Home
last modified time | relevance | path

Searched refs:SIGIO (Results 1 – 15 of 15) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process.c74 { SIGIO, "SIGIO", "", ngx_signal_handler },
397 case SIGIO: in ngx_signal_handler()
436 case SIGIO: in ngx_signal_handler()
H A Dngx_process_cycle.c105 sigaddset(&set, SIGIO); in ngx_master_process_cycle()
/f-stack/freebsd/sys/
H A Drctl.h119 #define RCTL_ACTION_SIGIO SIGIO
H A Dsignal.h114 #define SIGIO 23 /* input/output possible signal */ macro
/f-stack/freebsd/kern/
H A Dsubr_log.c244 pgsigio(&logsoftc.sc_sigio, SIGIO, 0); in logtimeout()
H A Dsys_pipe.c669 pgsigio(&cpipe->pipe_sigio, SIGIO, 0); in pipeselwakeup()
H A Duipc_sockbuf.c526 pgsigio(&so->so_sigio, SIGIO, 0); in sowakeup()
H A Dtty.c1533 pgsigio(&tp->t_sigio, SIGIO, (tp->t_session != NULL)); in tty_wakeup()
H A Dkern_event.c2226 pgsigio(&kq->kq_sigio, SIGIO, 0); in kqueue_wakeup()
H A Duipc_socket.c994 pgsigio(&sol->so_sigio, SIGIO, 0);
H A Dkern_sig.c236 [SIGIO] = SIGPROP_IGNORE,
H A Dsubr_bus.c669 pgsigio(&devsoftc.sigio, SIGIO, 0); in devctl_queue()
/f-stack/freebsd/security/audit/
H A Daudit_pipe.c498 pgsigio(&ap->ap_sigio, SIGIO, 0); in audit_pipe_append()
/f-stack/freebsd/net/
H A Dif_tuntap.c861 pgsigio(&tp->tun_sigio, SIGIO, 0); in tunstart()
914 pgsigio(&tp->tun_sigio, SIGIO, 0); in tunstart_l2()
H A Dbpf.c960 d->bd_sig = SIGIO; in bpfopen()