Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/stand/common/
H A Drawfs.c49 struct rawfs_file { struct
61 struct rawfs_file *fs; in rawfs_open() argument
67 fs = alloc(sizeof(struct rawfs_file)); in rawfs_open()
83 struct rawfs_file *fs; in rawfs_close()
85 fs = (struct rawfs_file *) f->f_fsdata; in rawfs_close()
92 if (fs != (struct rawfs_file *)0) in rawfs_close()
101 struct rawfs_file *fs = (struct rawfs_file *)f->f_fsdata; in rawfs_read()
179 struct rawfs_file *fs; in rawfs_get_block()
183 fs = (struct rawfs_file *)f->f_fsdata; in rawfs_get_block()