Searched refs:ISCSI_DEVICE_LIST (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiConfig.h79 } ISCSI_DEVICE_LIST; typedef in typeref:struct:_ISCSI_DEVICE_LIST
H A DIScsiConfig.c191 ISCSI_DEVICE_LIST *DeviceList;
229 DeviceList = (ISCSI_DEVICE_LIST *) AllocatePool (DataSize);
292 DeviceListSize = sizeof (ISCSI_DEVICE_LIST) + (NumHandles - 1) * sizeof (ISCSI_MAC_INFO);
293 DeviceList = (ISCSI_DEVICE_LIST *) AllocatePool (DeviceListSize);

Completed in 1539 milliseconds