Searched refs:net_boot_file_name (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | bootp.c | 162 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 D | tftp.c | 738 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 D | nfs.c | 860 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 D | net.c | 171 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 D | net.c | 315 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 D | pxe.c | 1602 copy_filename(net_boot_file_name, "", sizeof(net_boot_file_name)); in do_pxe_boot()
|
| /OK3568_Linux_fs/u-boot/cmd/mvebu/ |
| H A D | bubt.c | 654 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 D | net.h | 544 extern char net_boot_file_name[1024];/* Boot File name */
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |