OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BBMINSIZE
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/arch/atari/include/
disklabel.h
38
#define
BBMINSIZE
8192 /* minimum size of boot block */
69
u_int8_t bb_bootxx[
BBMINSIZE
- LABELOFFSET - LABELMAXSIZE];
/src/sys/arch/atari/stand/ahdilabel/
magic.c
45
nsec = (
BBMINSIZE
+ (DEV_BSIZE - 1)) / DEV_BSIZE;
50
end = (u_int *)&bblk[
BBMINSIZE
- sizeof(struct disklabel)];
write.c
318
nsec = (
BBMINSIZE
+ (DEV_BSIZE - 1)) / DEV_BSIZE;
/src/sys/arch/atari/stand/tostools/aptck/
ahdilbl.h
40
#define
BBMINSIZE
8192 /* minimum size of boot block */
59
u_int8_t bb_bootxx[
BBMINSIZE
- (LABELOFFSET + LABELMAXSIZE)];
disklbl.c
94
nsec = (
BBMINSIZE
+ (dd->bsize - 1)) / dd->bsize;
99
end = (u_int *)&bblk[
BBMINSIZE
- sizeof(struct disklabel)];
/src/sys/arch/atari/stand/tostools/libtos/
bsdlabel.c
51
nsec = (
BBMINSIZE
+ (dd->bsize - 1)) / dd->bsize;
56
end = (u_int *)&bblk[
BBMINSIZE
- sizeof(struct disklabel)];
ahdilbl.h
40
#define
BBMINSIZE
8192 /* minimum size of boot block */
59
u_int8_t bb_bootxx[
BBMINSIZE
- (LABELOFFSET + LABELMAXSIZE)];
/src/sys/arch/atari/atari/
disksubr.c
48
* 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
;
/src/sys/arch/atari/stand/edahdi/
edahdi.c
340
nsec = (
BBMINSIZE
+ (DEV_BSIZE - 1)) / DEV_BSIZE;
345
end = (u_int *)&bblk[
BBMINSIZE
- sizeof(struct disklabel)];
Completed in 17 milliseconds
Indexes created Sun Oct 19 19:09:49 GMT 2025