Searched refs:daemon (Results 151 - 175 of 182) sorted by relevance

12345678

/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c858 daemon(0, 0);
/freebsd-13-stable/sbin/ggate/ggated/
H A Dggated.c1036 /* Run in daemon mode. */
1037 if (daemon(0, 0) == -1)
/freebsd-13-stable/sbin/hastd/
H A Dhastd.c1308 if (daemon(0, 0) == -1) {
/freebsd-13-stable/sbin/mount_nfs/
H A Dmount_nfs.c693 if (daemon(0, 0) != 0)
694 err(1, "daemon");
/freebsd-13-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c1399 /* Become daemon first. */
1401 daemon(1, 0);
1409 /* Buffer for daemon internal use */
1442 /* Register the daemon to the KVP driver */
1490 * the error from this daemon. So, first save the op
/freebsd-13-stable/bin/ls/tests/
H A Dls_tests.sh264 sh -c "pid=${ATF_TMPDIR}/nc.pid; daemon -p \$pid nc -lU j; sleep 2; pkill -F \$pid"
684 daemon_gid=$(id -g daemon) || atf_skip "could not resolve gid for daemon (!)"
/freebsd-13-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c762 if (daemon(0, 0) == -1)
/freebsd-13-stable/contrib/ntp/parseutil/
H A Ddcfd.c6 * DCF77 100/200ms pulse synchronisation daemon program (via 50Baud serial line)
1167 * or process group related signals (-> daemon operation)
1175 daemon(0, 0);
1567 * lose terminal if in daemon operation
/freebsd-13-stable/usr.sbin/gssd/
H A Dgssd.c186 if (daemon(0, 0) != 0)
/freebsd-13-stable/usr.sbin/nfsd/
H A Dnfsd.c136 * Nfs server daemon mostly just a user context for nfssvc()
429 daemon(0, 0);
1048 * gssd daemon isn't running.
/freebsd-13-stable/usr.sbin/nfsuserd/
H A Dnfsuserd.c396 * the daemon is started and will run in a fraction of a second
455 daemon(0, 0);
/freebsd-13-stable/usr.sbin/rarpd/
H A Drarpd.c209 if (daemon(0,0)) {
/freebsd-13-stable/usr.sbin/ypbind/
H A Dypbind.c443 if (daemon(0,0))
/freebsd-13-stable/sbin/natd/
H A Dnatd.c354 * Become a daemon unless verbose mode was requested.
461 daemon (0, 0);
1316 "delay in ms before daemon exit after signal",
/freebsd-13-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c102 #define FLG_DAEMON 0x04 /* Running as daemon */
1303 if (daemon(0, 0) == -1) {
1336 warnx("unable to read daemon pid");
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipmon.c1706 daemon(0, !(ipmonopts & IPMON_SYSLOG));
/freebsd-13-stable/crypto/openssh/
H A Dsshd.c6 * This program is the ssh daemon. It listens for connections from clients,
162 * log, the daemon will not go to background, and will exit after processing
168 * Indicating that the daemon should only test the configuration and keys.
175 /* Flag indicating that the daemon is being started from inetd. */
178 /* Flag indicating that sshd should not detach and become a daemon. */
334 * Generic signal handler for terminating signals in the master daemon.
1174 * the daemon is killed with a signal.
1299 * Normal production daemon. Fork, and have
1484 * Main program for the daemon.
1954 if (daemon(
[all...]
/freebsd-13-stable/usr.sbin/inetd/
H A Dinetd.c75 * user[:group][/login-class] user/group/login-class to run daemon as
99 * user[:group][/login-class] user/group/login-class to run daemon as
180 #define RESOURCE_RC "daemon"
490 if (daemon(0, 0) < 0) {
491 syslog(LOG_WARNING, "daemon(0,0) failed: %m");
/freebsd-13-stable/usr.sbin/rtadvd/
H A Drtadvd.c256 daemon(1, 0);
894 * after invocation of the daemon. This is because we
/freebsd-13-stable/contrib/unbound/services/
H A Dlisten_dnsport.c72 #include <systemd/sd-daemon.h>
/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c295 * We run as a daemon or from inetd; in both cases, there's
457 if (daemon(1, 1) < 0) {
458 syslog(LOG_ERR, "failed to become a daemon");
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dmain.c216 Begemot simple SNMP daemon. Copyright (c) 2001-2002 Fraunhofer Institute for\n\
1607 if (background && daemon(0, 0) < 0) {
1608 syslog(LOG_ERR, "daemon: %m");
/freebsd-13-stable/usr.sbin/ctld/
H A Dctld.c1916 log_errx(1, "daemon already running, pid: %jd.",
2788 if (daemon(0, 0) == -1) {
/freebsd-13-stable/usr.sbin/moused/
H A Dmoused.c39 ** Mouse daemon : listens to a serial port, the bus mouse interface, or
905 * program has not become a daemon. Otherwise, block
1016 if (daemon(0, 0)) {
1020 logerr(1, "failed to become a daemon");
/freebsd-13-stable/contrib/sendmail/src/
H A Dconf.c24 #include <daemon.h>
297 ((pw = sm_getpwnam("daemon")) != NULL && pw->pw_uid != 0))
2251 ** dn -- number of daemon.
2252 ** active -- was this daemon actually active?
2299 #define D_MSG_CRT "deferring connections on daemon %s: %d per second"
2321 # define R_MSG_LM "rejecting connections on daemon %s: free memory: %ld"
2336 # define R_MSG_LA "rejecting connections on daemon %s: load average: %d"
2337 # define R2_MSG_LA "have been rejecting connections on daemon %s for %s"
2368 # define D_MSG_LA "delaying connections on daemon %s: load average=%d >= %d"
2388 #define R_MSG_CHILD "rejecting connections on daemon
[all...]

Completed in 418 milliseconds

12345678