OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RAWFS_BSIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hp300/stand/common/
rawfs.c
44
#define
RAWFS_BSIZE
0x2000
53
char fs_buf[
RAWFS_BSIZE
];
191
fs->fs_nextblk,
RAWFS_BSIZE
, fs->fs_buf, &len);
198
fs->fs_nextblk += (
RAWFS_BSIZE
/ DEV_BSIZE);
/src/sys/arch/sun68k/stand/tapeboot/
rawfs.c
44
#define
RAWFS_BSIZE
0x2000
54
char fs_buf[
RAWFS_BSIZE
];
210
fs->fs_nextblk,
RAWFS_BSIZE
, fs->fs_buf, &len);
214
fs->fs_nextblk += (
RAWFS_BSIZE
/ DEV_BSIZE);
/src/sys/arch/mvme68k/stand/bootst/
rawfs.c
42
#define
RAWFS_BSIZE
8192
52
char fs_buf[
RAWFS_BSIZE
];
162
newoff = fs->fs_curblk *
RAWFS_BSIZE
;
163
newoff +=
RAWFS_BSIZE
- fs->fs_len;
173
if (newoff < (curblk *
RAWFS_BSIZE
)) {
178
targblk = newoff /
RAWFS_BSIZE
;
195
idx = newoff %
RAWFS_BSIZE
;
196
fs->fs_len =
RAWFS_BSIZE
- idx;
226
fs->fs_nextblk * (
RAWFS_BSIZE
/ DEV_BSIZE),
227
RAWFS_BSIZE
, fs->fs_buf, &len)
[
all
...]
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025