Searched refs:IsDevicePathEnd (Results 1 – 8 of 8) sorted by relevance
431 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()
199 for (; !IsDevicePathEnd(devpath); in efihttp_dev_init()262 for (; !IsDevicePathEnd(imgpath); in efihttp_dev_open()
118 while (!IsDevicePathEnd (DevicePath)) { in GetDevicePathSize()167 …for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePa… in IsDevicePathValid()343 IsDevicePathEnd ( in IsDevicePathEnd() function
2371 while (!IsDevicePathEnd (Node)) { in UefiDevicePathLibConvertDevicePathToText()
156 IsDevicePathEnd (
62 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
128 while (!IsDevicePathEnd(devpath)) { in efi_serial_get_index()
143 while (!IsDevicePathEnd(path)) { in has_keyboard()