Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Ddevpath.c428 if (!IsDevicePathEnd(devpath)) in efi_translate_devpath()
568 if (IsDevicePathEnd(devpath)) in efi_devpath_last_node()
570 while (!IsDevicePathEnd(NextDevicePathNode(devpath))) in efi_devpath_last_node()
581 while (!IsDevicePathEnd(devpath)) { in efi_devpath_next_instance()
664 if (IsDevicePathEnd(devpath1)) in _efi_devpath_match()
700 if (IsDevicePathEnd(prefix)) in efi_devpath_is_prefix()
728 while (!IsDevicePathEnd(path)) { in efi_devpath_to_media_path()
741 while (!IsDevicePathEnd(path)) in efi_devpath_length()
H A Defihttp.c194 for (; !IsDevicePathEnd(devpath); in efihttp_dev_init()
257 for (; !IsDevicePathEnd(imgpath); in efihttp_dev_open()
H A Deficom.c134 while (!IsDevicePathEnd(devpath)) { in efi_serial_get_index()
/freebsd/lib/libefivar/
H A Duefi-dputil.c116 while (!IsDevicePathEnd (DevicePath)) { in GetDevicePathSize()
165 …for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePa… in IsDevicePathValid()
341 IsDevicePathEnd ( in IsDevicePathEnd() function
H A Defivar-dp-format.c2508 while (!IsDevicePathEnd (Node)) { in UefiDevicePathLibConvertDevicePathToText()
/freebsd/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h156 IsDevicePathEnd (
/freebsd/stand/efi/include/
H A Defidevp.h61 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
/freebsd/stand/efi/loader/
H A Dmain.c147 while (!IsDevicePathEnd(path)) { in has_keyboard()