OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BBSIZE
(Results
1 - 22
of
22
) sorted by relevancy
/src/sys/arch/atari/stand/installboot/
disklabel.c
42
#if (
BBSIZE
< MINBBSIZE)
43
#error
BBSIZE
is smaller than MINBBSIZE
/src/sys/arch/atari/atari/
disksubr.c
47
*
BBSIZE
in <ufs/ffs/fs.h> must be greater than
50
#if
BBSIZE
< BBMINSIZE
51
#error
BBSIZE
smaller than BBMINSIZE
104
lp->d_bbsize =
BBSIZE
;
/src/sys/ufs/ext2fs/
ext2fs.h
82
#define
BBSIZE
1024
85
#define SBOFF ((off_t)(BBOFF +
BBSIZE
))
87
#define SBLOCK ((daddr_t)(BBLOCK +
BBSIZE
/ DEV_BSIZE))
/src/sys/arch/luna68k/stand/boot/
disklabel.c
92
#define LABEL_SIZE
BBSIZE
217
bp->d_bbsize =
BBSIZE
;
/src/sys/arch/mipsco/mipsco/
disksubr.c
45
#include <ufs/ffs/fs.h> /* XXX for
BBSIZE
& SBSIZE */
256
lp->d_bbsize =
BBSIZE
;
326
BBSIZE
/ vh->vh_dp.dp_secbytes;
/src/sys/arch/sgimips/sgimips/
disksubr.c
243
lp->d_bbsize =
BBSIZE
;
321
BBSIZE
/ vh->dp.dp_secbytes;
/src/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c
73
#define
BBSIZE
8192
76
int
bbsize
=
BBSIZE
;
variable
229
bbsize
= roundup(tsz + dsz, 512);
230
sumsize =
bbsize
/ 512;
235
if (tsz + dsz + bsz >
bbsize
)
246
buffer = realloc(buffer,
bbsize
);
247
relbuf = realloc(relbuf,
bbsize
);
251
memset(buffer, 0,
bbsize
);
284
rpo = buffer +
bbsize
- 1
[
all
...]
/src/sys/lib/libsa/
ustarfs.c
73
#define
BBSIZE
8192
141
static const int ustarfs_mode_offset =
BBSIZE
;
/src/lib/libc/gen/
disklabel.c
158
getnumdflt(dp->d_bbsize, "bs",
BBSIZE
);
/src/sys/arch/mvme68k/stand/installboot/
installboot.c
279
devread(devfd, sblock, (daddr_t)(
BBSIZE
/ DEV_BSIZE),
/src/sys/arch/pmax/pmax/
disksubr.c
47
#include <ufs/ffs/fs.h> /* XXX for
BBSIZE
& SBSIZE */
166
lp->d_bbsize =
BBSIZE
;
/src/sys/arch/vax/vax/
disksubr.c
58
#include <ufs/ffs/fs.h> /* XXX for
BBSIZE
& SBSIZE */
172
lp->d_bbsize =
BBSIZE
;
/src/sys/arch/x68k/stand/installboot/
installboot.c
45
#define MAXBBSIZE
BBSIZE
/src/sys/ufs/ffs/
fs.h
89
#define
BBSIZE
8192
755
#define APPLEUFS_LABEL_OFFSET (
BBSIZE
- APPLEUFS_LABEL_SIZE) /* located at 7k */
/src/sys/fs/ntfs/
ntfs.h
42
#define
BBSIZE
1024
ntfs_vfsops.c
340
error = bread(devvp, BBLOCK,
BBSIZE
, 0, &bp);
/src/sbin/disklabel/
main.c
131
#ifndef
BBSIZE
132
#define
BBSIZE
8192 /* size of boot area, with label */
145
char bootarea[
BBSIZE
]; /* Buffer matching part of disk */
712
lab.d_bbsize =
BBSIZE
;
1719
lp->d_bbsize =
BBSIZE
; /* XXX */
/src/sys/dev/qbus/
rl.c
289
dl->d_bbsize =
BBSIZE
;
/src/sbin/newfs_ext2fs/
mke2fs.c
258
* Ext2fs preserves
BBSIZE
(1024 bytes) space at the top for
260
* If bsize ==
BBSIZE
we have to preserve one block.
261
* If bsize >
BBSIZE
, the first block already contains
BBSIZE
space
265
sblock.e2fs.e2fs_first_dblock = (sblock.e2fs_bsize >
BBSIZE
) ? 0 : 1;
577
pblock = (pbsize[i] >
BBSIZE
) ? 0 : 1; /* 1st dblk */
673
* (i.e. in case of sblock.e2fs.e2fs_bsize >
BBSIZE
)
/src/sys/arch/vax/vsa/
hdc9224.c
67
#include <ufs/ufs/dinode.h> /* For
BBSIZE
*/
810
dl->d_bbsize =
BBSIZE
;
/src/sys/dev/mscp/
mscp_disk.c
1036
dl->d_bbsize =
BBSIZE
;
/src/usr.sbin/makefs/ffs/
mkfs.c
124
static int
bbsize
; /* boot block size */
variable
167
bbsize
=
BBSIZE
;
Completed in 52 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026