Home
last modified time | relevance | path

Searched refs:PromptId (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerLib/
DDeviceManager.c199 EFI_STRING_ID PromptId; in AddIdToMacDeviceList() local
206 StoredString = HiiGetString (HiiHandle, mMacDeviceList.NodeList[Index].PromptId, NULL); in AddIdToMacDeviceList()
219 PromptId = HiiSetString(HiiHandle, 0, MacAddrString, NULL); in AddIdToMacDeviceList()
224 mMacDeviceList.NodeList[mMacDeviceList.CurListLen].PromptId = PromptId; in AddIdToMacDeviceList()
237 TempDeviceList[mMacDeviceList.CurListLen].PromptId = PromptId; in AddIdToMacDeviceList()
642 mMacDeviceList.NodeList[mMacDeviceList.CurListLen - AddItemCount].PromptId, in CreateDeviceManagerForm()
833 …= HiiGetString (gDeviceManagerPrivate.HiiHandle, mMacDeviceList.NodeList[CurIndex].PromptId, NULL); in DeviceManagerCallback()
DDeviceManager.h91 EFI_STRING_ID PromptId; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DDeviceManager.c154 …= HiiGetString (gDeviceManagerPrivate.HiiHandle, mMacDeviceList.NodeList[CurIndex].PromptId, NULL); in DeviceManagerCallback()
439 EFI_STRING_ID PromptId; in AddIdToMacDeviceList() local
446 StoredString = HiiGetString (HiiHandle, mMacDeviceList.NodeList[Index].PromptId, NULL); in AddIdToMacDeviceList()
459 PromptId = HiiSetString(HiiHandle, 0, MacAddrString, NULL); in AddIdToMacDeviceList()
464 mMacDeviceList.NodeList[mMacDeviceList.CurListLen].PromptId = PromptId; in AddIdToMacDeviceList()
477 TempDeviceList[mMacDeviceList.CurListLen].PromptId = PromptId; in AddIdToMacDeviceList()
982 mMacDeviceList.NodeList[mMacDeviceList.CurListLen - AddItemCount].PromptId, in CallDeviceManager()
DDeviceManager.h89 EFI_STRING_ID PromptId; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
DFormDisplay.c613 EFI_STRING_ID PromptId; in UiAddMenuOption() local
621 PromptId = GetPrompt (Statement->OpCode); in UiAddMenuOption()
622 ASSERT (PromptId != 0); in UiAddMenuOption()
624 String = GetToken (PromptId, gFormData->HiiHandle); in UiAddMenuOption()