Searched refs:BBMINSIZE (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/atari/include/
H A Ddisklabel.h38 #define BBMINSIZE 8192 /* minimum size of boot block */ macro
69 u_int8_t bb_bootxx[BBMINSIZE - LABELOFFSET - LABELMAXSIZE];
/netbsd-current/sys/arch/atari/stand/ahdilabel/
H A Dmagic.c45 nsec = (BBMINSIZE + (DEV_BSIZE - 1)) / DEV_BSIZE;
50 end = (u_int *)&bblk[BBMINSIZE - sizeof(struct disklabel)];
H A Dwrite.c318 nsec = (BBMINSIZE + (DEV_BSIZE - 1)) / DEV_BSIZE;
/netbsd-current/sys/arch/atari/stand/tostools/aptck/
H A Dahdilbl.h40 #define BBMINSIZE 8192 /* minimum size of boot block */ macro
59 u_int8_t bb_bootxx[BBMINSIZE - (LABELOFFSET + LABELMAXSIZE)];
H A Ddisklbl.c94 nsec = (BBMINSIZE + (dd->bsize - 1)) / dd->bsize;
99 end = (u_int *)&bblk[BBMINSIZE - sizeof(struct disklabel)];
/netbsd-current/sys/arch/atari/stand/tostools/libtos/
H A Dbsdlabel.c51 nsec = (BBMINSIZE + (dd->bsize - 1)) / dd->bsize;
56 end = (u_int *)&bblk[BBMINSIZE - sizeof(struct disklabel)];
H A Dahdilbl.h40 #define BBMINSIZE 8192 /* minimum size of boot block */ macro
59 u_int8_t bb_bootxx[BBMINSIZE - (LABELOFFSET + LABELMAXSIZE)];
/netbsd-current/sys/arch/atari/atari/
H A Ddisksubr.c48 * or equal to BBMINSIZE in <machine/disklabel.h>
50 #if BBSIZE < BBMINSIZE
51 #error BBSIZE smaller than BBMINSIZE
152 bp = geteblk(BBMINSIZE);
155 bp->b_bcount = BBMINSIZE;
177 bp->b_bcount = BBMINSIZE;
202 bp = geteblk(BBMINSIZE);
205 bp->b_bcount = BBMINSIZE;
/netbsd-current/sys/arch/atari/stand/edahdi/
H A Dedahdi.c340 nsec = (BBMINSIZE + (DEV_BSIZE - 1)) / DEV_BSIZE;
345 end = (u_int *)&bblk[BBMINSIZE - sizeof(struct disklabel)];

Completed in 158 milliseconds