Home
last modified time | relevance | path

Searched refs:FileDevicePath (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libefivar/
H A Duefi-dputil.c884 FileDevicePath ( in FileDevicePath() function
892 EFI_DEVICE_PATH_PROTOCOL *FileDevicePath; in FileDevicePath() local
897 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()
/freebsd/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h476 FileDevicePath (