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

  /src/external/bsd/tcpdump/dist/
print-syslog.c 88 uint16_t facility,severity; local
94 * severity and facility values
113 severity = pri & SYSLOG_SEVERITY_MASK;
118 tok2str(syslog_severity_values, "unknown (%u)", severity),
123 ND_PRINT("SYSLOG, length: %u\n\tFacility %s (%u), Severity %s (%u)\n\tMsg: ",
127 tok2str(syslog_severity_values, "unknown (%u)", severity),
128 severity);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXLoadedDiagnostic.h 26 severity(0), category(0) {}
30 /// Return the severity of the diagnostic.
88 unsigned severity; member in class:clang::CXLoadedDiagnostic
  /src/external/gpl3/binutils/dist/binutils/
mcparse.y 119 | error { mc_fatal ("severity ident missing"); }
125 mc_add_keyword ($1, MCTOKEN, "severity", $3, $4);
127 | token '=' error { mc_fatal ("severity number missing"); }
128 | token error { mc_fatal ("severity missing '='"); }
181 cur_node->severity = mc_cur_severity;
219 | sefasy_def severity
222 mc_warn (_("duplicate definition of Severity"));
239 severity: MCSEVERITY '=' MCTOKEN label
windmc.h 65 const mc_keyword *severity; member in struct:mc_node
  /src/external/gpl3/binutils.old/dist/binutils/
mcparse.y 119 | error { mc_fatal ("severity ident missing"); }
125 mc_add_keyword ($1, MCTOKEN, "severity", $3, $4);
127 | token '=' error { mc_fatal ("severity number missing"); }
128 | token error { mc_fatal ("severity missing '='"); }
181 cur_node->severity = mc_cur_severity;
219 | sefasy_def severity
222 mc_warn (_("duplicate definition of Severity"));
239 severity: MCSEVERITY '=' MCTOKEN label
windmc.h 65 const mc_keyword *severity; member in struct:mc_node
  /src/usr.bin/xlint/lint1/
err.c 683 int severity = (!allow_gcc ? 1 : 0) + (!allow_trad ? 1 : 0); local
684 if (severity == 2)
686 if (severity == 1)
720 int severity = (!allow_gcc ? 1 : 0) + local
724 if (severity == 2)
726 if (severity == 1)
729 return severity > 0;
  /src/sys/dev/pci/
twaio.h 63 uint8_t severity; member in struct:tw_cl_event_packet
if_iavfvar.h 207 uint32_t severity; member in struct:iavf_vc_pf_event
twareg.h 403 uint8_t severity:3; member in struct:twa_command_header::__anon3575::__anon3576
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
log.c 345 char severity[128] = ""; local
350 if(strsep_copy(&p, ":", severity, sizeof(severity)) != -1)
352 if(*severity == '\0')
353 strlcpy(severity, "ERR", sizeof(severity));
356 ret = open_syslog(context, f, min, max, severity, facility);
verify_krb5_conf.c 237 /* severity */
331 char severity[128] = ""; local
336 if(strsep_copy(&p, ":", severity, sizeof(severity)) != -1)
338 if(*severity == '\0')
339 strlcpy(severity, "ERR", sizeof(severity));
347 if(find_value(severity, syslogvals) == -1) {
348 krb5_warnx(context, "%s: unknown syslog severity \"%s\"",
349 path, severity);
    [all...]
  /src/external/mpl/bind/dist/bin/named/
logconf.c 100 const cfg_obj_t *severity = NULL; local
217 (void)cfg_map_get(channel, "print-severity", &printsev);
246 if (cfg_map_get(channel, "severity", &severity) == ISC_R_SUCCESS) {
247 if (cfg_obj_isstring(severity)) {
248 const char *str = cfg_obj_asstring(severity);
264 level = cfg_obj_asuint32(severity);
  /src/sys/dev/acpi/
apei.c 844 * Print the numeric severity and, if we have it, a symbolic
962 * errors. For each of the four severity levels in a Generic
1000 * apei_gesb_ratecheck(sc, severity, suppressed)
1002 * Check for a rate limit on errors of the specified severity.
1012 apei_gesb_ratecheck(struct apei_softc *sc, uint32_t severity,
1017 unsigned i = MIN(severity, ACPI_HEST_GEN_ERROR_NONE); /* paranoia */
1070 uint32_t status, unknownstatus, severity, nentries, i; local
1114 * Read out the severity and get the number of entries in this
1117 severity = gesb->ErrorSeverity;
1121 * Print a message to the console and dmesg about the severity
    [all...]
  /src/sys/dev/ic/
icp_ioctl.h 142 u_int32_t severity; member in struct:__anon2793
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 225 LLVMDiagnosticSeverity severity; local
229 severity = LLVMDSError;
232 severity = LLVMDSWarning;
235 severity = LLVMDSRemark;
238 severity = LLVMDSNote;
242 return severity;
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 370 diagnostic severity, the message, the location the diagnostic occurred, as
395 def severity(self): member in class:Diagnostic
495 return "<Diagnostic severity %r, location %r, spelling %r>" % (
496 self.severity, self.location, self.spelling)
  /src/sys/dev/i2o/
i2o.h 220 u_int8_t severity; member in struct:i2o_fault_notify
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1602 ENUM_BITFIELD (gfc_omp_severity_type) severity:2; member in struct:gfc_omp_clauses
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1545 ENUM_BITFIELD (gfc_omp_severity_type) severity:2; member in struct:gfc_omp_clauses

Completed in 38 milliseconds