open_file 390 arch/i386/stand/libsa/biosdev.c biosopen(struct open_file *f, ...) open_file 620 arch/i386/stand/libsa/biosdev.c biosclose(struct open_file *f) open_file 628 arch/i386/stand/libsa/biosdev.c biosioctl(struct open_file *f, u_long cmd, void *data) open_file 43 arch/i386/stand/libsa/biosdev.h struct open_file; open_file 48 arch/i386/stand/libsa/biosdev.h int biosopen(struct open_file *, ...); open_file 49 arch/i386/stand/libsa/biosdev.h int biosclose(struct open_file *); open_file 50 arch/i386/stand/libsa/biosdev.h int biosioctl(struct open_file *, u_long, void *); open_file 51 arch/i386/stand/libsa/dev_i386.c devopen(struct open_file *f, const char *fname, char **file) open_file 77 arch/i386/stand/libsa/pxe_net.c net_open(struct open_file *f, ...) open_file 119 arch/i386/stand/libsa/pxe_net.c net_close(struct open_file *f) open_file 148 arch/i386/stand/libsa/pxe_net.c net_ioctl(struct open_file *f, u_long cmd, void *data) open_file 41 arch/i386/stand/libsa/pxe_net.h int net_open(struct open_file *, ...); open_file 42 arch/i386/stand/libsa/pxe_net.h int net_close(struct open_file *); open_file 43 arch/i386/stand/libsa/pxe_net.h int net_ioctl(struct open_file *, u_long, void *); open_file 58 arch/i386/stand/pxeboot/devopen.c devopen(struct open_file *f, const char *fname, char **file) open_file 66 arch/i386/stand/pxeboot/open.c struct open_file files[SOPEN_MAX]; open_file 79 arch/i386/stand/pxeboot/open.c struct open_file *f; open_file 131 lib/libsa/cd9660.c cd9660_open(char *path, struct open_file *f) open_file 281 lib/libsa/cd9660.c cd9660_close(struct open_file *f) open_file 292 lib/libsa/cd9660.c cd9660_read(struct open_file *f, void *start, size_t size, size_t *resid) open_file 343 lib/libsa/cd9660.c cd9660_write(struct open_file *f, void *start, size_t size, size_t *resid) open_file 349 lib/libsa/cd9660.c cd9660_seek(struct open_file *f, off_t offset, int where) open_file 370 lib/libsa/cd9660.c cd9660_stat(struct open_file *f, struct stat *sb) open_file 386 lib/libsa/cd9660.c cd9660_readdir(struct open_file *f, char *name) open_file 35 lib/libsa/cd9660.h int cd9660_open(char *path, struct open_file *f); open_file 36 lib/libsa/cd9660.h int cd9660_close(struct open_file *f); open_file 37 lib/libsa/cd9660.h int cd9660_read(struct open_file *f, void *buf, open_file 39 lib/libsa/cd9660.h int cd9660_write(struct open_file *f, void *buf, open_file 41 lib/libsa/cd9660.h off_t cd9660_seek(struct open_file *f, off_t offset, int where); open_file 42 lib/libsa/cd9660.h int cd9660_stat(struct open_file *f, struct stat *sb); open_file 43 lib/libsa/cd9660.h int cd9660_readdir(struct open_file *f, char *name); open_file 74 lib/libsa/close.c struct open_file *f = &files[fd]; open_file 240 lib/libsa/cread.c struct open_file *f; open_file 368 lib/libsa/cread.c struct open_file *f; open_file 55 lib/libsa/dev.c noioctl(struct open_file *f, u_long cmd, void *data) open_file 40 lib/libsa/fstat.c struct open_file *f = &files[fd]; open_file 69 lib/libsa/ioctl.c struct open_file *f = &files[fd]; open_file 73 lib/libsa/lseek.c struct open_file *f = &files[fd]; open_file 365 lib/libsa/nfs.c nfs_open(char *path, struct open_file *f) open_file 497 lib/libsa/nfs.c nfs_close(struct open_file *f) open_file 517 lib/libsa/nfs.c nfs_read(struct open_file *f, void *buf, size_t size, size_t *resid) open_file 558 lib/libsa/nfs.c nfs_write(struct open_file *f, void *buf, size_t size, size_t *resid) open_file 564 lib/libsa/nfs.c nfs_seek(struct open_file *f, off_t offset, int where) open_file 591 lib/libsa/nfs.c nfs_stat(struct open_file *f, struct stat *sb) open_file 614 lib/libsa/nfs.c nfs_readdir(struct open_file *f, char *name) open_file 33 lib/libsa/nfs.h int nfs_open(char *path, struct open_file *f); open_file 34 lib/libsa/nfs.h int nfs_close(struct open_file *f); open_file 35 lib/libsa/nfs.h int nfs_read(struct open_file *f, void *buf, open_file 37 lib/libsa/nfs.h int nfs_write(struct open_file *f, void *buf, open_file 39 lib/libsa/nfs.h off_t nfs_seek(struct open_file *f, off_t offset, int where); open_file 40 lib/libsa/nfs.h int nfs_stat(struct open_file *f, struct stat *sb); open_file 42 lib/libsa/nfs.h int nfs_readdir(struct open_file *f, char *name); open_file 70 lib/libsa/nullfs.c null_open(char *path, struct open_file *f) open_file 76 lib/libsa/nullfs.c null_close(struct open_file *f) open_file 82 lib/libsa/nullfs.c null_read(struct open_file *f, void *buf, size_t size, size_t *resid) open_file 88 lib/libsa/nullfs.c null_write(struct open_file *f, void *buf, size_t size, size_t *resid) open_file 94 lib/libsa/nullfs.c null_seek(struct open_file *f, off_t offset, int where) open_file 101 lib/libsa/nullfs.c null_stat(struct open_file *f, struct stat *sb) open_file 108 lib/libsa/nullfs.c null_readdir(struct open_file *f, char *name) open_file 66 lib/libsa/open.c struct open_file files[SOPEN_MAX]; open_file 79 lib/libsa/open.c struct open_file *f; open_file 74 lib/libsa/read.c struct open_file *f = &files[fd]; open_file 69 lib/libsa/readdir.c struct open_file *f = &files[fd]; open_file 46 lib/libsa/stand.h struct open_file; open_file 63 lib/libsa/stand.h int (*open)(char *path, struct open_file *f); open_file 64 lib/libsa/stand.h int (*close)(struct open_file *f); open_file 65 lib/libsa/stand.h int (*read)(struct open_file *f, void *buf, open_file 67 lib/libsa/stand.h int (*write)(struct open_file *f, void *buf, open_file 69 lib/libsa/stand.h off_t (*seek)(struct open_file *f, off_t offset, int where); open_file 70 lib/libsa/stand.h int (*stat)(struct open_file *f, struct stat *sb); open_file 71 lib/libsa/stand.h int (*readdir)(struct open_file *f, char *); open_file 88 lib/libsa/stand.h int (*dv_open)(struct open_file *f, ...); open_file 89 lib/libsa/stand.h int (*dv_close)(struct open_file *f); open_file 90 lib/libsa/stand.h int (*dv_ioctl)(struct open_file *f, u_long cmd, void *data); open_file 99 lib/libsa/stand.h struct open_file { open_file 109 lib/libsa/stand.h extern struct open_file files[]; open_file 170 lib/libsa/stand.h int noioctl(struct open_file *, u_long, void *); open_file 173 lib/libsa/stand.h int null_open(char *path, struct open_file *f); open_file 174 lib/libsa/stand.h int null_close(struct open_file *f); open_file 175 lib/libsa/stand.h ssize_t null_read(struct open_file *f, void *buf, open_file 177 lib/libsa/stand.h ssize_t null_write(struct open_file *f, void *buf, open_file 179 lib/libsa/stand.h off_t null_seek(struct open_file *f, off_t offset, int where); open_file 180 lib/libsa/stand.h int null_stat(struct open_file *f, struct stat *sb); open_file 181 lib/libsa/stand.h int null_readdir(struct open_file *f, char *name); open_file 207 lib/libsa/stand.h int devopen(struct open_file *, const char *, char **); open_file 257 lib/libsa/tftp.c tftp_open(char *path, struct open_file *f) open_file 283 lib/libsa/tftp.c tftp_read(struct open_file *f, void *addr, size_t size, size_t *resid) open_file 362 lib/libsa/tftp.c tftp_close(struct open_file *f) open_file 378 lib/libsa/tftp.c tftp_write(struct open_file *f, void *start, size_t size, size_t *resid) open_file 384 lib/libsa/tftp.c tftp_stat(struct open_file *f, struct stat *sb) open_file 399 lib/libsa/tftp.c tftp_seek(struct open_file *f, off_t offset, int where) open_file 424 lib/libsa/tftp.c tftp_readdir(struct open_file *f, char *name) open_file 105 lib/libsa/tftp.h int tftp_open(char *, struct open_file *); open_file 106 lib/libsa/tftp.h int tftp_close(struct open_file *); open_file 107 lib/libsa/tftp.h int tftp_read(struct open_file *, void *, size_t, size_t *); open_file 108 lib/libsa/tftp.h int tftp_write(struct open_file *, void *, size_t, size_t *); open_file 109 lib/libsa/tftp.h off_t tftp_seek(struct open_file *, off_t, int); open_file 110 lib/libsa/tftp.h int tftp_stat(struct open_file *, struct stat *); open_file 112 lib/libsa/tftp.h int tftp_readdir(struct open_file *, char *); open_file 97 lib/libsa/ufs.c static int read_inode(ino_t, struct open_file *); open_file 98 lib/libsa/ufs.c static int block_map(struct open_file *, daddr_t, daddr_t *); open_file 99 lib/libsa/ufs.c static int buf_read_file(struct open_file *, char **, size_t *); open_file 100 lib/libsa/ufs.c static int search_directory(char *, struct open_file *, ino_t *); open_file 109 lib/libsa/ufs.c read_inode(ino_t inumber, struct open_file *f) open_file 160 lib/libsa/ufs.c block_map(struct open_file *f, daddr_t file_block, daddr_t *disk_block_p) open_file 257 lib/libsa/ufs.c buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) open_file 315 lib/libsa/ufs.c search_directory(char *name, struct open_file *f, ino_t *inumber_p) open_file 360 lib/libsa/ufs.c ufs_open(char *path, struct open_file *f) open_file 537 lib/libsa/ufs.c ufs_close(struct open_file *f) open_file 562 lib/libsa/ufs.c ufs_read(struct open_file *f, void *start, size_t size, size_t *resid) open_file 596 lib/libsa/ufs.c ufs_write(struct open_file *f, void *start, size_t size, size_t *resid) open_file 603 lib/libsa/ufs.c ufs_seek(struct open_file *f, off_t offset, int where) open_file 624 lib/libsa/ufs.c ufs_stat(struct open_file *f, struct stat *sb) open_file 638 lib/libsa/ufs.c ufs_readdir(struct open_file *f, char *name) open_file 35 lib/libsa/ufs.h int ufs_open(char *path, struct open_file *f); open_file 36 lib/libsa/ufs.h int ufs_close(struct open_file *f); open_file 37 lib/libsa/ufs.h int ufs_read(struct open_file *f, void *buf, open_file 39 lib/libsa/ufs.h int ufs_write(struct open_file *f, void *buf, open_file 41 lib/libsa/ufs.h off_t ufs_seek(struct open_file *f, off_t offset, int where); open_file 42 lib/libsa/ufs.h int ufs_stat(struct open_file *f, struct stat *sb); open_file 43 lib/libsa/ufs.h int ufs_readdir(struct open_file *f, char *name); open_file 65 lib/libsa/unixdev.c unixopen(struct open_file *f, ...) open_file 97 lib/libsa/unixdev.c unixclose(struct open_file *f) open_file 103 lib/libsa/unixdev.c unixioctl(struct open_file *f, u_long cmd, void *data) open_file 33 lib/libsa/unixdev.h int unixopen(struct open_file *, ...); open_file 34 lib/libsa/unixdev.h int unixclose(struct open_file *); open_file 35 lib/libsa/unixdev.h int unixioctl(struct open_file *, u_long, void *); open_file 70 lib/libsa/write.c struct open_file *f = &files[fd];