Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dupdate.c63 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()
/OK3568_Linux_fs/u-boot/net/
H A Dbootp.c162 copy_filename(net_boot_file_name, bp->bp_file, in store_net_params()
163 sizeof(net_boot_file_name)); in store_net_params()
166 debug("net_boot_file_name: %s\n", net_boot_file_name); in store_net_params()
172 if (*net_boot_file_name) in store_net_params()
173 env_set("bootfile", net_boot_file_name); in store_net_params()
771 copy_filename(bp->bp_file, net_boot_file_name, sizeof(bp->bp_file)); in bootp_request()
887 sizeof(net_boot_file_name), oplen); in dhcp_process_options()
888 memcpy(&net_boot_file_name, popt + 2, size); in dhcp_process_options()
889 net_boot_file_name[size] = 0; in dhcp_process_options()
990 copy_filename(bp->bp_file, net_boot_file_name, sizeof(bp->bp_file)); in dhcp_send_request_packet()
H A Dtftp.c738 if (net_boot_file_name[0] == '\0') { in tftp_start()
751 char *p = strchr(net_boot_file_name, ':'); in tftp_start()
754 strncpy(tftp_filename, net_boot_file_name, MAX_LEN); in tftp_start()
757 tftp_remote_ip = string_to_ip(net_boot_file_name); in tftp_start()
H A Dnfs.c860 if (net_boot_file_name[0] == '\0') { in nfs_start()
870 char *p = net_boot_file_name; in nfs_start()
875 nfs_server_ip = string_to_ip(net_boot_file_name); in nfs_start()
879 strcpy(nfs_path, net_boot_file_name); in nfs_start()
H A Dnet.c171 char net_boot_file_name[1024]; variable
221 copy_filename(net_boot_file_name, value, in on_bootfile()
222 sizeof(net_boot_file_name)); in on_bootfile()
/OK3568_Linux_fs/u-boot/cmd/
H A Dnet.c315 copy_filename(net_boot_file_name, argv[1], in netboot_common()
316 sizeof(net_boot_file_name)); in netboot_common()
321 copy_filename(net_boot_file_name, argv[2], in netboot_common()
322 sizeof(net_boot_file_name)); in netboot_common()
333 copy_filename(net_boot_file_name, argv[3], in netboot_common()
334 sizeof(net_boot_file_name)); in netboot_common()
H A Dpxe.c1602 copy_filename(net_boot_file_name, "", sizeof(net_boot_file_name)); in do_pxe_boot()
/OK3568_Linux_fs/u-boot/cmd/mvebu/
H A Dbubt.c654 image_size = src->read(net_boot_file_name); in bubt_read_file()
657 net_boot_file_name, src->name); in bubt_read_file()
716 copy_filename(net_boot_file_name, in do_bubt_cmd()
718 sizeof(net_boot_file_name)); in do_bubt_cmd()
720 copy_filename(net_boot_file_name, argv[1], in do_bubt_cmd()
721 sizeof(net_boot_file_name)); in do_bubt_cmd()
756 net_boot_file_name, src->name, dst->name); in do_bubt_cmd()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h544 extern char net_boot_file_name[1024];/* Boot File name */
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map