Symbol: BBSIZE
lib/libc/gen/disklabel.c
115
getnumdflt(dp->d_bbsize, "bs", BBSIZE);
sbin/bsdlabel/bsdlabel.c
118
static int bbsize = BBSIZE;
sbin/bsdlabel/bsdlabel.c
1231
base_offset = BBSIZE / secsize;
sbin/bsdlabel/bsdlabel.c
1280
base_offset = BBSIZE / secsize;
sbin/bsdlabel/bsdlabel.c
1319
current_offset = BBSIZE / secsize; /* in sectors */
sbin/bsdlabel/bsdlabel.c
1489
loclab.d_bbsize = BBSIZE;
sbin/bsdlabel/bsdlabel.c
303
dp->p_offset = BBSIZE / secsize;
sbin/bsdlabel/bsdlabel.c
337
if (st.st_size <= BBSIZE) {
sbin/bsdlabel/bsdlabel.c
467
nbytes = read(f, bootarea, BBSIZE);
sbin/bsdlabel/bsdlabel.c
470
if (nbytes != BBSIZE)
sbin/bsdlabel/bsdlabel.c
471
errx(4, "couldn't read %d bytes from %s", BBSIZE, specname);
sbin/bsdlabel/bsdlabel.c
737
lp->d_bbsize = BBSIZE; /* XXX */
sbin/bsdlabel/bsdlabel.c
93
static u_char bootarea[BBSIZE];
sbin/newfs/newfs.c
106
static u_char bootarea[BBSIZE];
sbin/newfs/newfs.c
437
if (read(disk.d_fd, bootarea, BBSIZE) != BBSIZE)
sbin/swapon/swapon.c
726
ioarg[0] = BBSIZE;
sbin/swapon/swapon.c
727
ioarg[1] = sz - BBSIZE;
sys/geom/label/g_label_ufs.c
106
pp->mediasize < BBSIZE)
sys/geom/label/g_label_ufs.c
108
if (BBSIZE % pp->sectorsize)
sys/geom/part/g_part_bsd.c
111
.gps_bootcodesz = BBSIZE,
sys/geom/part/g_part_bsd.c
181
if (gpp->gpp_codesize != BOOT1_SIZE && gpp->gpp_codesize != BBSIZE)
sys/geom/part/g_part_bsd.c
187
if (gpp->gpp_codesize == BBSIZE)
sys/geom/part/g_part_bsd.c
207
if (BBSIZE % pp->sectorsize)
sys/geom/part/g_part_bsd.c
215
table->bbarea = g_malloc(BBSIZE, M_WAITOK | M_ZERO);
sys/geom/part/g_part_bsd.c
228
le32enc(ptr + 140, BBSIZE); /* d_bbsize */
sys/geom/part/g_part_bsd.c
365
pp->mediasize < BBSIZE)
sys/geom/part/g_part_bsd.c
367
if (BBSIZE % pp->sectorsize)
sys/geom/part/g_part_bsd.c
398
table->bbarea = g_read_data(cp, 0, BBSIZE, &error);
sys/geom/part/g_part_bsd.c
51
#define BOOT2_SIZE (BBSIZE - BOOT2_OFF)
sys/geom/part/g_part_bsd.c
537
error = g_write_data(cp, 0, table->bbarea, BBSIZE);
sys/vm/swap_pager.c
2750
blist_free(sp->sw_blist, howmany(BBSIZE, PAGE_SIZE),
sys/vm/swap_pager.c
2751
nblks - howmany(BBSIZE, PAGE_SIZE));
sys/vm/swap_pager.c
2769
swap_pager_avail += nblks - howmany(BBSIZE, PAGE_SIZE);
sys/vm/swap_pager.c
2943
nswapdev * howmany(BBSIZE, PAGE_SIZE);
usr.sbin/makefs/ffs/mkfs.c
160
bbsize = BBSIZE;
usr.sbin/makefs/ffs/mkfs.c
65
#ifndef BBSIZE