Home
last modified time | relevance | path

Searched refs:bootretry_dont_retry (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dbootretry.h37 void bootretry_dont_retry(void);
52 static inline void bootretry_dont_retry(void) in bootretry_dont_retry() function
/openbmc/u-boot/common/
H A Dbootretry.c55 void bootretry_dont_retry(void) in bootretry_dont_retry() function
H A Dautoboot.c171 bootretry_dont_retry(); in passwd_abort()