Home
last modified time | relevance | path

Searched refs:rawfs_get_block (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sun68k/stand/tapeboot/
H A Drawfs.c57 static int rawfs_get_block(struct open_file *);
113 if ((error = rawfs_get_block(f)) != 0) in rawfs_read()
166 if (rawfs_get_block(f) != 0) in rawfs_seek()
199 rawfs_get_block(struct open_file *f) in rawfs_get_block() function
/netbsd-src/sys/arch/mvme68k/stand/bootst/
H A Drawfs.c55 static int rawfs_get_block(struct open_file *);
98 if ((error = rawfs_get_block(f)) != 0) in rawfs_read()
184 while (fs->fs_curblk != targblk && (err = rawfs_get_block(f)) == 0) in rawfs_seek()
215 rawfs_get_block(struct open_file *f) in rawfs_get_block() function
/netbsd-src/sys/arch/hp300/stand/common/
H A Drawfs.c56 static int rawfs_get_block(struct open_file *);
115 if ((error = rawfs_get_block(f)) != 0) in rawfs_read()
177 rawfs_get_block(struct open_file *f) in rawfs_get_block() function