Searched refs:FileDevicePath (Results 1 – 2 of 2) sorted by relevance
884 FileDevicePath ( in FileDevicePath() function892 EFI_DEVICE_PATH_PROTOCOL *FileDevicePath; in FileDevicePath() local897 FileDevicePath = AllocatePool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + END_DEVICE_PATH_LENGTH); in FileDevicePath()898 if (FileDevicePath != NULL) { in FileDevicePath()899 FilePath = (FILEPATH_DEVICE_PATH *)FileDevicePath; in FileDevicePath()910 DevicePath = AppendDevicePath (DevicePath, FileDevicePath); in FileDevicePath()911 FreePool (FileDevicePath); in FileDevicePath()
476 FileDevicePath (