HomeSort by relevance Sort by last modified time
    Searched refs:ListPtr (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/
IncompatiblePciDeviceSupport.c 256 UINT64 *ListPtr;
276 ListPtr = mIncompatiblePciDeviceList;
277 while (*ListPtr != LIST_END_TAG) {
279 Tag = *ListPtr;
283 Header = (EFI_PCI_DEVICE_HEADER_INFO *) (ListPtr + 1);
284 ListPtr = ListPtr + 1 + sizeof (EFI_PCI_DEVICE_HEADER_INFO) / sizeof (UINT64);
323 for (Index = 0, TempListPtr = ListPtr; *TempListPtr == DEVICE_RES_TAG; Index++) {
344 for (; *ListPtr == DEVICE_RES_TAG;) {
346 Dsc = (EFI_PCI_RESOUCE_DESCRIPTOR *) (ListPtr + 1);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 381 STRING_LIST *ListPtr;
479 for (ListPtr = ProcessedFiles->Next; ListPtr != NULL; ListPtr = ListPtr->Next) {
480 if (_stricmp (FileNameCopy, ListPtr->Str) == 0) {
488 if (ListPtr != NULL) {
499 ListPtr = malloc (sizeof (STRING_LIST));
500 ListPtr->Str = malloc (strlen (FileNameCopy) + 1);
501 strcpy (ListPtr->Str, FileNameCopy);
    [all...]

Completed in 97 milliseconds