Searched refs:severity (Results 51 - 75 of 115) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvms_msg_gen.c83 sev_str[ ziperrors[ code_zip].severity & 0x07],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dgnutls.c220 const char *severity = opt.check_cert ? _("ERROR") : _("WARNING"); local
227 severity, quotearg_style (escape_quoting_style, host));
235 severity, quote (host));
241 severity, quote (host));
247 severity, quote (host));
H A Dopenssl.c495 const char *severity = opt.check_cert ? _("ERROR") : _("WARNING"); local
505 severity, quotearg_style (escape_quoting_style, host));
527 severity, quotearg_n_style (0, escape_quoting_style, host),
581 severity, quote_n (0, common_name), quote_n (1, host));
614 severity, quote (host));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsnsc_event.c190 char *severity; local
198 severity = scdrv_event_severity(code);
221 printk("%s|$(0x%x)%s\n", severity, esp_code, desc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/cs/
H A Dbfa_log.h84 * bfa log severity values
102 int severity; /* severity level */ member in struct:bfa_log_msgdef_s
137 #define BFA_LOG_GET_SEVERITY(msgdef) ((msgdef)->severity)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/pcie/aer/
H A Daerdrv_core.c170 if (e_info->severity == AER_CORRECTABLE) {
210 * Caller of this function must set id, severity, and multi_error_valid of
333 * of error severity will be broadcasted to all downstream drivers in a
491 * @severity: error severity type
498 int severity)
503 if (severity == AER_FATAL)
513 if (severity == AER_FATAL) {
569 if (info->severity == AER_CORRECTABLE) {
579 do_recovery(aerdev, dev, info->severity);
497 do_recovery(struct pcie_device *aerdev, struct pci_dev *dev, int severity) argument
[all...]
H A Daerdrv.h52 unsigned int severity:2; /* 0:NONFATAL | 1:FATAL | 2:COR */ member in struct:aer_err_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dppc-pci.h61 * @severity: EEH_LOG_TEMP_FAILURE or EEH_LOG_PERM_FAILURE
68 void eeh_slot_error_detail (struct pci_dn *pdn, int severity);
H A Drtas.h82 /* RTAS event severity */
153 unsigned long severity:3; /* Severity level of error */ member in struct:rtas_error_log
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/iwmc3200top/
H A Dfw-msg.h76 u8 severity; member in struct:log_hdr
H A Dlog.c109 BIT(msg->u.log.log_hdr.severity)) ||
110 !(iwmct_logdefs[LOG_SRC_FW_MSG] & BIT(msg->u.log.log_hdr.severity)))
116 BIT(msg->u.log.log_hdr.severity)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Ddrv_libxml2.py111 def _errorHandler(self,arg,msg,severity,locator):
114 self.__errors.append((severity,
119 for severity,exception in self.__errors:
120 if severity in (libxml2.PARSER_SEVERITY_VALIDITY_WARNING,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Ddrv_libxml2.py111 def _errorHandler(self,arg,msg,severity,locator):
114 self.__errors.append((severity,
119 for severity,exception in self.__errors:
120 if severity in (libxml2.PARSER_SEVERITY_VALIDITY_WARNING,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dmce-severity.c21 * Grade an mce by severity. In general the most severe ones are processed
35 static struct severity { struct
118 struct severity *s;
163 struct severity *ser = data;
H A Dmce.c702 * Grade the severity of the errors of all the CPUs.
705 int severity = mce_severity(&per_cpu(mces_seen, cpu), tolerant, local
707 if (severity > global_worst) {
709 global_worst = severity;
924 int severity; local
1001 severity = mce_severity(&m, tolerant, NULL);
1007 if (severity == MCE_KEEP_SEVERITY && !no_way_out)
1010 if (severity == MCE_NO_SEVERITY) {
1021 if (severity == MCE_AR_SEVERITY)
1036 if (severity
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dbus.h118 DBusSystemLogSeverity severity,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/i2o/
H A Ddebug.c16 void i2o_report_status(const char *severity, const char *str, argument
27 printk("%s%s: ", severity, str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtrevent.c213 logFunc( int severity, const char * message ) argument
215 if( severity >= _EVENT_LOG_ERR )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dras.c166 if ((status == 0) && (rtas_elog->severity >= RTAS_SEVERITY_ERROR_SYNC))
270 err->severity == RTAS_SEVERITY_ERROR_SYNC &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-util-unix.c437 * @param severity a severity value
443 _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) argument
449 _dbus_system_logv (severity, msg, args);
457 * @param severity a severity value
461 * If the FATAL severity is given, this function will terminate the program
465 _dbus_system_logv (DBusSystemLogSeverity severity, const char *msg, va_list args) argument
468 switch (severity)
498 if (severity
[all...]
H A Ddbus-sysdeps-util-win.c273 * @param severity a severity value
279 _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) argument
285 _dbus_system_logv (severity, msg, args);
293 * @param severity a severity value
297 * If the FATAL severity is given, this function will terminate the program
301 _dbus_system_logv (DBusSystemLogSeverity severity, const char *msg, va_list args) argument
306 switch(severity)
317 if (severity
[all...]
H A Ddbus-sysdeps.h448 void _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) _DBUS_GNUC_PRINTF (2, 3);
449 void _dbus_system_logv (DBusSystemLogSeverity severity, const char *msg, va_list args);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/apei/
H A Dghes.c144 static inline int ghes_severity(int severity) argument
146 switch (severity) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dambassador.h45 #define PRINTK(severity,format,args...) \
46 printk(severity DEV_LABEL ": " format "\n" , ## args)
H A Dhorizon.h49 #define PRINTK(severity,format,args...) \
50 printk(severity DEV_LABEL ": " format "\n" , ## args)

Completed in 140 milliseconds

12345