Searched refs:BUFFER_LIST (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.c35 STATIC BUFFER_LIST mFileHandleList;
1177 BUFFER_LIST *NewNode;
1184 NewNode = AllocateZeroPool(sizeof(BUFFER_LIST));
1213 BUFFER_LIST *Node;
1215 for (Node = (BUFFER_LIST*)GetFirstNode(&mFileHandleList.Link)
1217 ; Node = (BUFFER_LIST*)GetNextNode(&mFileHandleList.Link, &Node->Link)
1240 BUFFER_LIST *Node;
1242 for (Node = (BUFFER_LIST*)GetFirstNode(&mFileHandleList.Link)
1244 ; Node = (BUFFER_LIST*)GetNextNode(&mFileHandleList.Link, &Node->Link)
1305 Frees any BUFFER_LIST define
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.h87 BUFFER_LIST CommandHistory;
99 BUFFER_LIST BufferToFreeList; ///< List of buffers that were returned to the user to free.
H A DFileHandleWrappers.c340 BUFFER_LIST *LinePos;
341 BUFFER_LIST *NewPos;
373 LinePos = NewPos = (BUFFER_LIST*)(&ShellInfoObject.ViewingSettings.CommandHistory);
613 NewPos = (BUFFER_LIST*)GetPreviousNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &LinePos->Link);
615 NewPos = (BUFFER_LIST*)GetPreviousNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &LinePos->Link);
623 NewPos = (BUFFER_LIST*)GetNextNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &LinePos->Link);
624 if (NewPos == (BUFFER_LIST*)(&ShellInfoObject.ViewingSettings.CommandHistory)) {
625 NewPos = (BUFFER_LIST*)GetNextNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &LinePos->Link);
741 if (NewPos != (BUFFER_LIST*)(&ShellInfoObject.ViewingSettings.CommandHistory)) {
746 NewPos = (BUFFER_LIST*)(
[all...]
H A DShell.c987 BUFFER_LIST *BufferListEntry;
993 BufferListEntry = AllocateZeroPool(sizeof(BUFFER_LIST));
1011 BUFFER_LIST *Node;
1013 Node = AllocateZeroPool(sizeof(BUFFER_LIST));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DShellCommandLib.h665 } BUFFER_LIST; typedef in typeref:struct:__anon12764
668 Frees any BUFFER_LIST defined type.
675 IN BUFFER_LIST *List

Completed in 52 milliseconds