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

  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
Device.h 28 LIST_ENTRY DevList; ///< List of registered device abstractions
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DevGenisis.c 154 (void) InsertTailList(&daDeviceList, &Node->DevList);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalPasswordSmm.c 84 UINT8 *DevList;
87 DevList = AllocateZeroPool (sizeof (PCI_DEVICE) + Dev->Length);
88 ASSERT (DevList != NULL);
91 CopyMem (DevList, Dev->PciBridgeNode, Dev->Length);
95 DeviceNode = (PCI_DEVICE *) (DevList + Dev->Length);
102 Dev->PciBridgeNode = (PCI_DEVICE *)DevList;
    [all...]

Completed in 187 milliseconds