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

  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
OpalDriverPrivate.h 59 OPAL_DRIVER_DEVICE *DeviceList; ///< Linked list of controllers owned by this Driver
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.h 102 LIST_ENTRY DeviceList;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiConfig.c 191 ISCSI_DEVICE_LIST *DeviceList;
229 DeviceList = (ISCSI_DEVICE_LIST *) AllocatePool (DataSize);
230 ASSERT (DeviceList != NULL);
237 DeviceList
247 for (Index = LastDeviceIndex; Index < DeviceList->NumDevice; Index++) {
248 CurMacInfo = &DeviceList->MacInfo[Index];
262 CopyMem (CurMacInfo, &DeviceList->MacInfo[LastDeviceIndex], sizeof (ISCSI_MAC_INFO));
263 CopyMem (&DeviceList->MacInfo[LastDeviceIndex], &TempMacInfo, sizeof (ISCSI_MAC_INFO));
270 if (LastDeviceIndex == DeviceList->NumDevice) {
275 for (Index = LastDeviceIndex; Index < DeviceList->NumDevice; Index++) {
    [all...]

Completed in 1531 milliseconds