Searched refs:IsDevicePathEnd (Results 1 – 7 of 7) sorted by relevance
97 if (IsDevicePathEnd(devpath)) in efi_devpath_last_node()99 while (!IsDevicePathEnd(NextDevicePathNode(devpath))) in efi_devpath_last_node()171 if (IsDevicePathEnd(devpath1)) in efi_devpath_match()188 if (IsDevicePathEnd(prefix)) in efi_devpath_is_prefix()216 while (!IsDevicePathEnd(path)) { in efi_devpath_to_media_path()229 while (!IsDevicePathEnd(path)) in efi_devpath_length()
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()
127 while (!IsDevicePathEnd(imgpath) && !IsDevicePathEnd(devpath)) { in device_paths_match()149 while (!IsDevicePathEnd(NextDevicePathNode(devpath))) in devpath_last()
161 IsDevicePathEnd (
62 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
132 while (!IsDevicePathEnd(path)) { in has_keyboard()