Home
last modified time | relevance | path

Searched refs:mac_str (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dpxe.c317 char mac_str[21]; in pxe_mac_path() local
320 err = format_mac_pxe(mac_str, sizeof(mac_str)); in pxe_mac_path()
325 return get_pxelinux_path(cmdtp, mac_str, pxefile_addr_r); in pxe_mac_path()
620 char mac_str[29] = ""; in label_boot() local
671 strcpy(mac_str, " BOOTIF="); in label_boot()
672 err = format_mac_pxe(mac_str + 8, sizeof(mac_str) - 8); in label_boot()
674 mac_str[0] = '\0'; in label_boot()
683 strlen(ip_str) + strlen(mac_str) + 1 > sizeof(bootargs)) { in label_boot()
686 strlen(ip_str), strlen(mac_str), in label_boot()
694 strcat(bootargs, mac_str); in label_boot()