Searched refs:get_pxelinux_path (Results 1 – 3 of 3) sorted by relevance
/u-boot/cmd/ |
A D | pxe.c | 55 return get_pxelinux_path(cmdtp, uuid_str, pxefile_addr_r); in pxe_uuid_path() 74 return get_pxelinux_path(cmdtp, mac_str, pxefile_addr_r); in pxe_mac_path() 92 err = get_pxelinux_path(cmdtp, ip_addr, pxefile_addr_r); in pxe_ipaddr_paths() 151 if (get_pxelinux_path(cmdtp, pxe_default_paths[i], in do_pxe_get()
|
A D | pxe_utils.h | 85 int get_pxelinux_path(struct cmd_tbl *cmdtp, const char *file,
|
A D | pxe_utils.c | 197 int get_pxelinux_path(struct cmd_tbl *cmdtp, const char *file, in get_pxelinux_path() function
|
Completed in 5 milliseconds