Searched refs:IsDevicePathEnd (Results 1 – 4 of 4) sorted by relevance
95 if (IsDevicePathEnd(devpath)) in efi_devpath_last_node()97 while (!IsDevicePathEnd(NextDevicePathNode(devpath))) in efi_devpath_last_node()161 if (IsDevicePathEnd(devpath1)) in efi_devpath_match()178 if (IsDevicePathEnd(prefix)) in efi_devpath_is_prefix()
121 while (!IsDevicePathEnd(imgpath) && !IsDevicePathEnd(devpath)) { in device_paths_match()143 while (!IsDevicePathEnd(NextDevicePathNode(devpath))) in devpath_last()288 while (!IsDevicePathEnd(devpath)) { in devpath_strlcat()
59 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
110 while (!IsDevicePathEnd(path)) { in has_keyboard()