Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
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;
DBootMaint.h394 } STRING_DEPOSITORY; typedef
1306 IN STRING_DEPOSITORY *StringDepository
1661 extern STRING_DEPOSITORY *FileOptionStrDepository;
1662 extern STRING_DEPOSITORY *ConsoleOptionStrDepository;
1663 extern STRING_DEPOSITORY *BootOptionStrDepository;
1664 extern STRING_DEPOSITORY *BootOptionHelpStrDepository;
1665 extern STRING_DEPOSITORY *DriverOptionStrDepository;
1666 extern STRING_DEPOSITORY *DriverOptionHelpStrDepository;
1667 extern STRING_DEPOSITORY *TerminalStrDepository;
DBootMaint.c1311 STRING_DEPOSITORY *StringDepository; in InitializeStringDepository()
1312 …StringDepository = AllocateZeroPool (sizeof (STRING_DEPOSITORY) * STRING_DEPOSITORY_N… in InitializeStringDepository()
1334 IN STRING_DEPOSITORY *StringDepository in GetStringTokenFromDepository()
1380 STRING_DEPOSITORY *StringDepository; in ReclaimStringDepository()
1402 STRING_DEPOSITORY *StringDepository; in CleanUpStringDepository()