Home
last modified time | relevance | path

Searched refs:FirstDevicePath (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/lib/libefivar/
H A Duefi-dputil.c520 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, OPTIONAL in AppendDevicePath() argument
533 if (FirstDevicePath == NULL) { in AppendDevicePath()
538 return DuplicateDevicePath (FirstDevicePath); in AppendDevicePath()
541 if (!IsDevicePathValid (FirstDevicePath, 0) || !IsDevicePathValid (SecondDevicePath, 0)) { in AppendDevicePath()
549 Size1 = GetDevicePathSize (FirstDevicePath); in AppendDevicePath()
556 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); in AppendDevicePath()
H A Duefi-dplib.h257 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, OPTIONAL
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Library/
H A DDevicePathLib.h295 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath OPTIONAL,