Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h198 } F1394_DEVICE_PATH; typedef
500 F1394_DEVICE_PATH F1394;
548 F1394_DEVICE_PATH *F1394;
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h405 } F1394_DEVICE_PATH; typedef
1220 F1394_DEVICE_PATH F1394;
1276 F1394_DEVICE_PATH *F1394;
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c1011 F1394_DEVICE_PATH *DevicePath_F1394; in DevPathSerial1394()
1017 DevicePath_F1394 = (F1394_DEVICE_PATH *) DevicePathNode; in DevPathSerial1394()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
DBiosBlkIo.c750 SetDevicePathNodeLength (&Node.F1394.Header, sizeof (F1394_DEVICE_PATH)); in BuildEdd30DevicePath()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c1349 F1394_DEVICE_PATH *F1394DevPath; in DevPathFromText1394()
1352 F1394DevPath = (F1394_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromText1394()
1355 (UINT16) sizeof (F1394_DEVICE_PATH) in DevPathFromText1394()
DDevicePathToText.c846 F1394_DEVICE_PATH *F1394DevPath; in DevPathToText1394()