Home
last modified time | relevance | path

Searched refs:STRING_LIST_NODE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBootMaint.h383 typedef struct _STRING_LIST_NODE STRING_LIST_NODE; typedef
387 STRING_LIST_NODE *Next;
392 STRING_LIST_NODE *CurrentNode;
393 STRING_LIST_NODE *ListHead;
DBootMaint.c1337 STRING_LIST_NODE *CurrentListNode; in GetStringTokenFromDepository()
1338 STRING_LIST_NODE *NextListNode; in GetStringTokenFromDepository()
1351 NextListNode = AllocateZeroPool (sizeof (STRING_LIST_NODE)); in GetStringTokenFromDepository()
1400 STRING_LIST_NODE *CurrentListNode; in CleanUpStringDepository()
1401 STRING_LIST_NODE *NextListNode; in CleanUpStringDepository()