Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Ddevpath.c430 if (!IsDevicePathEnd(devpath)) in efi_translate_devpath()
570 if (IsDevicePathEnd(devpath)) in efi_devpath_last_node()
572 while (!IsDevicePathEnd(NextDevicePathNode(devpath))) in efi_devpath_last_node()
583 while (!IsDevicePathEnd(devpath)) { in efi_devpath_next_instance()
666 if (IsDevicePathEnd(devpath1)) in _efi_devpath_match()
702 if (IsDevicePathEnd(prefix)) in efi_devpath_is_prefix()
730 while (!IsDevicePathEnd(path)) { in efi_devpath_to_media_path()
743 while (!IsDevicePathEnd(path)) in efi_devpath_length()
H A Defihttp.c193 for (; !IsDevicePathEnd(devpath); in efihttp_dev_init()
256 for (; !IsDevicePathEnd(imgpath); in efihttp_dev_open()
H A Deficom.c135 while (!IsDevicePathEnd(devpath)) { in efi_serial_get_index()
/freebsd/lib/libefivar/
H A Duefi-dputil.c110 …for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePa… in IsDevicePathValid()
297 IsDevicePathEnd ( in IsDevicePathEnd() function
425 while (!IsDevicePathEnd (DevicePath)) { in GetDevicePathSize()
674 while (!IsDevicePathEnd (TempDevicePath)) { in UefiDevicePathLibAppendDevicePathInstance()
850 while (!IsDevicePathEnd (Node)) { in UefiDevicePathLibIsDevicePathMultiInstance()
H A Defivar-dp-format.c2530 while (!IsDevicePathEnd (Node)) { in UefiDevicePathLibConvertDevicePathToText()
/freebsd/stand/efi/include/
H A Defi.h73 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
/freebsd/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h156 IsDevicePathEnd (
/freebsd/stand/efi/loader/
H A Dmain.c184 while (!IsDevicePathEnd(path)) { in has_keyboard()