Home
last modified time | relevance | path

Searched refs:SIGHUP (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed.c76 if (sigaction(SIGHUP, &sa, NULL) < 0) in _setup_sig_handlers()
161 if (sigaction(SIGHUP, &sa, NULL) < 0) in _start_daemonize()
/f-stack/freebsd/sys/
H A Drctl.h98 #define RCTL_ACTION_SIGHUP SIGHUP
H A Dsignal.h71 #define SIGHUP 1 /* hangup */ macro
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvmdq_forwarding.rst38 To have the application display the statistics, send a SIGHUP signal to the running application pro…
196 This is provided by way of a signal handler for the SIGHUP signal,
H A Dvmdq_dcb_forwarding.rst47 To have the application display the statistics, send a SIGHUP signal to the running application pro…
255 This is provided by way of a signal handler for the SIGHUP signal,
/f-stack/freebsd/contrib/openzfs/lib/libshare/os/freebsd/
H A Dnfs.c436 kill(mountdpid, SIGHUP); in nfs_commit_shares()
/f-stack/dpdk/examples/vmdq/
H A Dmain.c604 signal(SIGHUP, sighup_handler); in main()
/f-stack/tools/libutil/
H A Dpw_util.c146 (void)signal(SIGHUP, SIG_IGN); in pw_init()
/f-stack/dpdk/examples/vmdq_dcb/
H A Dmain.c652 signal(SIGHUP, sighup_handler); in main()
/f-stack/app/redis-5.0.5/src/
H A Dredis-benchmark.c656 signal(SIGHUP, SIG_IGN); in main()
H A Dserver.c2023 signal(SIGHUP, SIG_IGN); in initServer()
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c630 tty_signal_sessleader(tp, SIGHUP); in ttydisc_modem()
H A Dkern_proc.c915 tty_signal_pgrp(tp, SIGHUP); in killjobc()
952 kern_psignal(p, SIGHUP); in orphanpg()
H A Dkern_prot.c1530 case SIGHUP: in cr_cansignal()
H A Dkern_sig.c214 [SIGHUP] = SIGPROP_KILL,
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md247 ## "SIGHUP" : Send a HUP signal. Not available on Windows. (not recommended)