Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libefivar/
HDuefi-dputil.c519 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, OPTIONAL in AppendDevicePath() argument
532 if (FirstDevicePath == NULL) { in AppendDevicePath()
537 return DuplicateDevicePath (FirstDevicePath); in AppendDevicePath()
540 if (!IsDevicePathValid (FirstDevicePath, 0) || !IsDevicePathValid (SecondDevicePath, 0)) { in AppendDevicePath()
548 Size1 = GetDevicePathSize (FirstDevicePath); in AppendDevicePath()
555 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); in AppendDevicePath()
HDuefi-dplib.h255 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, OPTIONAL
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
HDDevicePathLib.h295 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, OPTIONAL