Searched refs:get_pxelinux_path (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | pxe.c | 274 static int get_pxelinux_path(cmd_tbl_t *cmdtp, const char *file, in get_pxelinux_path() function 305 return get_pxelinux_path(cmdtp, uuid_str, pxefile_addr_r); in pxe_uuid_path() 324 return get_pxelinux_path(cmdtp, mac_str, pxefile_addr_r); in pxe_mac_path() 342 err = get_pxelinux_path(cmdtp, ip_addr, pxefile_addr_r); in pxe_ipaddr_paths() 402 if (get_pxelinux_path(cmdtp, pxe_default_paths[i], in do_pxe_get()
|