Home
last modified time | relevance | path

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

/freebsd-13.1/stand/efi/libefi/
H A Ddevpath.c431 if (!IsDevicePathEnd(devpath)) in efi_translate_devpath()
571 if (IsDevicePathEnd(devpath)) in efi_devpath_last_node()
573 while (!IsDevicePathEnd(NextDevicePathNode(devpath))) in efi_devpath_last_node()
650 if (IsDevicePathEnd(devpath1)) in _efi_devpath_match()
686 if (IsDevicePathEnd(prefix)) in efi_devpath_is_prefix()
714 while (!IsDevicePathEnd(path)) { in efi_devpath_to_media_path()
727 while (!IsDevicePathEnd(path)) in efi_devpath_length()
H A Defihttp.c199 for (; !IsDevicePathEnd(devpath); in efihttp_dev_init()
262 for (; !IsDevicePathEnd(imgpath); in efihttp_dev_open()
/freebsd-13.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-13.1/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h156 IsDevicePathEnd (
/freebsd-13.1/stand/efi/include/
H A Defidevp.h62 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
/freebsd-13.1/stand/efi/loader/
H A Defiserialio.c128 while (!IsDevicePathEnd(devpath)) { in efi_serial_get_index()
H A Dmain.c143 while (!IsDevicePathEnd(path)) { in has_keyboard()