Searched refs:ISCSI_DEVICE_LIST (Results 1 – 2 of 2) sorted by relevance
79 } ISCSI_DEVICE_LIST; typedef
191 ISCSI_DEVICE_LIST *DeviceList; in IScsiUpdateDeviceList()229 DeviceList = (ISCSI_DEVICE_LIST *) AllocatePool (DataSize); in IScsiUpdateDeviceList()293 DeviceListSize = sizeof (ISCSI_DEVICE_LIST) + (NumHandles - 1) * sizeof (ISCSI_MAC_INFO); in IScsiUpdateDeviceList()294 DeviceList = (ISCSI_DEVICE_LIST *) AllocatePool (DeviceListSize); in IScsiUpdateDeviceList()