Searched refs:IsDevicePathEnd (Results 1 – 8 of 8) sorted by relevance
430 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()
193 for (; !IsDevicePathEnd(devpath); in efihttp_dev_init()256 for (; !IsDevicePathEnd(imgpath); in efihttp_dev_open()
135 while (!IsDevicePathEnd(devpath)) { in efi_serial_get_index()
110 …for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePa… in IsDevicePathValid()297 IsDevicePathEnd ( in IsDevicePathEnd() function425 while (!IsDevicePathEnd (DevicePath)) { in GetDevicePathSize()674 while (!IsDevicePathEnd (TempDevicePath)) { in UefiDevicePathLibAppendDevicePathInstance()850 while (!IsDevicePathEnd (Node)) { in UefiDevicePathLibIsDevicePathMultiInstance()
2530 while (!IsDevicePathEnd (Node)) { in UefiDevicePathLibConvertDevicePathToText()
73 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
156 IsDevicePathEnd (
184 while (!IsDevicePathEnd(path)) { in has_keyboard()