Searched refs:net_boot_file_expected_size_in_blocks (Results 1 – 5 of 5) sorted by relevance
202 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()
697 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()
895 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()
179 u32 net_boot_file_expected_size_in_blocks; variable
541 extern u32 net_boot_file_expected_size_in_blocks;