Searched refs:TFTPGET (Results 1 – 6 of 6) sorted by relevance
/u-boot/cmd/ |
A D | elf.c | 126 if (net_loop(TFTPGET) <= 0) in do_bootvx()
|
A D | net.c | 41 ret = netboot_common(TFTPGET, cmdtp, argc, argv); in do_tftpb()
|
/u-boot/net/ |
A D | net.c | 328 if (net_check_prereq(TFTPGET)) { in net_auto_load() 338 tftp_start(TFTPGET); in net_auto_load() 456 case TFTPGET: in net_loop() 1360 case TFTPGET: in net_check_prereq()
|
/u-boot/common/ |
A D | update.c | 79 size = net_loop(TFTPGET); in update_load()
|
/u-boot/include/ |
A D | net.h | 562 BOOTP, RARP, ARP, TFTPGET, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP, enumerator
|
/u-boot/cmd/mvebu/ |
A D | bubt.c | 445 return net_loop(TFTPGET); in tftp_read_file()
|
Completed in 12 milliseconds