Home
last modified time | relevance | path

Searched refs:IsNull (Results 1 – 25 of 100) sorted by relevance

1234

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DUefiIfrDefault.c110 while (!IsNull (&Question->DefaultListHead, Link)) { in GetQuestionDefault()
136 while (!IsNull (&Question->OptionListHead, Link)) { in GetQuestionDefault()
203 while (!IsNull (&Form->StatementListHead, Link)) { in ExtractFormDefault()
279 while (!IsNull (&FormSet->FormListHead, Link)) { in GetBufferTypeDefaultIdAndStorageId()
321 while (!IsNull (&FormSet->StorageListHead, StorageLink)) { in GetBufferTypeDefaultId()
365 while (!IsNull (&ThunkContext->FormSet->DefaultStoreListHead, DefaultLink)) { in UefiIfrGetBufferTypeDefaults()
432 while (!IsNull (ListHead, List)) { in UefiDefaultsToFwDefaults()
460 while (!IsNull (ListHead, List)) { in UefiDefaultsToFwDefaults()
DUtility.c290 while (!IsNull (&Private->ThunkContextListHead, Link)) { in FwHiiHandleToThunkContext()
323 while (!IsNull (&Private->ThunkContextListHead, Link)) { in UefiHiiHandleToThunkContext()
355 while (!IsNull (&Private->ThunkContextListHead, Link)) { in TagGuidToIfrPackThunkContext()
637 while (!IsNull (&FormSet->StorageListHead, StorageList)) { in GetFormsetDefaultVarstoreId()
660 if (!IsNull (&FormSet->StorageListHead, StorageList)) { in GetFormsetDefaultVarstoreId()
DConfigAccess.c77 while (!IsNull (&FormSet->StorageListHead, StorageList)) { in GetFirstStorageOfFormSet()
110 while (!IsNull (&FormSet->FormListHead, FormList)) { in GetStorageFromQuestionId()
115 while (!IsNull (&Form->StatementListHead, StatementList)) { in GetStorageFromQuestionId()
159 while (!IsNull (&FormSet->StorageListHead, StorageList)) { in GetStorageFromConfigString()
474 if (IsNull (&FormSetContext->StorageListHead, StorageList)) { in ThunkExtractConfig()
996 while (!IsNull (&FormSet->OneOfOptionMapListHead, Link)) { in GetOneOfOptionMapEntry()
1003 while (!IsNull (&OneOfOptionMap->OneOfOptionMapEntryListHead, Link2)) { in GetOneOfOptionMapEntry()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/
DReportStatusCodeRouterSmm.c64 …for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextN… in Register()
111 …for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextN… in Unregister()
168 for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link);) { in ReportDispatcher()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk/
DPiSmmStatusCodeOnFrameworkSmmStatusCodeThunk.c72 …for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextN… in Register()
119 …for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextN… in Unregister()
176 …for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextN… in ReportDispatcher()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DSetup.c167 while (!IsNull (&mPrivateData.FormBrowserEx2.FormViewHistoryHead, Link)) { in UiFindMenuList()
308 while (!IsNull (CurrentMenuListHead, Link)) { in UiCopyMenuList()
756 while (!IsNull (&gBrowserStorageList, Link)) { in BrowserCallback()
823 if (IsNull (&mSystemLevelFormSet->StorageListHead, Link)) { in BrowserCallback()
1131 while (!IsNull (&Storage->NameValueListHead, Link)) { in GetValueByName()
1181 while (!IsNull (&Storage->NameValueListHead, Link)) { in SetValueByName()
1265 while (!IsNull (&Storage->NameValueListHead, Link)) { in StorageToConfigResp()
2132 while (!IsNull (ListHead, Link)) { in ValidateQuestion()
2264 while (!IsNull (&FormSet->FormListHead, LinkForm)) { in NoSubmitCheck()
2273 while (!IsNull (&Form->StatementListHead, Link)) { in NoSubmitCheck()
[all …]
DPresentation.c49 while (!IsNull (&Form->ExpressionListHead, Link)) { in EvaluateFormExpressions()
106 while (!IsNull (&gDisplayFormData.StatementListHead, Link)) { in GetDisplayStatement()
313 while (!IsNull (&Statement->OptionListHead, Link)) { in InitializeDisplayStatement()
418 while (!IsNull (&gCurrentSelection->Form->StatementListHead, Link)) { in RefreshIntervalProcess()
447 while (!IsNull (&gBrowserHotKeyList, Link)) { in UpdateHotkeyList()
489 while (!IsNull (&mPrivateData.FormBrowserEx2.OverrideQestListHead, Link)) { in ProcessQuestionExtraAttr()
533 while (!IsNull (&gCurrentSelection->FormSet->StatementListOSF, Link)) { in AddStatementToDisplayForm()
568 while (!IsNull (&gCurrentSelection->Form->StatementListHead, Link)) { in AddStatementToDisplayForm()
675 while (!IsNull (&gBrowserFormSetList, Link)) { in UpdateDataChangedFlag()
862 while (!IsNull (&gCurrentSelection->Form->StatementListHead, Link)) { in GetBrowserStatement()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
DPciHostBridge.c477 ; !IsNull (&HostBridge->RootBridges, Link) in InitializePciHostBridge()
516 ; !IsNull (&HostBridge->RootBridges, Link) in ResourceConflict()
529 ; !IsNull (&HostBridge->RootBridges, Link) in ResourceConflict()
698 ; !IsNull (&HostBridge->RootBridges, Link) in NotifyPhase()
741 ; !IsNull (&HostBridge->RootBridges, Link) in NotifyPhase()
752 ; !IsNull (&HostBridge->RootBridges, Link) in NotifyPhase()
874 ; !IsNull (&HostBridge->RootBridges, Link) in NotifyPhase()
898 ; !IsNull (&HostBridge->RootBridges, Link) in NotifyPhase()
997 ; !IsNull (&HostBridge->RootBridges, Link) in GetNextRootBridge()
1010 ASSERT (IsNull (&HostBridge->RootBridges, Link)); in GetNextRootBridge()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/
DReportStatusCodeRouterRuntimeDxe.c123 …for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextN… in Register()
194 …for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextN… in Unregister()
255 for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link);) { in ReportDispatcher()
350 …for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextN… in VirtualAddressChangeCallBack()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DPlatDriOverrideLib.c575 while (!IsNull (MappingDataBase, OverrideItemListIndex)) { in FreeMappingDatabase()
585 while (!IsNull (&OverrideItem->DriverInfoList, ImageInfoListIndex)) { in FreeMappingDatabase()
856 while (!IsNull (&OverrideItem->DriverInfoList, ImageInfoListIndex)) { in GetOneItemNeededSize()
988 while (!IsNull (MappingDataBase, OverrideItemListIndex)) { in SaveOverridesMapping()
999 while (!IsNull (MappingDataBase, ItemIndex)) { in SaveOverridesMapping()
1063 while (!IsNull (&OverrideItem->DriverInfoList, ImageInfoListIndex)) { in SaveOverridesMapping()
1282 while (!IsNull (MappingDataBase, OverrideItemListIndex)) { in GetDriverFromMapping()
1328 while (!IsNull (&OverrideItem->DriverInfoList, ImageInfoListIndex)) { in GetDriverFromMapping()
1515 while (!IsNull (&OverrideItem->DriverInfoList, ImageInfoListIndex)) { in GetDriverFromMapping()
1589 while (!IsNull (MappingDataBase, OverrideItemListIndex)) { in CheckMapping()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
DLinkedList.c295 IsNull ( in IsNull() function
349 if (IsNull (List, Node)) { in IsNodeAtEnd()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellEnvVar.c263 ; !IsNull(&VarList.Link, &Node->Link) in SetEnvironmentVariableList()
278 ; !IsNull(ListHead, &Node->Link) in SetEnvironmentVariableList()
422 ; !IsNull(&gShellEnvVarList.Link, &Node->Link) in ShellFindEnvVarInList()
476 ; !IsNull(&gShellEnvVarList.Link, &Node->Link) in ShellAddEnvVarToList()
531 ; !IsNull(&gShellEnvVarList.Link, &Node->Link) in ShellRemvoeEnvVarFromList()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
DQNCSmmCore.c290 while (!IsNull (&mPrivateData.CallbackDataBase, LinkInDb)) { in SmiInputValueDuplicateCheck()
545 while(!IsNull (&mPrivateData.CallbackDataBase, LinkInDb)) { in QNCSmmCoreUnRegister()
621 while (!IsNull (&mPrivateData.CallbackDataBase, LinkInDb)) { in QNCSmmCoreDispatcher()
646 while ((!IsNull (&mPrivateData.CallbackDataBase, LinkInDb)) && (ResetListSearch == FALSE)) { in QNCSmmCoreDispatcher()
681 while (!IsNull (&mPrivateData.CallbackDataBase, LinkToExhaust)) { in QNCSmmCoreDispatcher()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/
DHiKeyFastbootDxe.c77 while (!IsNull (&mPartitionListHead, &Entry->Link)) { in FreePartitionList()
356 while (!IsNull (&mPartitionListHead, &Entry->Link)) { in HiKeyFastbootPlatformFlashPartition()
461 while (!IsNull (&mPartitionListHead, &Entry->Link)) { in HiKeyFastbootPlatformErasePartition()
523 while (!IsNull (&mPartitionListHead, &Entry->Link)) { in HiKeyFastbootPlatformGetVar()
627 while (!IsNull (&mPartitionListHead, &Entry->Link)) { in HiKeyFastbootPlatformFlashPartitionEx()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
DLinkedList.h259 IsNull (
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960FastbootDxe/
DHiKey960FastbootDxe.c78 while (!IsNull (&mPartitionListHead, &Entry->Link)) { in FreePartitionList()
443 while (!IsNull (&mPartitionListHead, &Entry->Link)) { in HiKey960FastbootPlatformFlashPartition()
515 while (!IsNull (&mPartitionListHead, &Entry->Link)) { in HiKey960FastbootPlatformErasePartition()
573 while (!IsNull (&mPartitionListHead, &Entry->Link)) { in HiKey960FastbootPlatformGetVar()
676 while (!IsNull (&mPartitionListHead, &Entry->Link)) { in HiKey960FastbootPlatformFlashPartitionEx()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DLinkedList.c394 IsNull ( in IsNull() function
442 return (BOOLEAN)(!IsNull (List, Node) && List->BackLink == Node); in IsNodeAtEnd()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c322 ; !IsNull(&mCommandList.Link, &Node->Link) in ShellCommandIsCommandOnInternalList()
405 ; !IsNull(&mCommandList.Link, &Node->Link) in ShellCommandGetInternalCommandHelp()
583 ; !IsNull (&mCommandList.Link, &Command->Link) in ShellCommandRegisterCommandName()
671 ; !IsNull(&mCommandList.Link, &Node->Link) in ShellCommandRunCommandHandler()
738 ; !IsNull(&mCommandList.Link, &Node->Link) in ShellCommandGetManFileNameHandler()
831 ; !IsNull (&mAliasList.Link, &CommandAlias->Link) in ShellCommandRegisterAlias()
900 ; !IsNull(&mAliasList.Link, &Node->Link) in ShellCommandIsOnAliasList()
1591 ; !IsNull(&mFileHandleList.Link, &Node->Link) in ShellFileHandleGetPath()
1618 ; !IsNull(&mFileHandleList.Link, &Node->Link) in ShellFileHandleRemove()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
DRunAxf.c256 while (!IsNull (&LoadList, Node)) { in ShellDynCmdRunAxfHandler()
285 while (!IsNull (&LoadList, Node)) { in ShellDynCmdRunAxfHandler()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAtaAtapiPassThru.c1012 while (!IsNull (&Instance->DeviceList, Node)) { in SearchDeviceInfoList()
1106 while (!IsNull (&Instance->DeviceList, Node)) { in DestroyDeviceInfoList()
1450 while (!IsNull (&Instance->DeviceList, Node)) { in AtaPassThruGetNextPort()
1465 while (!IsNull (&Instance->DeviceList, Node)) { in AtaPassThruGetNextPort()
1567 while (!IsNull (&Instance->DeviceList, Node)) { in AtaPassThruGetNextDevice()
1587 while (!IsNull (&Instance->DeviceList, Node)) { in AtaPassThruGetNextDevice()
2220 while (!IsNull (&Instance->DeviceList, Node)) { in ExtScsiPassThruGetNextTargetLun()
2241 while (!IsNull (&Instance->DeviceList, Node)) { in ExtScsiPassThruGetNextTargetLun()
2602 while (!IsNull (&Instance->DeviceList, Node)) { in ExtScsiPassThruGetNextTarget()
2624 while (!IsNull (&Instance->DeviceList, Node)) { in ExtScsiPassThruGetNextTarget()
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsOpenClose.c179 !IsNull (&RootFile->Link, FileLink); in BootMonFsFindSpaceForNewFile()
224 while (!IsNull (&File->RegionToFlushLink, RegionToFlushLink)) { in FreeFileRegions()
317 !IsNull (&File->RegionToFlushLink, RegionToFlushLink); in BootMonFsFlushFile()
362 if (!IsNull (&Instance->RootFile->Link, FileLink)) { in BootMonFsFlushFile()
DBootMonFsDir.c57 !IsNull (&File->RegionToFlushLink, RegionToFlushLink); in BootMonFsGetImageLength()
172 !IsNull (&Instance->RootFile->Link, FileLink); in ComputeFreeSpace()
373 !IsNull (&BootMonFsFile->RegionToFlushLink, RegionToFlushLink); in SetFileSize()
757 !IsNull (ListFiles, Link); in BootMonFsFlushDirectory()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DAttrib.c140 ; !IsNull(&ListOfFiles->Link, &FileNode->Link) in ShellCommandRunAttrib()
212 ; !IsNull(&ListOfFiles->Link, &FileNode->Link) in ShellCommandRunAttrib()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DTouch.c120 ; FileList != NULL && !IsNull(&FileList->Link, &Walker->Link) && !EFI_ERROR(Status) in DoTouchByHandle()
249 ; !IsNull(&FileList->Link, &Node->Link) && !ShellGetExecutionBreakFlag() in ShellCommandRunTouch()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
DCustomizedDisplayLibInternal.c355 while (!IsNull (&FormData->StatementListOSF, Link)) { in ProcessExternedOpcode()
363 while (!IsNull (&FormData->StatementListHead, Link)) { in ProcessExternedOpcode()
370 while (!IsNull (&Statement->NestStatementList, NestLink)) { in ProcessExternedOpcode()
403 while (!IsNull (&FormData->HotKeyListHead, Link)) { in ScreenDiemensionInfoValidate()
591 while (!IsNull (&FormData->HotKeyListHead, Link)) { in PrintHotKeyHelpString()

1234