HomeSort by: relevance | last modified time | path
    Searched refs:AE_NOT_FOUND (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/sys/external/bsd/acpica/dist/namespace/
nssearch.c 279 return_ACPI_STATUS (AE_NOT_FOUND);
332 return_ACPI_STATUS (AE_NOT_FOUND);
340 return_ACPI_STATUS (AE_NOT_FOUND);
372 return_ACPI_STATUS (AE_NOT_FOUND);
443 if (Status != AE_NOT_FOUND)
529 return_ACPI_STATUS (AE_NOT_FOUND);
nsxfobj.c 373 Status = AE_NOT_FOUND;
nsobject.c 586 return (AE_NOT_FOUND);
627 return (AE_NOT_FOUND);
  /src/sys/external/bsd/acpica/dist/utilities/
uteval.c 211 if (Status == AE_NOT_FOUND)
392 if (AE_NOT_FOUND == Status)
448 ACPI_STATUS FinalStatus = AE_NOT_FOUND;
476 if (Status == AE_NOT_FOUND)
uterror.c 359 case AE_NOT_FOUND:
  /src/sys/arch/arm/acpi/
acpi_table.c 95 return AE_NOT_FOUND;
116 return AE_NOT_FOUND;
acpi_pci_graviton.c 120 return AE_NOT_FOUND;
acpi_iort.c 183 return AE_NOT_FOUND;
acpi_pci_layerscape_gen4.c 265 return AE_NOT_FOUND;
271 return AE_NOT_FOUND;
  /src/sys/external/bsd/acpica/dist/tables/
tbfind.c 263 Status = AE_NOT_FOUND;
tbxface.c 260 return_ACPI_STATUS (AE_NOT_FOUND);
434 return (AE_NOT_FOUND);
447 return (AE_NOT_FOUND);
481 ACPI_STATUS Status = AE_NOT_FOUND;
tbxfroot.c 384 return_ACPI_STATUS (AE_NOT_FOUND);
  /src/sys/external/bsd/acpica/dist/compiler/
aslopt.c 268 return (AE_NOT_FOUND);
383 return (AE_NOT_FOUND);
391 return (AE_NOT_FOUND);
478 Status = AE_NOT_FOUND;
506 Status = AE_NOT_FOUND;
612 Status = AE_NOT_FOUND;
635 return (AE_NOT_FOUND);
aslload.c 293 if (Status == AE_NOT_FOUND)
619 if (Status == AE_NOT_FOUND)
734 if (Status == AE_NOT_FOUND)
959 else if (AE_NOT_FOUND)
1370 if (Status == AE_NOT_FOUND)
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeinitfile.c 369 return (AE_NOT_FOUND);
387 return_ACPI_STATUS (AE_NOT_FOUND);
aeexception.c 277 else if (Status != AE_NOT_FOUND)
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oswintbl.c 229 * AE_NOT_FOUND: A valid table was not found at the address
324 else if (Status == AE_NOT_FOUND &&
408 * AE_NOT_FOUND: A table with the signature was not found
497 return (AE_NOT_FOUND);
504 return (AE_NOT_FOUND);
615 * AE_NOT_FOUND: A table with the signature was not found
oslinuxtbl.c 308 return (AE_NOT_FOUND);
329 * AE_NOT_FOUND: A valid table was not found at the address
400 * AE_NOT_FOUND: A table with the signature was not found
729 return (AE_NOT_FOUND);
1022 * AE_NOT_FOUND: A table with the signature was not found
1289 return (OslGetLastStatus (AE_NOT_FOUND));
1332 * AE_NOT_FOUND: A valid table was not found at the address
1520 return (OslGetLastStatus (AE_NOT_FOUND));
1615 * AE_NOT_FOUND: A table with the signature was not found
1642 return (OslGetLastStatus (AE_NOT_FOUND));
    [all...]
osbsdtbl.c 240 * AE_NOT_FOUND: A valid table was not found at the address
303 * AE_NOT_FOUND: A table with the signature was not found
344 return (AE_NOT_FOUND);
356 return (AE_NOT_FOUND);
665 * AE_NOT_FOUND: A table with the signature was not found
787 return (AE_NOT_FOUND);
  /src/sys/dev/acpi/
acpi_wakedev.c 165 if (ACPI_FAILURE(rv) && rv != AE_NOT_FOUND)
368 if (rv != AE_NOT_FOUND)
373 if (ACPI_FAILURE(rv) && rv != AE_NOT_FOUND)
acpi_gpio.c 190 return AE_NOT_FOUND;
204 return AE_NOT_FOUND;
  /src/sys/external/bsd/acpica/dist/hardware/
hwesleep.c 195 if (ACPI_FAILURE (Status) && Status != AE_NOT_FOUND)
hwxfsleep.c 488 if (ACPI_FAILURE (Status) && Status != AE_NOT_FOUND)
  /src/sys/external/bsd/acpica/dist/dispatcher/
dspkginit.c 359 if (Status == AE_NOT_FOUND)
581 if ((Status == AE_NOT_FOUND) && AcpiGbl_IgnorePackageResolutionErrors)
  /src/sys/dev/acpi/acpica/
OsdHardware.c 178 return AE_NOT_FOUND;

Completed in 25 milliseconds

1 2 3