Home
last modified time | relevance | path

Searched refs:ATAPI_DEVICE_PATH (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h176 } ATAPI_DEVICE_PATH; typedef
495 ATAPI_DEVICE_PATH Atapi;
543 ATAPI_DEVICE_PATH *Atapi;
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h333 } ATAPI_DEVICE_PATH; typedef
1223 ATAPI_DEVICE_PATH Atapi;
1280 ATAPI_DEVICE_PATH *Atapi;
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAtaAtapiPassThru.c109 ATAPI_DEVICE_PATH mAtapiDevicePathTemplate = {
114 (UINT8) (sizeof (ATAPI_DEVICE_PATH)),
115 (UINT8) ((sizeof (ATAPI_DEVICE_PATH)) >> 8)
1676 DevicePathNode = AllocateCopyPool (sizeof (ATAPI_DEVICE_PATH), &mAtapiDevicePathTemplate); in AtaPassThruBuildDevicePath()
1763 ((DevicePathNodeLength(DevicePath) != sizeof(ATAPI_DEVICE_PATH)) && in AtaPassThruGetDevice()
2333 DevicePathNode = AllocateCopyPool (sizeof (ATAPI_DEVICE_PATH), &mAtapiDevicePathTemplate); in ExtScsiPassThruBuildDevicePath()
2413 ((DevicePathNodeLength(DevicePath) != sizeof(ATAPI_DEVICE_PATH)) && in ExtScsiPassThruGetTargetLun()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DBdsPlatform.h269 ATAPI_DEVICE_PATH Ide;
/device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
DAtapiPassThru.c696 SetDevicePathNodeLength (&Node->DevPath, sizeof (ATAPI_DEVICE_PATH)); in AtapiScsiPassThruBuildDevicePath()
756 (DevicePathNodeLength(DevicePath) != sizeof(ATAPI_DEVICE_PATH))) { in AtapiScsiPassThruGetTargetLun()
1208 SetDevicePathNodeLength (&Node->DevPath, sizeof (ATAPI_DEVICE_PATH)); in AtapiExtScsiPassThruBuildDevicePath()
1268 (DevicePathNodeLength(DevicePath) != sizeof(ATAPI_DEVICE_PATH))) { in AtapiExtScsiPassThruGetTargetLun()
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
DBdsPlatform.c1498 ATAPI_DEVICE_PATH *Atapi; in NotifyDevPath()
1541 Atapi = (ATAPI_DEVICE_PATH*) DevPathNode; in NotifyDevPath()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DIdeBus.c167 DevicePathNodeLength(&Node->DevPath) != sizeof(ATAPI_DEVICE_PATH)) { in IDEBusDriverBindingSupported()
674 SetDevicePathNodeLength (&NewNode.DevPath, sizeof (ATAPI_DEVICE_PATH)); in IDEBusDriverBindingStart()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
DBiosBlkIo.c701 SetDevicePathNodeLength (&Node.Atapi.Header, sizeof (ATAPI_DEVICE_PATH)); in BuildEdd30DevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c497 ATAPI_DEVICE_PATH *Atapi; in DevPathSerialAtapi()
502 Atapi = (ATAPI_DEVICE_PATH *) DevicePathNode; in DevPathSerialAtapi()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c1205 ATAPI_DEVICE_PATH *Atapi; in DevPathFromTextAta()
1207 Atapi = (ATAPI_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextAta()
1210 (UINT16) sizeof (ATAPI_DEVICE_PATH) in DevPathFromTextAta()
DDevicePathToText.c564 ATAPI_DEVICE_PATH *Atapi; in DevPathToTextAtapi()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
DScsiDisk.c5661 ATAPI_DEVICE_PATH *AtapiDevicePath; in InitializeInstallDiskInfo()
5695 AtapiDevicePath = (ATAPI_DEVICE_PATH *) ChildDevicePathNode; in InitializeInstallDiskInfo()