Lines Matching refs:BBSIZE
93 static u_char bootarea[BBSIZE];
118 static int bbsize = BBSIZE;
303 dp->p_offset = BBSIZE / secsize; in fixlabel()
337 if (st.st_size <= BBSIZE) { in readboot()
467 nbytes = read(f, bootarea, BBSIZE); in readlabel()
470 if (nbytes != BBSIZE) in readlabel()
471 errx(4, "couldn't read %d bytes from %s", BBSIZE, specname); in readlabel()
737 lp->d_bbsize = BBSIZE; /* XXX */ in getasciilabel()
1231 base_offset = BBSIZE / secsize; in checklabel()
1280 base_offset = BBSIZE / secsize; in checklabel()
1319 current_offset = BBSIZE / secsize; /* in sectors */ in checklabel()
1489 loclab.d_bbsize = BBSIZE; in getvirginlabel()