Searched refs:severity (Results 76 - 100 of 115) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvms.c216 /* Return an intelligent status/severity code. */
231 (ziperrors[ e].severity & 0x07) /* Severity */
259 (ziperrors[ e].severity & 0x07) /* Severity */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dbus.c1275 bus_context_log (BusContext *context, DBusSystemLogSeverity severity, const char *msg, ...) _DBUS_GNUC_PRINTF (3, 4);
1278 bus_context_log (BusContext *context, DBusSystemLogSeverity severity, const char *msg, ...) argument
1305 _dbus_system_log (severity, "%s", _dbus_string_get_const_data (&full_msg));
1310 _dbus_system_logv (severity, msg, args);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dconfig_h.com814 $ if '$severity' .eq. 1
992 $ if '$severity' .eq. 1
1010 $ if '$severity' .eq. 1
1349 $ if '$severity' .eq. 1
1371 $ severity = '$severity'
1376 $ if severity .ne. 1 .and. key64
1382 $ severity = '$severity'
1387 $ if severity
[all...]
H A Dcompare_curl_source.com295 $ if $severity .nes. "1"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D3w-sas.h51 /* AEN severity table */
169 /* severity: 3, reserved: 5 */
309 unsigned char severity; member in struct:TAG_TW_Event
H A Dgdth_ioctl.h165 u32 severity; member in struct:__anon14464
H A D3w-9xxx.h134 /* AEN severity table */
438 /* severity: 3, reserved: 5 */
579 unsigned char severity; member in struct:TAG_TW_Event
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Devent.h584 typedef void (*event_log_cb)(int severity, const char *msg);
588 @param cb a function taking two arguments: an integer severity between
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Deeh.c134 static void rtas_slot_error_detail(struct pci_dn *pdn, int severity, argument
157 severity);
260 void eeh_slot_error_detail(struct pci_dn *pdn, int severity) argument
268 rtas_slot_error_detail(pdn, severity, pci_regs_buf, loglen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.cpp1209 Severity severity; member in struct:BugsGridData
1292 return severities[gd.severity];
1323 gd.severity = (Severity)n;
1330 wxLogWarning(_T("Invalid severity value '%s'."),
1332 gd.severity = Sev_Normal;
1388 return gd.severity;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.c1558 libxml_xmlParserCtxtGenericErrorFuncHandler(void *ctx, int severity, char *str) argument
1576 PyTuple_SetItem(list, 2, libxml_intWrap(severity));
1748 libxml_xmlValidCtxtGenericErrorFuncHandler(void *ctx, int severity, char *str) argument
1755 printf("libxml_xmlValidCtxtGenericErrorFuncHandler(%p, %d, %s, ...) called\n", ctx, severity, str);
1775 libxml_xmlValidCtxtGenericWarningFuncHandler(void *ctx, int severity, char *str) argument
1782 printf("libxml_xmlValidCtxtGenericWarningFuncHandler(%p, %d, %s, ...) called\n", ctx, severity, str);
1912 int severity,
1923 PyTuple_SetItem(list, 2, libxml_intWrap(severity));
1910 libxml_xmlTextReaderErrorCallback(void *arg, const char *msg, int severity, xmlTextReaderLocatorPtr locator) argument
H A Dlibxml.py631 f(arg,msg,severity,reserved).
685 def _xmlTextReaderErrorFunc((f,arg),msg,severity,locator):
687 return f(arg,msg,severity,xmlTextReaderLocator(locator))
703 f(arg,msg,severity,locator)."""
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Dlibxml.c1558 libxml_xmlParserCtxtGenericErrorFuncHandler(void *ctx, int severity, char *str) argument
1576 PyTuple_SetItem(list, 2, libxml_intWrap(severity));
1748 libxml_xmlValidCtxtGenericErrorFuncHandler(void *ctx, int severity, char *str) argument
1755 printf("libxml_xmlValidCtxtGenericErrorFuncHandler(%p, %d, %s, ...) called\n", ctx, severity, str);
1775 libxml_xmlValidCtxtGenericWarningFuncHandler(void *ctx, int severity, char *str) argument
1782 printf("libxml_xmlValidCtxtGenericWarningFuncHandler(%p, %d, %s, ...) called\n", ctx, severity, str);
1912 int severity,
1923 PyTuple_SetItem(list, 2, libxml_intWrap(severity));
1910 libxml_xmlTextReaderErrorCallback(void *arg, const char *msg, int severity, xmlTextReaderLocatorPtr locator) argument
H A Dlibxml.py631 f(arg,msg,severity,reserved).
685 def _xmlTextReaderErrorFunc((f,arg),msg,severity,locator):
687 return f(arg,msg,severity,xmlTextReaderLocator(locator))
703 f(arg,msg,severity,locator)."""
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dsalinfo.c420 if (rh->severity == sal_log_severity_corrected)
510 if (rh->severity != sal_log_severity_corrected)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxmlreader.h390 * @severity: the severity of the error
397 xmlParserSeverities severity,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxmlreader.h390 * @severity: the severity of the error
397 xmlParserSeverities severity,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmanage.h383 void management_notify(struct management *man, const char *severity, const char *type, const char *text);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlreader.in.h381 xmlParserSeverities severity,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlreader.h390 * @severity: the severity of the error
397 xmlParserSeverities severity,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtasd.c151 errlog->severity);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devent.h343 typedef void (*event_log_cb)(int severity, const char *msg);
347 @param cb a function taking two arguments: an integer severity between
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlreader.in.h381 xmlParserSeverities severity,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlogg.cpp104 const wxArrayInt& severity,
711 const wxArrayInt& severity,
740 m_severity.Add(severity[n]);
709 wxLogDialog(wxWindow *parent, const wxArrayString& messages, const wxArrayInt& severity, const wxArrayLong& times, const wxString& caption, long style) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dactbl2.h175 u8 severity; member in struct:acpi_asf_alert_data

Completed in 260 milliseconds

12345