Home
last modified time | relevance | path

Searched refs:Pathname (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/
DDsdt.c170 while (Table->Pathname) { in DsdtHeader()
171 if (AsciiStrCmp(Table->Pathname, "_SB_.ETH0._DSD") == 0) { in DsdtHeader()
174 else if (AsciiStrCmp(Table->Pathname, "_SB_.ETH1._DSD") == 0) { in DsdtHeader()
177 else if (AsciiStrCmp(Table->Pathname, "_SB_.AHC1._STA") == 0) { in DsdtHeader()
181 else if (AsciiStrCmp(Table->Pathname, "_SB_.GIO2._STA") == 0) { in DsdtHeader()
184 else if (AsciiStrCmp(Table->Pathname, "_SB_.GIO3._STA") == 0) { in DsdtHeader()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DFtp4.h185 UINT8 *Pathname; member