/src/usr.bin/xlint/lint1/ |
err.c | 683 int severity = (!allow_gcc ? 1 : 0) + (!allow_trad ? 1 : 0); variable in typeref:typename:int 684 if (severity == 2) 686 if (severity == 1) 720 int severity = (!allow_gcc ? 1 : 0) + variable in typeref:typename:int 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::__anonfd0c35940108::__anonfd0c35940208
|
/src/sys/dev/ic/ |
icp_ioctl.h | 142 u_int32_t severity; member in struct:__anon07d367500308
|
/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 in function:apei_gesb_report 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/i2o/ |
i2o.h | 220 u_int8_t severity; member in struct:i2o_fault_notify
|