Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Duefi-dputil.c897 FileDevicePath = AllocatePool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + END_DEVICE_PATH_LENGTH); in FileDevicePath()
903 SetDevicePathNodeLength (&FilePath->Header, Size + SIZE_OF_FILEPATH_DEVICE_PATH); in FileDevicePath()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1107 #define SIZE_OF_FILEPATH_DEVICE_PATH OFFSET_OF(FILEPATH_DEVICE_PATH,PathName) macro