Home
last modified time | relevance | path

Searched refs:DEBUG_STDERR (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.h40 typedef enum {DEBUG_OFF, DEBUG_STDERR, DEBUG_SYSLOG} debug_t; enumerator
H A Dclvmd.c206 if (debug == DEBUG_STDERR) { in debuglog()
319 debug = DEBUG_STDERR; in main()
357 if (debug == DEBUG_STDERR) in main()
363 if (debug != DEBUG_STDERR) { in main()