Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c172 SCRIPT_FILE_LIST *Node3; in ShellCommandLibDestructor() local
201 Node3 = (SCRIPT_FILE_LIST *)GetFirstNode(&mScriptList.Link); in ShellCommandLibDestructor()
202 RemoveEntryList(&Node3->Link); in ShellCommandLibDestructor()
203 DeleteScriptFileStruct(Node3->Data); in ShellCommandLibDestructor()
204 FreePool(Node3); in ShellCommandLibDestructor()