Searched refs:IdentifyData (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c211 Source = AtaDevice->IdentifyData->ModelName;
245 ATA_IDENTIFY_DATA *IdentifyData; local
247 IdentifyData = AtaDevice->IdentifyData;
248 if ((IdentifyData->command_set_supported_83 & BIT10) == 0) {
263 TmpLba = IdentifyData->maximum_lba_for_48bit_addressing[Index];
289 ATA_IDENTIFY_DATA *IdentifyData; local
295 IdentifyData = AtaDevice->IdentifyData;
297 if ((IdentifyData
[all...]
H A DAtaBus.c87 NULL, // IdentifyData
159 FreeAlignedBuffer (AtaDevice->IdentifyData, sizeof (ATA_IDENTIFY_DATA));
283 AtaDevice->IdentifyData = AllocateAlignedBuffer (AtaDevice, sizeof (ATA_IDENTIFY_DATA));
284 if (AtaDevice->IdentifyData == NULL) {
356 if ((AtaDevice->IdentifyData->trusted_computing_support & BIT0) != 0) {
1304 @param[in, out] IdentifyData Pointer to a buffer for the identify data.
1310 @retval EFI_DEVICE_ERROR Error reading IdentifyData from device
1318 IN OUT VOID *IdentifyData,
1330 CopyMem (IdentifyData, AtaDevice->IdentifyData, sizeo
1316 AtaDiskInfoIdentify( IN EFI_DISK_INFO_PROTOCOL *This, IN OUT VOID *IdentifyData, IN OUT UINT32 *IdentifyDataSize ) argument
[all...]
H A DAtaBus.h126 ATA_IDENTIFY_DATA *IdentifyData; member in struct:__anon10809
822 @param[in, out] IdentifyData Pointer to a buffer for the identify data.
828 @retval EFI_DEVICE_ERROR Error reading IdentifyData from device
836 IN OUT VOID *IdentifyData,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassDiskInfo.h65 @param[in, out] IdentifyData Pointer to a buffer for the identify data.
71 @retval EFI_DEVICE_ERROR Error reading IdentifyData from device
79 IN OUT VOID *IdentifyData,
H A DUsbMassDiskInfo.c90 @param[in, out] IdentifyData Pointer to a buffer for the identify data.
96 @retval EFI_DEVICE_ERROR Error reading IdentifyData from device
104 IN OUT VOID *IdentifyData,
102 UsbDiskInfoIdentify( IN EFI_DISK_INFO_PROTOCOL *This, IN OUT VOID *IdentifyData, IN OUT UINT32 *IdentifyDataSize ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDiskInfo.h100 @param[in,out] IdentifyData Pointer to a buffer for the identify data.
106 @retval EFI_DEVICE_ERROR Error reading IdentifyData from device
114 IN OUT VOID *IdentifyData,
178 /// Return the results of the Identify command to a drive in IdentifyData. Data
H A DIdeControllerInit.h321 this information by issuing an ATA or ATAPI IDENTIFY_DEVICE command. IdentifyData
322 is the pointer to the response data buffer. The IdentifyData buffer is owned
324 of the entire buffer or parts of the buffer as needed. The original IdentifyData
339 should be called with IdentifyData set to NULL. The IDE controller driver may
341 setting IdentifyData to NULL does not constitute an error condition.
348 @param[in] IdentifyData The device's response to the ATA IDENTIFY_DEVICE command.
361 IN EFI_IDENTIFY_DATA *IdentifyData
401 @retval EFI_INVALID_PARAMETER IdentifyData is NULL.
419 - The IdentifyData inputs to EFI_IDE_CONTROLLER_INIT_PROTOCOL.SubmitData()
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAtaAtapiPassThru.c1019 @param[in] IdentifyData The data buffer to store the output of the IDENTIFY cmd.
1032 IN EFI_IDENTIFY_DATA *IdentifyData
1048 if (IdentifyData != NULL) {
1049 DeviceInfo->IdentifyData = AllocateCopyPool (sizeof (EFI_IDENTIFY_DATA), IdentifyData);
1050 if (DeviceInfo->IdentifyData == NULL) {
1083 if (DeviceInfo->IdentifyData != NULL) {
1084 FreePool (DeviceInfo->IdentifyData);
1244 EFI_IDENTIFY_DATA *IdentifyData; local
1292 IdentifyData
[all...]
H A DAtaAtapiPassThru.h79 EFI_IDENTIFY_DATA *IdentifyData; member in struct:__anon10797
463 @param[in] IdentifyData The data buffer to store the output of the IDENTIFY cmd.
476 IN EFI_IDENTIFY_DATA *IdentifyData
H A DAhciMode.c1522 @param IdentifyData A pointer to data buffer which is used to contain IDENTIFY data.
1533 IN EFI_IDENTIFY_DATA *IdentifyData,
1543 if ((IdentifyData->AtaData.command_set_supported_82 & 0x0001) != 0x0001) {
1553 if ((IdentifyData->AtaData.command_set_feature_enb_85 & 0x0001) != 0x0001) {
1528 AhciAtaSmartSupport( IN EFI_PCI_IO_PROTOCOL *PciIo, IN EFI_AHCI_REGISTERS *AhciRegisters, IN UINT8 Port, IN UINT8 PortMultiplier, IN EFI_IDENTIFY_DATA *IdentifyData, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock ) argument
H A DIdeMode.c2327 @param IdentifyData A pointer to data buffer which is used to contain IDENTIFY data.
2337 IN EFI_IDENTIFY_DATA *IdentifyData,
2347 if ((IdentifyData->AtaData.command_set_supported_82 & 0x0001) != 0x0001) {
2357 if ((IdentifyData->AtaData.command_set_feature_enb_85 & 0x0001) != 0x0001) {
2333 IdeAtaSmartSupport( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN UINT8 Channel, IN UINT8 Device, IN EFI_IDENTIFY_DATA *IdentifyData, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock ) argument
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
H A DIdeController.h203 this information by issuing an ATA or ATAPI IDENTIFY_DEVICE command. IdentifyData
204 is the pointer to the response data buffer. The IdentifyData buffer is owned
206 of the entire buffer or parts of the buffer as needed. The original IdentifyData
221 should be called with IdentifyData set to NULL. The IDE controller driver may
223 setting IdentifyData to NULL does not constitute an error condition.
230 @param[in] IdentifyData The device's response to the ATA IDENTIFY_DEVICE command.
243 IN EFI_IDENTIFY_DATA *IdentifyData
284 @retval EFI_INVALID_PARAMETER IdentifyData is NULL.
303 - The IdentifyData inputs to EFI_IDE_CONTROLLER_INIT_PROTOCOL.SubmitData()
H A DIdeController.c540 this information by issuing an ATA or ATAPI IDENTIFY_DEVICE command. IdentifyData
541 is the pointer to the response data buffer. The IdentifyData buffer is owned
543 of the entire buffer or parts of the buffer as needed. The original IdentifyData
558 should be called with IdentifyData set to NULL. The IDE controller driver may
560 setting IdentifyData to NULL does not constitute an error condition.
567 @param[in] IdentifyData The device's response to the ATA IDENTIFY_DEVICE command.
580 IN EFI_IDENTIFY_DATA *IdentifyData
623 @retval EFI_INVALID_PARAMETER IdentifyData is NULL.
644 - The IdentifyData inputs to EFI_IDE_CONTROLLER_INIT_PROTOCOL.SubmitData()
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.h72 ATAPI_IDENTIFY_DATA IdentifyData; member in struct:__anon10860
441 @param[in, out] IdentifyData Pointer to a buffer for the identify data.
447 @retval EFI_DEVICE_ERROR Error reading IdentifyData from device
455 IN OUT VOID *IdentifyData,
H A DScsiDisk.c2737 @param[in, out] IdentifyData Pointer to a buffer for the identify data.
2743 @retval EFI_DEVICE_ERROR Error reading IdentifyData from device
2751 IN OUT VOID *IdentifyData,
2768 if (*IdentifyDataSize >= sizeof (ScsiDiskDevice->IdentifyData)) {
2770 CopyMem (IdentifyData, &ScsiDiskDevice->IdentifyData, sizeof (ScsiDiskDevice->IdentifyData));
2772 *IdentifyDataSize = sizeof (ScsiDiskDevice->IdentifyData);
2873 CommandPacket.InDataBuffer = &ScsiDiskDevice->IdentifyData;
2874 CommandPacket.InTransferLength = sizeof (ScsiDiskDevice->IdentifyData);
2749 ScsiDiskInfoIdentify( IN EFI_DISK_INFO_PROTOCOL *This, IN OUT VOID *IdentifyData, IN OUT UINT32 *IdentifyDataSize ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIdeBus.c324 EFI_IDENTIFY_DATA IdentifyData; local
691 CopyMem (&IdentifyData, IdeBlkIoDevicePtr->IdData, sizeof (IdentifyData));
693 IdeInit->SubmitData (IdeInit, IdeChannel, IdeDevice, &IdentifyData);
1344 @param IdentifyData Pointer to a buffer for the identify data.
1349 @retval EFI_DEVICE_ERROR Error reading IdentifyData from device
1357 IN OUT VOID *IdentifyData,
1374 gBS->CopyMem (IdentifyData, IdeBlkIoDevice->IdData, sizeof (EFI_IDENTIFY_DATA));
1355 IDEDiskInfoIdentify( IN EFI_DISK_INFO_PROTOCOL *This, IN OUT VOID *IdentifyData, IN OUT UINT32 *IdentifyDataSize ) argument
H A DIdeBus.h467 @param IdentifyData Pointer to a buffer for the identify data.
472 @retval EFI_DEVICE_ERROR Error reading IdentifyData from device
480 IN OUT VOID *IdentifyData,

Completed in 102 milliseconds