Home
last modified time | relevance | path

Searched refs:DEBUG_SYSLOG (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sbin/mount_portal/
H A Dpt_file.c56 #define DEBUG_SYSLOG syslog macro
62 #define DEBUG_SYSLOG if (0) syslog macro
96DEBUG_SYSLOG(LOG_DEBUG, "Root-owned mount process lowered credentials -- returning successfully!\n… in lose_credentials()
99 DEBUG_SYSLOG(LOG_DEBUG, "Actual/effective/caller's creds are:"); in lose_credentials()
100 DEBUG_SYSLOG(LOG_DEBUG, "%d/%d %d/%d %d/%d", getuid(), in lose_credentials()
126 DEBUG_SYSLOG(LOG_DEBUG, "Returning successfully!\n"); in lose_credentials()
141 DEBUG_SYSLOG(LOG_DEBUG, "path = %s, uid = %d, gid = %d", in portal_file()
145 DEBUG_SYSLOG(LOG_DEBUG, "portal_file: Credential err %d", error); in portal_file()
158 DEBUG_SYSLOG(LOG_DEBUG, "Error: could not open '%s' " in portal_file()
165 DEBUG_SYSLOG(LOG_DEBUG, "That failed too! %m"); in portal_file()
[all …]
/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.c213 if (debug == DEBUG_SYSLOG) { in debuglog()
358 debug = DEBUG_SYSLOG; in main()