Searched refs:ethstr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/stand/uboot/fdt/ |
| H A D | uboot_fdt.c | 123 char *end, *ethstr; in fdt_platform_fixups() local 129 ethstr = NULL; in fdt_platform_fixups() 157 ethstr = (char *)malloc(len * sizeof(char)); in fdt_platform_fixups() 158 bzero(ethstr, len * sizeof(char)); in fdt_platform_fixups() 159 strcpy(ethstr, "ethernet0"); in fdt_platform_fixups() 182 strncpy(ethstr + 8, env + 3, i); in fdt_platform_fixups() 186 fdt_fixup_ethernet(str, ethstr, len); in fdt_platform_fixups() 189 bzero(ethstr + 8, len - 8); in fdt_platform_fixups()
|
| /freebsd-13.1/stand/fdt/ |
| H A D | fdt_loader_cmd.c | 652 fdt_fixup_ethernet(const char *str, char *ethstr, int len) in fdt_fixup_ethernet() argument 659 fdt_setprop(fdtp, fdt_path_offset(fdtp, ethstr), in fdt_fixup_ethernet()
|