Home
last modified time | relevance | path

Searched refs:TFTPGET (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/net/
H A Dnet.c337 if (net_check_prereq(TFTPGET)) { in net_auto_load()
347 tftp_start(TFTPGET); in net_auto_load()
464 case TFTPGET: in net_loop()
1384 case TFTPGET: in net_check_prereq()
/openbmc/u-boot/common/
H A Dupdate.c75 size = net_loop(TFTPGET); in update_load()
/openbmc/u-boot/cmd/
H A Dnet.c35 ret = netboot_common(TFTPGET, cmdtp, argc, argv); in do_tftpb()
H A Delf.c360 if (net_loop(TFTPGET) <= 0) in do_bootvx()
/openbmc/u-boot/include/
H A Dnet.h531 BOOTP, RARP, ARP, TFTPGET, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP, enumerator
/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c427 return net_loop(TFTPGET); in tftp_read_file()