Home
last modified time | relevance | path

Searched refs:net_boot_file_expected_size_in_blocks (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/net/
H A Dbootp.c202 net_boot_file_expected_size_in_blocks = 0; in bootp_process_vendor_field()
251 net_boot_file_expected_size_in_blocks = in bootp_process_vendor_field()
254 net_boot_file_expected_size_in_blocks = in bootp_process_vendor_field()
328 if (net_boot_file_expected_size_in_blocks) in bootp_process_vendor()
330 net_boot_file_expected_size_in_blocks); in bootp_process_vendor()
H A Dtftp.c697 if (net_boot_file_expected_size_in_blocks) { in tftp_start()
699 net_boot_file_expected_size_in_blocks << 9); in tftp_start()
700 print_size(net_boot_file_expected_size_in_blocks << 9, ""); in tftp_start()
H A Dnfs.c895 if (net_boot_file_expected_size_in_blocks) { in nfs_start()
897 net_boot_file_expected_size_in_blocks << 9); in nfs_start()
898 print_size(net_boot_file_expected_size_in_blocks << 9, ""); in nfs_start()
H A Dnet.c179 u32 net_boot_file_expected_size_in_blocks; variable
/openbmc/u-boot/include/
H A Dnet.h541 extern u32 net_boot_file_expected_size_in_blocks;