HomeSort by relevance Sort by last modified time
    Searched refs:AML_ROOT_CHAR (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AmlString.c 30 if ((Buffer[0] == AML_ROOT_CHAR) && (Buffer[1] == 0)) {
126 if (*Buffer == AML_ROOT_CHAR) {
155 if ((Length == 1) && (*Buffer == AML_ROOT_CHAR)) {
297 if (*Buffer == AML_ROOT_CHAR) {
410 *AmlBuffer = AML_ROOT_CHAR;
495 if (*Buffer == AML_ROOT_CHAR) {
AmlNamespace.c 150 if (*Buffer == AML_ROOT_CHAR) {
538 RootNameSeg[0] = AML_ROOT_CHAR;
Aml.c 91 /* RootChar - 0x5C */ {AML_ROOT_CHAR, 0, 0, {AML_NONE, AML_NONE, AML_NONE, AML_NONE, AML_NONE, AML_NONE}, AML_IS_NAME_CHAR},
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
AcpiAml.h 67 #define AML_ROOT_CHAR 0x5c
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPciUpdate.h 65 #define AML_ROOT_CHAR 0x5c
AcpiPciUpdate.c 272 if (*Buffer == AML_ROOT_CHAR) {
    [all...]

Completed in 76 milliseconds