Lines Matching defs:bootsize
236 static int bootsize; /* actual size of bootcode */
485 bootsize = read_boot(optarg, bootcode,
1105 if (bootsize == 0)
1106 bootsize = read_boot(DEFAULT_BOOTCODE, bootcode,
1115 if (bootsize != 0) {
1476 if (!f_flag && bootsize == 0 && !i_flag)
1483 if (bootsize != 0 && needed != 0
1495 bootsize = 0;
1498 if (bootsize == 0) {
1508 bootsize = read_boot(code, bootcode, sizeof bootcode, 0);
1509 if (bootsize == 0)
2797 for (i = bootsize; (i -= 0x200) > 0;)