Searched refs:net_boot_file_name (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | net.c | 196 copy_filename(net_boot_file_name, env_get("bootfile"), in netboot_common() 197 sizeof(net_boot_file_name)); in netboot_common() 210 copy_filename(net_boot_file_name, env_get("bootfile"), in netboot_common() 211 sizeof(net_boot_file_name)); in netboot_common() 214 copy_filename(net_boot_file_name, argv[1], in netboot_common() 215 sizeof(net_boot_file_name)); in netboot_common() 222 copy_filename(net_boot_file_name, argv[2], in netboot_common() 223 sizeof(net_boot_file_name)); in netboot_common() 235 copy_filename(net_boot_file_name, argv[3], in netboot_common() 236 sizeof(net_boot_file_name)); in netboot_common()
|
H A D | pxe.c | 1649 copy_filename(net_boot_file_name, "", sizeof(net_boot_file_name)); in do_pxe_boot()
|
/openbmc/u-boot/common/ |
H A D | update.c | 63 saved_bootfile = strdup(net_boot_file_name); in update_load() 74 copy_filename(net_boot_file_name, filename, sizeof(net_boot_file_name)); in update_load() 91 copy_filename(net_boot_file_name, saved_bootfile, in update_load() 92 sizeof(net_boot_file_name)); in update_load()
|
/openbmc/u-boot/net/ |
H A D | bootp.c | 167 copy_filename(net_boot_file_name, bp->bp_file, in store_net_params() 168 sizeof(net_boot_file_name)); in store_net_params() 171 debug("net_boot_file_name: %s\n", net_boot_file_name); in store_net_params() 177 if (*net_boot_file_name) in store_net_params() 178 env_set("bootfile", net_boot_file_name); in store_net_params() 783 copy_filename(bp->bp_file, net_boot_file_name, sizeof(bp->bp_file)); in bootp_request() 900 sizeof(net_boot_file_name), in dhcp_process_options() 902 memcpy(&net_boot_file_name, popt + 2, size); in dhcp_process_options() 903 net_boot_file_name[size] = 0; in dhcp_process_options() 1005 copy_filename(bp->bp_file, net_boot_file_name, sizeof(bp->bp_file)); in dhcp_send_request_packet()
|
H A D | net.c | 173 char net_boot_file_name[1024]; variable 1564 return !!strchr(net_boot_file_name, ':'); in is_serverip_in_cmd() 1571 if (net_boot_file_name[0] == '\0') in net_parse_bootfile() 1574 colon = strchr(net_boot_file_name, ':'); in net_parse_bootfile() 1577 *ipaddr = string_to_ip(net_boot_file_name); in net_parse_bootfile() 1580 strncpy(filename, net_boot_file_name, max_len); in net_parse_bootfile()
|
/openbmc/u-boot/cmd/mvebu/ |
H A D | bubt.c | 653 image_size = src->read(net_boot_file_name); in bubt_read_file() 656 net_boot_file_name, src->name); in bubt_read_file() 715 copy_filename(net_boot_file_name, in do_bubt_cmd() 717 sizeof(net_boot_file_name)); in do_bubt_cmd() 719 copy_filename(net_boot_file_name, argv[1], in do_bubt_cmd() 720 sizeof(net_boot_file_name)); in do_bubt_cmd() 755 net_boot_file_name, src->name, dst->name); in do_bubt_cmd()
|
/openbmc/u-boot/include/ |
H A D | net.h | 535 extern char net_boot_file_name[1024];/* Boot File name */
|