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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.c24 STATIC SHELL_COMMAND_INTERNAL_LIST_ENTRY mCommandList; variable
95 InitializeListHead(&mCommandList.Link);
138 while (!IsListEmpty (&mCommandList.Link)) {
139 Node = (SHELL_COMMAND_INTERNAL_LIST_ENTRY *)GetFirstNode(&mCommandList.Link);
219 for ( Node = (SHELL_COMMAND_INTERNAL_LIST_ENTRY *)GetFirstNode(&mCommandList.Link)
220 ; !IsNull(&mCommandList.Link, &Node->Link)
221 ; Node = (SHELL_COMMAND_INTERNAL_LIST_ENTRY *)GetNextNode(&mCommandList.Link, &Node->Link)
259 for ( Node = (SHELL_COMMAND_INTERNAL_LIST_ENTRY *)GetFirstNode(&mCommandList.Link)
260 ; !IsNull(&mCommandList.Link, &Node->Link)
261 ; Node = (SHELL_COMMAND_INTERNAL_LIST_ENTRY *)GetNextNode(&mCommandList
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp5013 RTListInit(&mCommandList);
5026 RTListIsEmpty(&mCommandList);
5062 RTListAppend(&mCommandList, &pCmd->ListNode);
5104 RTListForEachCpp(&mCommandList, pCur, VBoxVHWACommandElement, ListNode)
5163 if (!RTListIsEmpty(&mCommandList))
5184 pEl = RTListGetFirstCpp(&mCommandList, VBoxVHWACommandElement, ListNode);
5222 RTListForEachSafeCpp(&mCommandList, pCur, pNext, VBoxVHWACommandElement, ListNode)
5350 RTListForEachCpp(&mCommandList, pCur, VBoxVHWACommandElement, ListNode)
H A DVBoxFBOverlay.h1330 RTLISTNODE mCommandList;

Completed in 59 milliseconds