Symbol: BBMINSIZE
sys/arch/atari/atari/disksubr.c
152
bp = geteblk(BBMINSIZE);
sys/arch/atari/atari/disksubr.c
155
bp->b_bcount = BBMINSIZE;
sys/arch/atari/atari/disksubr.c
177
bp->b_bcount = BBMINSIZE;
sys/arch/atari/atari/disksubr.c
202
bp = geteblk(BBMINSIZE);
sys/arch/atari/atari/disksubr.c
205
bp->b_bcount = BBMINSIZE;
sys/arch/atari/atari/disksubr.c
50
#if BBSIZE < BBMINSIZE
sys/arch/atari/include/disklabel.h
69
u_int8_t bb_bootxx[BBMINSIZE - LABELOFFSET - LABELMAXSIZE];
sys/arch/atari/stand/ahdilabel/magic.c
45
nsec = (BBMINSIZE + (DEV_BSIZE - 1)) / DEV_BSIZE;
sys/arch/atari/stand/ahdilabel/magic.c
50
end = (u_int *)&bblk[BBMINSIZE - sizeof(struct disklabel)];
sys/arch/atari/stand/ahdilabel/write.c
318
nsec = (BBMINSIZE + (DEV_BSIZE - 1)) / DEV_BSIZE;
sys/arch/atari/stand/edahdi/edahdi.c
340
nsec = (BBMINSIZE + (DEV_BSIZE - 1)) / DEV_BSIZE;
sys/arch/atari/stand/edahdi/edahdi.c
345
end = (u_int *)&bblk[BBMINSIZE - sizeof(struct disklabel)];
sys/arch/atari/stand/tostools/aptck/ahdilbl.h
59
u_int8_t bb_bootxx[BBMINSIZE - (LABELOFFSET + LABELMAXSIZE)];
sys/arch/atari/stand/tostools/aptck/disklbl.c
91
nsec = (BBMINSIZE + (dd->bsize - 1)) / dd->bsize;
sys/arch/atari/stand/tostools/aptck/disklbl.c
96
end = (u_int *)&bblk[BBMINSIZE - sizeof(struct disklabel)];
sys/arch/atari/stand/tostools/libtos/ahdilbl.h
59
u_int8_t bb_bootxx[BBMINSIZE - (LABELOFFSET + LABELMAXSIZE)];
sys/arch/atari/stand/tostools/libtos/bsdlabel.c
48
nsec = (BBMINSIZE + (dd->bsize - 1)) / dd->bsize;
sys/arch/atari/stand/tostools/libtos/bsdlabel.c
53
end = (u_int *)&bblk[BBMINSIZE - sizeof(struct disklabel)];