Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/am-utils/dist/hlfsd/
Dhlfsd.c452 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()
/netbsd/src/external/bsd/am-utils/dist/include/
Dam_utils.h443 # define D_DAEMON 0x0001 /* Enter daemon mode */ macro
462 # define D_CONTROL (D_DAEMON|D_AMQ|D_FORK)
501 # define D_DAEMON 0x0001 /* Enter daemon mode */ macro
513 # define D_CONTROL (D_DAEMON|D_AMQ|D_FORK)
/netbsd/src/external/bsd/am-utils/dist/amd/
Damd.c548 if (amuDebug(D_DAEMON)) in main()
/netbsd/src/external/bsd/am-utils/dist/libamu/
Dxutil.c95 {"daemon", D_DAEMON}, /* Enter daemon mode */
/netbsd/src/external/bsd/am-utils/dist/
DChangeLog1481 D_DAEMON.
1488 * amd/amd.c (main): properly use D_DAEMON.
5836 - D_AMQ, D_DAEMON and D_FORK reverse their meaning