Home
last modified time | relevance | path

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

/freebsd-12.1/stand/efi/libefi/
H A Ddevpath.c97 if (IsDevicePathEnd(devpath)) in efi_devpath_last_node()
99 while (!IsDevicePathEnd(NextDevicePathNode(devpath))) in efi_devpath_last_node()
171 if (IsDevicePathEnd(devpath1)) in efi_devpath_match()
188 if (IsDevicePathEnd(prefix)) in efi_devpath_is_prefix()
216 while (!IsDevicePathEnd(path)) { in efi_devpath_to_media_path()
229 while (!IsDevicePathEnd(path)) in efi_devpath_length()
/freebsd-12.1/lib/libefivar/
H A Duefi-dputil.c118 while (!IsDevicePathEnd (DevicePath)) { in GetDevicePathSize()
167 …for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePa… in IsDevicePathValid()
343 IsDevicePathEnd ( in IsDevicePathEnd() function
H A Defivar-dp-format.c2371 while (!IsDevicePathEnd (Node)) { in UefiDevicePathLibConvertDevicePathToText()
/freebsd-12.1/stand/efi/boot1/
H A Dboot1.c127 while (!IsDevicePathEnd(imgpath) && !IsDevicePathEnd(devpath)) { in device_paths_match()
149 while (!IsDevicePathEnd(NextDevicePathNode(devpath))) in devpath_last()
/freebsd-12.1/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h161 IsDevicePathEnd (
/freebsd-12.1/stand/efi/include/
H A Defidevp.h62 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
/freebsd-12.1/stand/efi/loader/
H A Dmain.c132 while (!IsDevicePathEnd(path)) { in has_keyboard()