Searched refs:DescText (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c38 CHAR16 *DescText; // Description string member in struct:PCI_CLASS_ENTRY_TAG
1304 if (NULL == CurrentClass[Index].DescText) {
1315 ClassStrings->BaseClass = CurrentClass[Index].DescText;
1333 if (NULL == CurrentClass[Index].DescText) {
1345 ClassStrings->SubClass = CurrentClass[Index].DescText;
1363 if (NULL == CurrentClass[Index].DescText) {
1372 ClassStrings->PIFClass = CurrentClass[Index].DescText;

Completed in 56 milliseconds