Home
last modified time | relevance | path

Searched refs:IsDevicePathEnd (Results 1 – 7 of 7) sorted by relevance

/dragonfly/lib/libefivar/
H A Duefi-dputil.c117 while (!IsDevicePathEnd (DevicePath)) { in GetDevicePathSize()
166 …for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePa… in IsDevicePathValid()
342 IsDevicePathEnd ( in IsDevicePathEnd() function
H A Defivar-dp-format.c2370 while (!IsDevicePathEnd (Node)) { in UefiDevicePathLibConvertDevicePathToText()
/dragonfly/stand/boot/efi/boot1/
H A Dboot1.c119 while (!IsDevicePathEnd(imgpath) && !IsDevicePathEnd(devpath)) { in device_paths_match()
141 while (!IsDevicePathEnd(NextDevicePathNode(devpath))) in devpath_last()
286 while (!IsDevicePathEnd(devpath)) { in devpath_strlcat()
/dragonfly/stand/boot/efi/include/
H A Defi.h58 #define IsDevicePathEnd(a) (IsDevicePathEndType(a) && IsDevicePathEndSubType(a)) macro
/dragonfly/stand/boot/efi/libefi/
H A Defipart.c104 while (!IsDevicePathEnd(NextDevicePathNode(node))) { in efipart_init()
129 while (!IsDevicePathEnd(NextDevicePathNode(node))) in efipart_init()
/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
H A DDevicePathLib.h156 IsDevicePathEnd (
/dragonfly/stand/boot/efi/loader/
H A Dmain.c148 while (!IsDevicePathEnd(path)) { in has_keyboard()