Home
last modified time | relevance | path

Searched refs:D_DAEMON (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/amd/hlfsd/
Dhlfsd.c451 if (amuDebug(D_DAEMON)) { in main()
591 if (!amuDebug(D_DAEMON)) { /* Normal case */ in main()
629 if (!amuDebug(D_DAEMON)) { in main()
656 if (amuDebug(D_DAEMON)) in hlfsd_init()
753 if (amuDebug(D_DAEMON)) { in hlfsd_init()
837 if (amuDebug(D_DAEMON)) { in cleanup()
863 if (amuDebug(D_DAEMON)) { in cleanup()
/freebsd-12-stable/contrib/amd/include/
Dam_utils.h437 # define D_DAEMON 0x0001 /* Enter daemon mode */ macro
456 # define D_CONTROL (D_DAEMON|D_AMQ|D_FORK)
495 # define D_DAEMON 0x0001 /* Enter daemon mode */ macro
507 # define D_CONTROL (D_DAEMON|D_AMQ|D_FORK)
/freebsd-12-stable/contrib/amd/amd/
Damd.c550 if (amuDebug(D_DAEMON)) in main()
/freebsd-12-stable/contrib/amd/libamu/
Dxutil.c93 {"daemon", D_DAEMON}, /* Enter daemon mode */
/freebsd-12-stable/contrib/amd/
DChangeLog1475 D_DAEMON.
1482 * amd/amd.c (main): properly use D_DAEMON.
5830 - D_AMQ, D_DAEMON and D_FORK reverse their meaning