Searched refs:LOG_USER (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsyslog.h30 #define LOG_USER 0 macro
H A Dsyslog.c42 { LOG_USER, "user" },
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsyslog.c37 { LOG_USER, "user" },
/freebsd-11-stable/sys/sys/
H A Dsyslog.h91 #define LOG_USER (1<<3) /* random user-level messages */ macro
140 { "user", LOG_USER, },
/freebsd-11-stable/share/examples/ses/srcs/
H A Dsesd.c117 openlog("sesd", LOG_CONS, LOG_USER);
119 openlog("sesd", LOG_CONS|LOG_PERROR, LOG_USER);
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_log.c71 openlog(name, LOG_NDELAY | LOG_PID, LOG_USER);
/freebsd-11-stable/usr.sbin/bluetooth/sdpd/
H A Dlog.c41 openlog(prog, LOG_PID|LOG_NDELAY|(log2stderr? LOG_PERROR:0), LOG_USER);
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dfacpri.c35 { "kern", LOG_KERN }, { "user", LOG_USER },
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c121 openlog(BTHIDD_IDENT, LOG_PID|LOG_PERROR|LOG_NDELAY, LOG_USER);
/freebsd-11-stable/usr.sbin/bluetooth/bt3cfw/
H A Dbt3cfw.c105 openlog(BT3CFW_IDENT, LOG_NDELAY|LOG_PID|LOG_PERROR, LOG_USER);
/freebsd-11-stable/usr.bin/logger/
H A Dlogger.c95 pri = LOG_USER | LOG_NOTICE;
/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_vss_daemon.c181 openlog("HV_VSS", 0, LOG_USER);
H A Dhv_kvp_daemon.c1397 openlog("HV_KVP", 0, LOG_USER);
/freebsd-11-stable/lib/libc/gen/
H A Dsyslog.c64 static int LogFacility = LOG_USER; /* default facility code */
/freebsd-11-stable/usr.sbin/bluetooth/bcmfw/
H A Dbcmfw.c101 openlog(BCMFW, LOG_NDELAY|LOG_PERROR|LOG_PID, LOG_USER);
/freebsd-11-stable/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c101 openlog(hcseriald, LOG_PID | LOG_NDELAY, LOG_USER);
/freebsd-11-stable/contrib/amd/libamu/
H A Dxutil.c755 #ifdef LOG_USER
757 return LOG_USER;
758 #endif /* not LOG_USER */
/freebsd-11-stable/crypto/openssh/
H A Dlog.c288 log_facility = LOG_USER;
/freebsd-11-stable/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c169 openlog(RFCOMM_PPPD, LOG_PID | LOG_PERROR | LOG_NDELAY, LOG_USER);
/freebsd-11-stable/contrib/libxo/libxo/
H A Dxo_syslog.c115 static int xo_logfacility = LOG_USER; /* default facility code */
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_log.c479 openlog("OpenSM", LOG_CONS | LOG_PID, LOG_USER);
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c2300 LOG_MAKEPRI(LOG_USER, LOG_INFO),
2305 LOG_MAKEPRI(LOG_USER, LOG_INFO),
2310 LOG_MAKEPRI(LOG_USER, LOG_INFO),
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp708 openlog(GetProcessName(), 0, LOG_USER); local
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c101 #define DEFUPRI (LOG_USER|LOG_NOTICE)
1331 pri = LOG_MAKEPRI(LOG_USER, LOG_PRI(pri));
/freebsd-11-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c1314 openlog(syslog_title, LOG_PID, LOG_USER);

Completed in 224 milliseconds

12