Lines Matching defs:b0
89 uint32_t fp, b0, b1;
168 b0 = be32toh(next68klabel->cd_boot_blkno[0]);
171 if (b0 > fp)
172 b0 = fp;
175 if (((bootsize / cd_secsize) > b1 - b0) ||
179 b0 = b1 = NEXT68K_LABEL_SIZE / cd_secsize;
185 b0 = NEXT68K_LABEL_SIZE / cd_secsize;
188 b0 = NEXT68K_LABEL_DEFAULTBOOT0_1 /
199 if (next68klabel->cd_boot_blkno[0] != (int32_t)htobe32(b0)) {
200 next68klabel->cd_boot_blkno[0] = htobe32(b0);
209 labelupdated ? " updated" : "", b0 * sec_netonb_mult,
238 b0 *= sec_netonb_mult;
242 * Write boot program to locations b0 and b1 (if different).
246 printf ("Writing boot program at %d\n", b0);
248 b0 * params->sectorsize);
250 warn("Writing `%s' at %d", params->filesystem, b0);
255 params->filesystem, b0);
258 if (b0 == b1)
260 b0 = b1;