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 171 return_ACPI_STATUS (AE_NOT_FOUND);
224 return_ACPI_STATUS (AE_NOT_FOUND);
232 return_ACPI_STATUS (AE_NOT_FOUND);
264 return_ACPI_STATUS (AE_NOT_FOUND);
335 if (Status != AE_NOT_FOUND)
421 return_ACPI_STATUS (AE_NOT_FOUND);
nsxfobj.c 265 Status = AE_NOT_FOUND;
nsobject.c 478 return (AE_NOT_FOUND);
519 return (AE_NOT_FOUND);
  /src/sys/external/bsd/acpica/dist/utilities/
uteval.c 103 if (Status == AE_NOT_FOUND)
284 if (AE_NOT_FOUND == Status)
340 ACPI_STATUS FinalStatus = AE_NOT_FOUND;
368 if (Status == AE_NOT_FOUND)
uterror.c 251 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 155 Status = AE_NOT_FOUND;
tbxface.c 152 return_ACPI_STATUS (AE_NOT_FOUND);
326 return (AE_NOT_FOUND);
339 return (AE_NOT_FOUND);
373 ACPI_STATUS Status = AE_NOT_FOUND;
tbxfroot.c 276 return_ACPI_STATUS (AE_NOT_FOUND);
  /src/sys/external/bsd/acpica/dist/compiler/
aslopt.c 160 return (AE_NOT_FOUND);
275 return (AE_NOT_FOUND);
283 return (AE_NOT_FOUND);
370 Status = AE_NOT_FOUND;
398 Status = AE_NOT_FOUND;
504 Status = AE_NOT_FOUND;
527 return (AE_NOT_FOUND);
aslload.c 185 if (Status == AE_NOT_FOUND)
511 if (Status == AE_NOT_FOUND)
626 if (Status == AE_NOT_FOUND)
851 else if (AE_NOT_FOUND)
1262 if (Status == AE_NOT_FOUND)
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeinitfile.c 261 return (AE_NOT_FOUND);
279 return_ACPI_STATUS (AE_NOT_FOUND);
aeexception.c 169 else if (Status != AE_NOT_FOUND)
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oswintbl.c 121 * AE_NOT_FOUND: A valid table was not found at the address
216 else if (Status == AE_NOT_FOUND &&
300 * AE_NOT_FOUND: A table with the signature was not found
389 return (AE_NOT_FOUND);
396 return (AE_NOT_FOUND);
507 * AE_NOT_FOUND: A table with the signature was not found
oslinuxtbl.c 200 return (AE_NOT_FOUND);
221 * AE_NOT_FOUND: A valid table was not found at the address
292 * AE_NOT_FOUND: A table with the signature was not found
621 return (AE_NOT_FOUND);
914 * AE_NOT_FOUND: A table with the signature was not found
1181 return (OslGetLastStatus (AE_NOT_FOUND));
1224 * AE_NOT_FOUND: A valid table was not found at the address
1412 return (OslGetLastStatus (AE_NOT_FOUND));
1507 * AE_NOT_FOUND: A table with the signature was not found
1534 return (OslGetLastStatus (AE_NOT_FOUND));
    [all...]
osbsdtbl.c 132 * AE_NOT_FOUND: A valid table was not found at the address
195 * AE_NOT_FOUND: A table with the signature was not found
236 return (AE_NOT_FOUND);
248 return (AE_NOT_FOUND);
557 * AE_NOT_FOUND: A table with the signature was not found
679 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 87 if (ACPI_FAILURE (Status) && Status != AE_NOT_FOUND)
hwxfsleep.c 380 if (ACPI_FAILURE (Status) && Status != AE_NOT_FOUND)
  /src/sys/external/bsd/acpica/dist/dispatcher/
dspkginit.c 251 if (Status == AE_NOT_FOUND)
473 if ((Status == AE_NOT_FOUND) && AcpiGbl_IgnorePackageResolutionErrors)
  /src/sys/dev/acpi/acpica/
OsdHardware.c 178 return AE_NOT_FOUND;

Completed in 37 milliseconds

1 2 3