Searched refs:GetNextNode (Results 1 - 25 of 47) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/
H A DReportStatusCodeRouterSmm.c64 for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextNode (&mCallbackListHead, Link)) {
111 for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextNode (&mCallbackListHead, Link)) {
173 Link = GetNextNode (&mCallbackListHead, Link);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/
H A DReportStatusCodeRouterRuntimeDxe.c123 for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextNode (&mCallbackListHead, Link)) {
194 for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextNode (&mCallbackListHead, Link)) {
260 Link = GetNextNode (&mCallbackListHead, Link);
350 for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextNode (&mCallbackListHead, Link)) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Utility/
H A DDevSearch.c107 WorkNode = (DeviceNode *)GetNextNode(&daDeviceList, (LIST_ENTRY *)WorkNode);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/DataHubDxe/
H A DDataHub.c141 for (Link = GetFirstNode(Head); Link != Head; Link = GetNextNode(Head, Link)) {
187 for (Link = GetFirstNode(Head); Link != Head; Link = GetNextNode(Head, Link)) {
207 for (Link = GetNextNode(Head, Link); Link != Head; Link = GetNextNode(Head, Link)) {
247 for (Link = GetFirstNode(Head); Link != Head; Link = GetNextNode(Head, Link)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c596 ImageInfoListIndex = GetNextNode (&OverrideItem->DriverInfoList, ImageInfoListIndex);
603 OverrideItemListIndex = GetNextNode (MappingDataBase, OverrideItemListIndex);
831 ImageInfoListIndex = GetNextNode (&OverrideItem->DriverInfoList, ImageInfoListIndex);
983 ItemIndex = GetNextNode (MappingDataBase, ItemIndex);
1039 ImageInfoListIndex = GetNextNode (&OverrideItem->DriverInfoList, ImageInfoListIndex);
1042 OverrideItemListIndex = GetNextNode (MappingDataBase, OverrideItemListIndex);
1254 OverrideItemListIndex = GetNextNode (MappingDataBase, OverrideItemListIndex);
1462 ImageInfoListIndex = GetNextNode (&OverrideItem->DriverInfoList, ImageInfoListIndex);
1493 ImageInfoListIndex = GetNextNode (&OverrideItem->DriverInfoList, ImageInfoListIndex);
1562 OverrideItemListIndex = GetNextNode (MappingDataBas
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIkeCommon.h60 Node = GetNextNode (&(IkePacket)->PayloadList, Node); \
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DGoto.c82 if (!MoveToTag(GetNextNode, L"endfor", L"for", CompareString, ShellCommandGetCurrentScriptFile(), FALSE, FALSE, TRUE)) {
H A DFor.c151 ; Node = (ALIAS_LIST *)GetNextNode(List, &Node->Link)
205 ; Node = (ALIAS_LIST *)GetNextNode(List, &Node->Link)
241 ; Node = (ALIAS_LIST *)GetNextNode(List, &Node->Link)
319 if (!MoveToTag(GetNextNode, L"endfor", L"for", NULL, CurrentScriptFile, TRUE, TRUE, FALSE)) {
366 ; Node = (EFI_SHELL_FILE_INFO *)GetNextNode(&FileList->Link, &Node->Link)
634 if (!MoveToTag(GetNextNode, L"endfor", L"for", NULL, CurrentScriptFile, TRUE, FALSE, FALSE)) {
705 if (!MoveToTag(GetNextNode, L"endfor", L"for", NULL, CurrentScriptFile, TRUE, FALSE, FALSE)) {
H A DIf.c732 for (CommandNode = (SCRIPT_COMMAND_LIST *)GetNextNode(&ScriptFile->CommandList, &ScriptFile->CurrentCommand->Link), Found = FALSE
734 ; CommandNode = (SCRIPT_COMMAND_LIST *)GetNextNode(&ScriptFile->CommandList, &CommandNode->Link)
779 ScriptFile->CurrentCommand = (SCRIPT_COMMAND_LIST *)GetNextNode(&ScriptFile->CommandList, &CommandNode->Link);
852 if (!MoveToTag(GetNextNode, L"endif", L"if", NULL, CurrentScriptFile, TRUE, TRUE, FALSE)) {
1043 if (!MoveToTag(GetNextNode, L"endif", L"if", NULL, CurrentScriptFile, FALSE, FALSE, FALSE)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.c237 Link = GetNextNode (&gBrowserHotKeyList, Link);
470 Link = GetNextNode (&FormSet->StorageListHead, Link);
919 Link = GetNextNode (&Storage->NameValueListHead, Link);
962 Link = GetNextNode (&Storage->NameValueListHead, Link);
1016 Link = GetNextNode (&Storage->NameValueListHead, Link);
1086 Link = GetNextNode (&Storage->NameValueListHead, Link);
1968 Link = GetNextNode (ListHead, Link);
2000 LinkForm = GetNextNode (&FormSet->FormListHead, LinkForm);
2015 Link = GetNextNode (&Form->StatementListHead, Link);
2111 Link = GetNextNode (
[all...]
H A DInputHandler.c985 Link = GetNextNode (&Question->OptionListHead, Link);
1002 Link = GetNextNode (&Question->OptionListHead, Link);
1056 Link = GetNextNode (&Question->OptionListHead, Link);
1124 Link = GetNextNode (&Question->OptionListHead, Link);
1133 Link = GetNextNode (&Question->OptionListHead, Link);
1339 Link = GetNextNode (&Question->OptionListHead, Link);
H A DPresentation.c403 Link = GetNextNode (&Form->ExpressionListHead, Link);
557 Link = GetNextNode (&Selection->Form->StatementListHead, Link);
698 Link = GetNextNode (&gBrowserHotKeyList, Link);
942 Link = GetNextNode (&FormSet->FormListHead, Link);
970 Link = GetNextNode (&FormSet->FormListHead, Link);
1196 Link = GetNextNode (&Selection->Form->StatementListHead, Link);
H A DProcessOptions.c97 Link = GetNextNode (&Question->OptionListHead, Link);
481 Link = GetNextNode (&Question->OptionListHead, Link);
559 Link = GetNextNode (&Question->OptionListHead, Link);
596 Link = GetNextNode (&Question->OptionListHead, Link);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
H A DBootManager.c108 for (Link = GetFirstNode (&mBootOptionsList); !IsNull (&mBootOptionsList, Link); Link = GetNextNode (&mBootOptionsList, Link)) {
262 for (Link = GetFirstNode (&mBootOptionsList); !IsNull (&mBootOptionsList, Link); Link = GetNextNode (&mBootOptionsList, Link)) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellEnvVar.c247 ; Node = (ENV_VAR_LIST*)GetNextNode(&VarList.Link, &Node->Link)
262 ; Node = (ENV_VAR_LIST*)GetNextNode(ListHead, &Node->Link)
H A DFileHandleWrappers.c488 TabLinePos = (EFI_SHELL_FILE_INFO*)GetNextNode(&(FoundFileList->Link), &TabLinePos->Link);
490 TabLinePos = (EFI_SHELL_FILE_INFO*)GetNextNode(&(FoundFileList->Link), &TabLinePos->Link);
543 ; TempPos = (EFI_SHELL_FILE_INFO*)GetNextNode(&(FoundFileList->Link), &(TempPos->Link))
623 NewPos = (BUFFER_LIST*)GetNextNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &LinePos->Link);
625 NewPos = (BUFFER_LIST*)GetNextNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &LinePos->Link);
1233 ; Node = (BUFFER_LIST*)GetNextNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &Node->Link)
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DAttrib.c140 ; FileNode = (EFI_SHELL_FILE_INFO*)GetNextNode(&ListOfFiles->Link, &FileNode->Link)
207 ; FileNode = (EFI_SHELL_FILE_INFO*)GetNextNode(&ListOfFiles->Link, &FileNode->Link)
H A DRm.c115 ; Node2 = (EFI_SHELL_FILE_INFO *)GetNextNode(&List->Link, &Node2->Link)
303 ; Node = (EFI_SHELL_FILE_INFO*)GetNextNode(&FileList->Link, &Node->Link)
H A DLs.c93 ; Node = (EFI_SHELL_FILE_INFO *)GetNextNode(&ListHead->Link, &Node->Link)
208 ; Node = (EFI_SHELL_FILE_INFO *)GetNextNode(&ListHead->Link, &Node->Link)
358 ; Node = (EFI_SHELL_FILE_INFO *)GetNextNode(&ListHead->Link, &Node->Link)
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DTouch.c118 ; Walker = (EFI_SHELL_FILE_INFO *)GetNextNode(&FileList->Link, &Walker->Link)
247 ; Node = (EFI_SHELL_FILE_INFO*)GetNextNode(&FileList->Link, &Node->Link)
H A DType.c197 ; Node = (EFI_SHELL_FILE_INFO*)GetNextNode(&FileList->Link, &Node->Link)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAtaAtapiPassThru.c1004 Node = GetNextNode (&Instance->DeviceList, Node);
1080 Node = GetNextNode (&Instance->DeviceList, Node);
1410 Node = GetNextNode (&Instance->DeviceList, Node);
1426 Node = GetNextNode (&Instance->DeviceList, Node);
1521 Node = GetNextNode (&Instance->DeviceList, Node);
1538 Node = GetNextNode (&Instance->DeviceList, Node);
2046 Node = GetNextNode (&Instance->DeviceList, Node);
2064 Node = GetNextNode (&Instance->DeviceList, Node);
2385 Node = GetNextNode (&Instance->DeviceList, Node);
2404 Node = GetNextNode (
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.c221 ; Node = (SHELL_COMMAND_INTERNAL_LIST_ENTRY *)GetNextNode(&mCommandList.Link, &Node->Link)
261 ; Node = (SHELL_COMMAND_INTERNAL_LIST_ENTRY *)GetNextNode(&mCommandList.Link, &Node->Link)
460 ; Node = (SHELL_COMMAND_INTERNAL_LIST_ENTRY *)GetNextNode(&mCommandList.Link, &Node->Link)
513 ; Node = (SHELL_COMMAND_INTERNAL_LIST_ENTRY *)GetNextNode(&mCommandList.Link, &Node->Link)
642 ; Node = (ALIAS_LIST *)GetNextNode(&mAliasList.Link, &Node->Link)
1217 ; Node = (BUFFER_LIST*)GetNextNode(&mFileHandleList.Link, &Node->Link)
1244 ; Node = (BUFFER_LIST*)GetNextNode(&mFileHandleList.Link, &Node->Link)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DHotkey.c389 ; Link = GetNextNode (&mHotkeyList, Link)
486 Link = GetNextNode (&mHotkeyList, Link);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmPeriodicSmiLib/
H A DSmmPeriodicSmiLib.c266 ; Link = GetNextNode (&gPeriodicSmiLibraryHandlers, Link)
1169 Link = GetNextNode (&gPeriodicSmiLibraryHandlers, Link);

Completed in 96 milliseconds

12