Lines Matching refs:BBSIZE
106 static u_char bootarea[BBSIZE];
131 static int bbsize = BBSIZE;
313 dp->p_offset = BBSIZE / secsize; in fixlabel()
347 if (st.st_size <= BBSIZE) { in readboot()
449 gctl_ro_param(grq, "bootcode", BBSIZE, bootarea); in writelabel()
510 nbytes = read(f, bootarea, BBSIZE); in readlabel()
513 if (nbytes != BBSIZE) in readlabel()
514 errx(4, "couldn't read %d bytes from %s", BBSIZE, specname); in readlabel()
780 lp->d_bbsize = BBSIZE; /* XXX */ in getasciilabel()
1278 base_offset = BBSIZE / secsize; in checklabel()
1328 base_offset = BBSIZE / secsize; in checklabel()
1368 current_offset = BBSIZE / secsize; /* in sectors */ in checklabel()
1538 loclab.d_bbsize = BBSIZE; in getvirginlabel()