Searched refs:rawfs_read (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | rawfs.h | 10 int rawfs_read(struct open_file *, void *, u_int, u_int *);
|
H A D | rawfs.c | 99 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 D | rawfs.h | 10 int rawfs_read(struct open_file *, void *, u_int, u_int *);
|
H A D | rawfs.c | 104 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 D | rawfs.h | 10 int rawfs_read(struct open_file *f, void *buf, u_int size, u_int *resid);
|
H A D | rawfs.c | 88 int rawfs_read(struct open_file *f, void *start, u_int size, u_int *resid) in rawfs_read() function
|