Searched refs:BF_NO_MORE_DEVICES (Results 1 - 1 of 1) sorted by relevance

/u-boot/boot/
H A Dbootflow.c24 BF_NO_MORE_DEVICES = -ENODEV, enumerator in enum:__anon155
182 * Return: 0 if OK, BF_NO_MORE_DEVICES if there are no more bootdevs
194 if (iter->err == BF_NO_MORE_DEVICES)
195 return BF_NO_MORE_DEVICES;
221 return BF_NO_MORE_DEVICES;
329 return log_msg_ret("incr", BF_NO_MORE_DEVICES);
436 if (ret == BF_NO_MORE_DEVICES)

Completed in 41 milliseconds