Home
last modified time | relevance | path

Searched refs:daemon (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in130 # 0 if daemon has been started
131 # 1 if daemon was already running
132 # 2 if daemon could not be started
141 if type start-stop-daemon > /dev/null 2>&1 ; then
157 elif type daemon > /dev/null 2>&1 ; then
170 # 0 if daemon has been stopped
171 # 1 if daemon was already stopped
172 # 2 if daemon could not be stopped
181 if type start-stop-daemon > /dev/null 2>&1 ; then
230 if type start-stop-daemon > /dev/null 2>&1 ; then
[all …]
/f-stack/doc/
H A DF-Stack_Roadmap.md8 4. Run as a network daemon.
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_cycle.h88 ngx_flag_t daemon; member
H A Dnginx.c51 offsetof(ngx_core_conf_t, daemon),
367 if (!ngx_inherited && ccf->daemon) { in main()
1048 ccf->daemon = NGX_CONF_UNSET; in ngx_core_module_create_conf()
1081 ngx_conf_init_value(ccf->daemon, 1); in ngx_core_module_init_conf()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtimer_lib.rst24 Refer to the `callout manual <http://www.daemon-systems.org/man/callout.9.html>`_.
73 * `callout manual <http://www.daemon-systems.org/man/callout.9.html>`_
/f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/
H A Dzed-functions.sh14 : "${ZED_SYSLOG_PRIORITY:="daemon.notice"}"
H A Dzed.rc105 #ZED_SYSLOG_PRIORITY="daemon.notice"
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dlinux_eal_parameters.rst104 daemon
/f-stack/dpdk/doc/guides/howto/
H A Dvfd.rst4 VF daemon (VFd)
7 VFd (the VF daemon) is a mechanism which can be used to configure features on
40 VF daemon (VFd) Overview
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A DREADME.md44 events to the ZED user daemon which in turn routes the events to its
/f-stack/app/micro_thread/
H A Dmicro_thread.cpp657 MicroThread* daemon = mtframe->DaemonThread(); in Loop() local
663 daemon->SwitchContext(); in Loop()
/f-stack/dpdk/doc/guides/nics/
H A Dintel_vf.rst155 Launch the DPDK testpmd/example or your own host daemon application using the DPDK PMD library.
205 Launch the DPDK testpmd/example or your own host daemon application using the DPDK PMD library.
210 launch the DPDK testpmd/example or your own host daemon application using the DPDK PMD library.
290 Launch DPDK testpmd/example or your own host daemon application using the DPDK PMD library.
/f-stack/app/redis-5.0.5/
H A DMANIFESTO8 that manipulates abstract data types and implemented as a TCP daemon.
H A DREADME.md170 to run Redis properly as a background daemon that will start again on
/f-stack/freebsd/contrib/openzfs/rpm/generic/
H A Dzfs.spec.in437 systemctl --system daemon-reload >/dev/null || true
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim173 syn keyword ngxDirective contained daemon
2159 " Nginx upstream module for Sphinx 2.x search daemon
/f-stack/tools/libxo/doc/
H A Dapi.rst1391 LOG_CRON The cron daemon: :manpage:`cron(8)`
/f-stack/app/nginx-1.16.1/
H A DCHANGES2935 *) Change: now SIGWINCH signal works only in daemon mode.