Searched refs:get_pxelinux_path (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | pxe.c | 275 static int get_pxelinux_path(cmd_tbl_t *cmdtp, const char *file, in get_pxelinux_path() function 306 return get_pxelinux_path(cmdtp, uuid_str, pxefile_addr_r); in pxe_uuid_path() 325 return get_pxelinux_path(cmdtp, mac_str, pxefile_addr_r); in pxe_mac_path() 343 err = get_pxelinux_path(cmdtp, ip_addr, pxefile_addr_r); in pxe_ipaddr_paths() 403 if (get_pxelinux_path(cmdtp, pxe_default_paths[i], in do_pxe_get()
|