HomeSort by: relevance | last modified time | path
    Searched refs:LOG_ALERT (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
syslog.d 37 LOG_ALERT = 1, /* action must be taken immediately */
99 LOG_ALERT = 1, /* action must be taken immediately */
157 LOG_ALERT = 1, /* action must be taken immediately */
222 LOG_ALERT = 1, /* action must be taken immediately */
286 LOG_ALERT = 1, /* action must be taken immediately */
352 LOG_ALERT = 1, /* action must be taken immediately */
417 LOG_ALERT = 1, /* action must be taken immediately */
475 LOG_ALERT = 1, /* action must be taken immediately */
535 LOG_ALERT = 1, /* action must be taken immediately */
  /src/usr.sbin/sdpd/
log.c 63 log_alert(char const *message, ...) function
68 vsyslog(LOG_ALERT, message, ap);
  /src/external/bsd/ntp/dist/include/
ntp_syslog.h 33 #define LOG_ALERT 1 /* action must be taken immediately */
  /src/sys/sys/
syslog.h 54 #define LOG_ALERT 1 /* action must be taken immediately */
76 { "alert", LOG_ALERT },
  /src/lib/lua/syslog/
syslog.c 131 CONSTANT(LOG_ALERT),
  /src/usr.sbin/sesd/srcs/
sesd.c 158 syslog(LOG_ALERT,
  /src/external/bsd/ipf/dist/lib/
facpri.c 113 { "emerg", LOG_EMERG }, { "alert", LOG_ALERT },
  /src/external/bsd/openldap/dist/include/
ldap_log.h 75 #define LDAP_LEVEL_ALERT LOG_ALERT
  /src/sys/kern/
kern_veriexec.c 552 log(LOG_ALERT, "Veriexec: %s [%s, prog=%s pid=%u, "
775 log(LOG_ALERT, "Veriexec: Preventing rename of `%s' to "
793 log(LOG_ALERT, "Veriexec: Preventing rename of `%s' "
1283 log(LOG_ALERT, "Veriexec: IPS mode, preventing"
1295 log(LOG_ALERT, "Veriexec: Lockdown mode, preventing unmount "
1321 log(LOG_ALERT, "Veriexec: Preventing new file "
kern_pax.c 811 log(LOG_ALERT, "PaX Segvguard: [%s] Suspending "
824 log(LOG_ALERT, "PaX Segvguard: [%s] Preventing "
  /src/lib/libwrap/
options.c 520 #ifdef LOG_ALERT
521 { "alert", LOG_ALERT },
  /src/lib/libpam/modules/pam_radius/
pam_radius.c 303 logit(LOG_ALERT, "rad_config: %s", rad_strerror(radh));
  /src/sbin/savecore/
savecore.c 264 syslog(LOG_ALERT, "reboot after panic: %s", panic_mesg);
266 syslog(LOG_ALERT, "reboot");
  /src/external/bsd/openldap/dist/servers/lloadd/
main.c 213 { BER_BVC("ALERT"), LOG_ALERT },
  /src/external/bsd/openldap/dist/servers/slapd/
logging.c 347 { BER_BVC( "ALERT" ), LOG_ALERT },
  /src/sbin/init/
init.c 429 vsyslog(LOG_ALERT, message, ap);
446 vsyslog(LOG_ALERT, message, ap);
  /src/usr.sbin/lpr/lpd/
printjob.c 940 syslog(LOG_ALERT, "%s: can't send to %s; queue full",
  /src/sys/dev/pci/
twe.c 212 * a - LOG_ALERT
973 case 'a': level = LOG_ALERT; break;
  /src/external/bsd/ipf/dist/tools/
ipf_y.y 1672 | IPFY_PRI_ALERT { $$ = LOG_ALERT; }
  /src/external/gpl2/xcvs/dist/src/
server.c 6603 syslog (LOG_DAEMON | LOG_ALERT,

Completed in 56 milliseconds