Searched defs:EntryName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DParseUpdateProfile.c388 // EntryName, add a trailing '\0'
477 @param EntryName Section entry name.
488 IN UINT8 *EntryName,
497 if (AsciiStrCmp ((CONST CHAR8 *) Section->ptrEntry, (CONST CHAR8 *) EntryName) == 0) {
485 UpdateGetProfileString( IN SECTION_ITEM *Section, IN UINT8 *SectionName, IN UINT8 *EntryName, OUT UINT8 **EntryValue ) argument

Completed in 55 milliseconds