Searched refs:AmlPath (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/ |
H A D | AmlString.c | 392 UINT8 *AmlPath; local 400 AmlPath = AllocatePool (TotalLength); 401 ASSERT (AmlPath != NULL); 403 AmlBuffer = AmlPath; 451 AmlPath[TotalLength - 1] = 0; 453 return AmlPath;
|
H A D | AcpiSdt.c | 837 @param[in] AmlPath Points to the AML path. 847 IN UINT8 *AmlPath, 860 Status = AmlFindPath (AmlHandle, AmlPath, &Buffer, FALSE); 896 @param[in] AmlPath Points to the AML path. 906 IN UINT8 *AmlPath, 920 if (AmlIsRootPath (AmlPath)) { 950 Status = AmlFindPath (AmlHandle, AmlPath, &Buffer, TRUE); 995 UINT8 *AmlPath; local 1009 AmlPath = AmlNameFromAslName (AcpiPath); 1010 if (AmlPath 845 SdtFindPathFromNonRoot( IN EFI_ACPI_HANDLE HandleIn, IN UINT8 *AmlPath, OUT EFI_ACPI_HANDLE *HandleOut ) argument 904 SdtFindPathFromRoot( IN EFI_ACPI_HANDLE HandleIn, IN UINT8 *AmlPath, OUT EFI_ACPI_HANDLE *HandleOut ) argument [all...] |
H A D | AmlNamespace.c | 505 @param[in] AmlPath Points to the ACPI AML path. 517 IN UINT8 *AmlPath, 591 AmlPath, 515 AmlFindPath( IN EFI_AML_HANDLE *AmlHandle, IN UINT8 *AmlPath, OUT VOID **Buffer, IN BOOLEAN FromRoot ) argument
|
H A D | AcpiSdt.h | 533 @param[in] AmlPath Points to the ACPI AML path. 545 IN UINT8 *AmlPath,
|
Completed in 112 milliseconds