Searched refs:ethstr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/stand/uboot/fdt/ |
| H A D | uboot_fdt.c | 121 char *end, *ethstr; in fdt_platform_fixups() local 127 ethstr = NULL; in fdt_platform_fixups() 154 ethstr = (char *)malloc(len * sizeof(char)); in fdt_platform_fixups() 155 bzero(ethstr, len * sizeof(char)); in fdt_platform_fixups() 156 strcpy(ethstr, "ethernet0"); in fdt_platform_fixups() 179 strncpy(ethstr + 8, env + 3, i); in fdt_platform_fixups() 183 fdt_fixup_ethernet(str, ethstr, len); in fdt_platform_fixups() 186 bzero(ethstr + 8, len - 8); in fdt_platform_fixups()
|
| /freebsd-12.1/stand/fdt/ |
| H A D | fdt_loader_cmd.c | 608 fdt_fixup_ethernet(const char *str, char *ethstr, int len) in fdt_fixup_ethernet() argument 615 fdt_setprop(fdtp, fdt_path_offset(fdtp, ethstr), in fdt_fixup_ethernet()
|