Home
last modified time | relevance | path

Searched refs:FIBRECHANNEL_DEVICE_PATH (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h191 } FIBRECHANNEL_DEVICE_PATH; typedef
497 FIBRECHANNEL_DEVICE_PATH FibreChannel;
545 FIBRECHANNEL_DEVICE_PATH *FibreChannel;
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h369 } FIBRECHANNEL_DEVICE_PATH; typedef
1226 FIBRECHANNEL_DEVICE_PATH FibreChannel;
1283 FIBRECHANNEL_DEVICE_PATH *FibreChannel;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
DBiosBlkIo.c759 SetDevicePathNodeLength (&Node.FibreChannel.Header, sizeof (FIBRECHANNEL_DEVICE_PATH)); in BuildEdd30DevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c551 FIBRECHANNEL_DEVICE_PATH *Fibre; in DevPathSerialFibre()
556 Fibre = (FIBRECHANNEL_DEVICE_PATH *) DevicePathNode; in DevPathSerialFibre()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c1283 FIBRECHANNEL_DEVICE_PATH *Fibre; in DevPathFromTextFibre()
1287 Fibre = (FIBRECHANNEL_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextFibre()
1290 (UINT16) sizeof (FIBRECHANNEL_DEVICE_PATH) in DevPathFromTextFibre()
DDevicePathToText.c629 FIBRECHANNEL_DEVICE_PATH *Fibre; in DevPathToTextFibre()