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

/netbsd-current/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)
177 rawfs_get_block(struct open_file *f) function
188 printf("rawfs_get_block: calling strategy\n");
193 printf("rawfs_get_block: strategy returned %d\n", error);
/netbsd-current/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)
166 if (rawfs_get_block(f) != 0)
199 rawfs_get_block(struct open_file *f) function
/netbsd-current/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)
184 while (fs->fs_curblk != targblk && (err = rawfs_get_block(f)) == 0)
215 rawfs_get_block(struct open_file *f) function

Completed in 218 milliseconds