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

/freebsd-10.1-release/sys/boot/fdt/
H A Dfdt_loader_cmd.c409 fixup_ethernet(const char *env, char *ethstr, int *eth_no, int len) argument
441 if (n + 1 > *eth_no)
442 *eth_no = n + 1;
738 int chosen, eth_no, len; local
742 eth_no = 0;
770 if (!eth_no) {
788 fixup_ethernet(env, ethstr, &eth_no, len);

Completed in 156 milliseconds