Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Ddpath.c263 SetDevicePathNodeLength (&FilePath->Header, Size + SIZE_OF_FILEPATH_DEVICE_PATH); in FileDevicePath()
383 SetDevicePathNodeLength (Dest, Size); in UnpackDevicePath()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defidevp.h63 #define SetDevicePathNodeLength(a,l) { \ macro