Home
last modified time | relevance | path

Searched refs:rawfs_read (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/hp300/stand/common/
H A Drawfs.h10 int rawfs_read(struct open_file *, void *, u_int, u_int *);
H A Drawfs.c99 rawfs_read(struct open_file *f, void *start, u_int size, u_int *resid) in rawfs_read() function
/netbsd-src/sys/arch/sun68k/stand/tapeboot/
H A Drawfs.h10 int rawfs_read(struct open_file *, void *, u_int, u_int *);
H A Drawfs.c104 rawfs_read(struct open_file *f, void *start, u_int size, u_int *resid) in rawfs_read() function
/netbsd-src/sys/arch/mvme68k/stand/bootst/
H A Drawfs.h10 int rawfs_read(struct open_file *f, void *buf, u_int size, u_int *resid);
H A Drawfs.c88 int rawfs_read(struct open_file *f, void *start, u_int size, u_int *resid) in rawfs_read() function