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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DData.c22 STRING_DEPOSITORY *FileOptionStrDepository;
23 STRING_DEPOSITORY *ConsoleOptionStrDepository;
24 STRING_DEPOSITORY *BootOptionStrDepository;
25 STRING_DEPOSITORY *BootOptionHelpStrDepository;
26 STRING_DEPOSITORY *DriverOptionStrDepository;
27 STRING_DEPOSITORY *DriverOptionHelpStrDepository;
28 STRING_DEPOSITORY *TerminalStrDepository;
H A DBootMaint.h402 } STRING_DEPOSITORY; typedef in typeref:struct:_STRING_DEPOSITORY
1346 IN STRING_DEPOSITORY *StringDepository
1537 extern STRING_DEPOSITORY *FileOptionStrDepository;
1538 extern STRING_DEPOSITORY *ConsoleOptionStrDepository;
1539 extern STRING_DEPOSITORY *BootOptionStrDepository;
1540 extern STRING_DEPOSITORY *BootOptionHelpStrDepository;
1541 extern STRING_DEPOSITORY *DriverOptionStrDepository;
1542 extern STRING_DEPOSITORY *DriverOptionHelpStrDepository;
1543 extern STRING_DEPOSITORY *TerminalStrDepository;
H A DBootMaint.c1188 STRING_DEPOSITORY *StringDepository;
1189 StringDepository = AllocateZeroPool (sizeof (STRING_DEPOSITORY) * STRING_DEPOSITORY_NUMBER);
1211 IN STRING_DEPOSITORY *StringDepository
1257 STRING_DEPOSITORY *StringDepository;
1279 STRING_DEPOSITORY *StringDepository;

Completed in 408 milliseconds