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

  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
piflash64.h 52 // ErrorStatus - Level of Error or success. Independent of Token. If you
64 IN EFI_STATUS ErrorStatus,
  /src/external/bsd/ntp/dist/scripts/monitoring/
ntp.pl 300 %ErrorStatus = (0, "err_unspec",
312 return sprintf("%s", &getval(&esw_Err($_[$[]),*ErrorStatus));
  /src/sys/dev/acpi/
apei_cper.h 122 uint64_t ErrorStatus;
apei.c 416 "\0", ME->ErrorStatus);
417 device_printf(sc->sc_dev, "%s: ErrorStatus=%s\n", ctx, bitbuf);
  /src/external/bsd/tcpdump/dist/
print-snmp.c 182 static const char *ErrorStatus[] = {
204 ( e >= 0 && (size_t)e < sizeof(ErrorStatus)/sizeof(ErrorStatus[0]) \
205 ? ErrorStatus[e] \
1337 /* errorStatus (Integer) */
1341 ND_PRINT("[errorStatus!=INT]");
1350 ND_PRINT("[errorStatus(%s)!=0]",
1378 ND_PRINT("[errorIndex(%d) w/o errorStatus]", elem.data.integer);

Completed in 100 milliseconds