HomeSort by relevance Sort by last modified time
    Searched refs:ethrotate (Results 1 - 3 of 3) sorted by null

  /external/u-boot/net/
eth_common.c 56 char *ethrotate; local
61 * we want when 'ethrotate' variable is 'no'.
63 ethrotate = env_get("ethrotate");
64 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0))
83 char *ethrotate; local
87 * 'ethrotate' variable is set to 'no'.
89 ethrotate = env_get("ethrotate");
    [all...]
eth-uclass.c 244 char *ethrotate = env_get("ethrotate"); local
250 * When 'ethrotate' variable is set to 'no' and 'ethact' variable
253 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) {
293 * If ethrotate is enabled, this will change "current",
bootp.c 395 char *ethrotate; local
397 ethrotate = env_get("ethrotate");
398 if ((ethrotate && strcmp(ethrotate, "no") == 0) ||

Completed in 2516 milliseconds