Searched refs:ethrotate (Results 1 – 6 of 6) sorted by relevance
59 char *ethrotate; in eth_current_changed() local66 ethrotate = env_get("ethrotate"); in eth_current_changed()67 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) in eth_current_changed()86 char *ethrotate; in eth_try_another() local92 ethrotate = env_get("ethrotate"); in eth_try_another()93 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) in eth_try_another()
289 char *ethrotate = env_get("ethrotate"); in eth_init() local298 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) { in eth_init()
404 char *ethrotate; in bootp_timeout_handler() local406 ethrotate = env_get("ethrotate"); in bootp_timeout_handler()407 if ((ethrotate && strcmp(ethrotate, "no") == 0) || in bootp_timeout_handler()
9 ethrotate=no
280 setenv ethrotate no288 setenv ethrotate no297 setenv ethrotate no324 setenv ethrotate no
296 ethrotate
Completed in 14 milliseconds