Symbol: open_file
crypto/heimdal/lib/krb5/log.c
302
ret = open_file(context, f, min, max, NULL, NULL, stderr, 1);
crypto/heimdal/lib/krb5/log.c
304
ret = open_file(context, f, min, max, "/dev/console", "w", NULL, 0);
crypto/heimdal/lib/krb5/log.c
339
ret = open_file(context, f, min, max, fn, "a", file, keep_open);
crypto/heimdal/lib/krb5/log.c
341
ret = open_file(context, f, min, max, strdup(p + 7), "w", NULL, 0);
crypto/krb5/src/lib/krb5/rcache/rc_dfl.c
149
ret = open_file(context, &fd);
lib/libcasper/services/cap_fileargs/cap_fileargs.c
574
fd = open_file(fname);
lib/libcasper/services/cap_fileargs/cap_fileargs.c
706
fd = open_file(name);
lib/libsecureboot/vectx.c
356
struct open_file *f = fd2open_file(ctx->vec_fd);
stand/common/dev_net.c
119
net_open(struct open_file *f, ...)
stand/common/dev_net.c
197
net_close(struct open_file *f)
stand/common/dev_net.c
78
static int net_open(struct open_file *, ...);
stand/common/dev_net.c
79
static int net_close(struct open_file *);
stand/common/devopen.c
37
devopen(struct open_file *f, const char *fname, const char **file)
stand/common/devopen.c
70
devclose(struct open_file *f)
stand/common/md.c
120
md_open(struct open_file *f, ...)
stand/common/md.c
136
md_close(struct open_file *f)
stand/common/md.c
61
static int md_open(struct open_file *, ...);
stand/common/md.c
62
static int md_close(struct open_file *);
stand/common/vdisk.c
293
vdisk_open(struct open_file *f, ...)
stand/common/vdisk.c
318
vdisk_close(struct open_file *f)
stand/common/vdisk.c
337
vdisk_ioctl(struct open_file *f, u_long cmd, void *data)
stand/common/vdisk.c
38
static int vdisk_open(struct open_file *, ...);
stand/common/vdisk.c
39
static int vdisk_close(struct open_file *);
stand/common/vdisk.c
40
static int vdisk_ioctl(struct open_file *, u_long, void *);
stand/efi/libefi/efihttp.c
225
efihttp_dev_open(struct open_file *f, ...)
stand/efi/libefi/efihttp.c
362
efihttp_dev_close(struct open_file *f)
stand/efi/libefi/efihttp.c
383
_efihttp_fs_open(const char *path, struct open_file *f)
stand/efi/libefi/efihttp.c
55
static int efihttp_dev_open(struct open_file *f, ...);
stand/efi/libefi/efihttp.c
56
static int efihttp_dev_close(struct open_file *f);
stand/efi/libefi/efihttp.c
560
efihttp_fs_open(const char *path, struct open_file *f)
stand/efi/libefi/efihttp.c
58
static int efihttp_fs_open(const char *path, struct open_file *f);
stand/efi/libefi/efihttp.c
59
static int efihttp_fs_close(struct open_file *f);
stand/efi/libefi/efihttp.c
595
efihttp_fs_close(struct open_file *f __unused)
stand/efi/libefi/efihttp.c
60
static int efihttp_fs_read(struct open_file *f, void *buf, size_t size,
stand/efi/libefi/efihttp.c
601
_efihttp_fs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
stand/efi/libefi/efihttp.c
62
static int efihttp_fs_write(struct open_file *f, const void *buf, size_t size,
stand/efi/libefi/efihttp.c
64
static off_t efihttp_fs_seek(struct open_file *f, off_t offset, int where);
stand/efi/libefi/efihttp.c
65
static int efihttp_fs_stat(struct open_file *f, struct stat *sb);
stand/efi/libefi/efihttp.c
66
static int efihttp_fs_readdir(struct open_file *f, struct dirent *d);
stand/efi/libefi/efihttp.c
670
efihttp_fs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
stand/efi/libefi/efihttp.c
689
efihttp_fs_write(struct open_file *f __unused, const void *buf __unused,
stand/efi/libefi/efihttp.c
696
efihttp_fs_seek(struct open_file *f, off_t offset, int where)
stand/efi/libefi/efihttp.c
744
efihttp_fs_stat(struct open_file *f, struct stat *sb)
stand/efi/libefi/efihttp.c
757
efihttp_fs_readdir(struct open_file *f, struct dirent *d)
stand/efi/libefi/efipart.c
54
static int efipart_open(struct open_file *, ...);
stand/efi/libefi/efipart.c
55
static int efipart_close(struct open_file *);
stand/efi/libefi/efipart.c
56
static int efipart_ioctl(struct open_file *, u_long, void *);
stand/efi/libefi/efipart.c
883
efipart_open(struct open_file *f, ...)
stand/efi/libefi/efipart.c
936
efipart_close(struct open_file *f)
stand/efi/libefi/efipart.c
963
efipart_ioctl(struct open_file *f, u_long cmd, void *data)
stand/i386/libi386/biosdisk.c
147
static int bd_open(struct open_file *f, ...);
stand/i386/libi386/biosdisk.c
148
static int bd_close(struct open_file *f);
stand/i386/libi386/biosdisk.c
149
static int bd_ioctl(struct open_file *f, u_long cmd, void *data);
stand/i386/libi386/biosdisk.c
838
bd_open(struct open_file *f, ...)
stand/i386/libi386/biosdisk.c
885
bd_close(struct open_file *f)
stand/i386/libi386/biosdisk.c
907
bd_ioctl(struct open_file *f, u_long cmd, void *data)
stand/kboot/kboot/hostdisk.c
332
hostdisk_open(struct open_file *f, ...)
stand/kboot/kboot/hostdisk.c
353
hostdisk_close(struct open_file *f)
stand/kboot/kboot/hostdisk.c
362
hostdisk_ioctl(struct open_file *f, u_long cmd, void *data)
stand/kboot/kboot/hostdisk.c
42
static int hostdisk_open(struct open_file *f, ...);
stand/kboot/kboot/hostdisk.c
43
static int hostdisk_close(struct open_file *f);
stand/kboot/kboot/hostdisk.c
44
static int hostdisk_ioctl(struct open_file *f, u_long cmd, void *data);
stand/kboot/kboot/hostfs.c
109
hostfs_read(struct open_file *f, void *start, size_t size, size_t *resid)
stand/kboot/kboot/hostfs.c
123
hostfs_seek(struct open_file *f, off_t offset, int whence)
stand/kboot/kboot/hostfs.c
153
hostfs_stat(struct open_file *f, struct stat *sb)
stand/kboot/kboot/hostfs.c
190
hostfs_readdir(struct open_file *f, struct dirent *d)
stand/kboot/kboot/hostfs.c
259
host_dev_open(struct open_file *f, ...)
stand/kboot/kboot/hostfs.c
265
host_dev_close(struct open_file *f)
stand/kboot/kboot/hostfs.c
50
hostfs_open(const char *fn, struct open_file *f)
stand/kboot/kboot/hostfs.c
97
hostfs_close(struct open_file *f)
stand/libofw/ofw_disk.c
122
ofwd_open(struct open_file *f, ...)
stand/libofw/ofw_disk.c
147
ofwd_close(struct open_file *f)
stand/libofw/ofw_disk.c
161
ofwd_ioctl(struct open_file *f, u_long cmd, void *data)
stand/libofw/ofw_disk.c
44
static int ofwd_open(struct open_file *f, ...);
stand/libofw/ofw_disk.c
45
static int ofwd_close(struct open_file *f);
stand/libofw/ofw_disk.c
46
static int ofwd_ioctl(struct open_file *f, u_long cmd, void *data);
stand/libsa/bzipfs.c
148
bzf_open(const char *fname, struct open_file *f)
stand/libsa/bzipfs.c
217
bzf_close(struct open_file *f)
stand/libsa/bzipfs.c
228
bzf_read(struct open_file *f, void *buf, size_t size, size_t *resid)
stand/libsa/bzipfs.c
264
bzf_rewind(struct open_file *f)
stand/libsa/bzipfs.c
308
bzf_seek(struct open_file *f, off_t offset, int where)
stand/libsa/bzipfs.c
350
bzf_stat(struct open_file *f, struct stat *sb)
stand/libsa/bzipfs.c
371
struct open_file f;
stand/libsa/bzipfs.c
62
static int bzf_open(const char *path, struct open_file *f);
stand/libsa/bzipfs.c
63
static int bzf_close(struct open_file *f);
stand/libsa/bzipfs.c
64
static int bzf_read(struct open_file *f, void *buf, size_t size, size_t *resid);
stand/libsa/bzipfs.c
65
static off_t bzf_seek(struct open_file *f, off_t offset, int where);
stand/libsa/bzipfs.c
66
static int bzf_stat(struct open_file *f, struct stat *sb);
stand/libsa/cd9660.c
133
susp_lookup_record(struct open_file *f, const char *identifier,
stand/libsa/cd9660.c
178
rrip_lookup_name(struct open_file *f, struct iso_directory_record *dp,
stand/libsa/cd9660.c
209
rrip_check(struct open_file *f, struct iso_directory_record *dp, int *lenskip)
stand/libsa/cd9660.c
240
dirmatch(struct open_file *f, const char *path, struct iso_directory_record *dp,
stand/libsa/cd9660.c
296
cd9660_read_dr(struct open_file *f, struct iso_directory_record *rec)
stand/libsa/cd9660.c
337
cd9660_open(const char *path, struct open_file *f)
stand/libsa/cd9660.c
501
cd9660_close(struct open_file *f)
stand/libsa/cd9660.c
512
buf_read_file(struct open_file *f, char **buf_p, size_t *size_p)
stand/libsa/cd9660.c
547
cd9660_read(struct open_file *f, void *start, size_t size, size_t *resid)
stand/libsa/cd9660.c
576
cd9660_readdir(struct open_file *f, struct dirent *d)
stand/libsa/cd9660.c
61
static int buf_read_file(struct open_file *f, char **buf_p,
stand/libsa/cd9660.c
63
static int cd9660_open(const char *path, struct open_file *f);
stand/libsa/cd9660.c
64
static int cd9660_close(struct open_file *f);
stand/libsa/cd9660.c
641
cd9660_seek(struct open_file *f, off_t offset, int where)
stand/libsa/cd9660.c
65
static int cd9660_read(struct open_file *f, void *buf, size_t size,
stand/libsa/cd9660.c
662
cd9660_stat(struct open_file *f, struct stat *sb)
stand/libsa/cd9660.c
67
static off_t cd9660_seek(struct open_file *f, off_t offset, int where);
stand/libsa/cd9660.c
68
static int cd9660_stat(struct open_file *f, struct stat *sb);
stand/libsa/cd9660.c
681
struct open_file *f;
stand/libsa/cd9660.c
69
static int cd9660_readdir(struct open_file *f, struct dirent *d);
stand/libsa/cd9660.c
72
static int dirmatch(struct open_file *f, const char *path,
stand/libsa/cd9660.c
74
static int rrip_check(struct open_file *f, struct iso_directory_record *dp,
stand/libsa/cd9660.c
76
static char *rrip_lookup_name(struct open_file *f,
stand/libsa/cd9660.c
78
static ISO_SUSP_HEADER *susp_lookup_record(struct open_file *f,
stand/libsa/close.c
66
struct open_file *f, *last;
stand/libsa/closeall.c
34
struct open_file *f;
stand/libsa/dev.c
50
noioctl(struct open_file *f __unused, u_long cmd __unused, void *data __unused)
stand/libsa/dosfs.c
1025
struct open_file *fd = fs->fd;
stand/libsa/dosfs.c
222
dos_mount_impl(DOS_FS *fs, struct open_file *fd)
stand/libsa/dosfs.c
273
struct open_file *f;
stand/libsa/dosfs.c
345
dos_open(const char *path, struct open_file *fd)
stand/libsa/dosfs.c
406
dos_read(struct open_file *fd, void *buf, size_t nbyte, size_t *resid)
stand/libsa/dosfs.c
472
dos_seek(struct open_file *fd, off_t offset, int whence)
stand/libsa/dosfs.c
507
dos_close(struct open_file *fd)
stand/libsa/dosfs.c
522
dos_stat(struct open_file *fd, struct stat *sb)
stand/libsa/dosfs.c
53
static int dos_open(const char *path, struct open_file *fd);
stand/libsa/dosfs.c
54
static int dos_close(struct open_file *fd);
stand/libsa/dosfs.c
55
static int dos_read(struct open_file *fd, void *buf, size_t size, size_t *resid);
stand/libsa/dosfs.c
554
dos_readdir(struct open_file *fd, struct dirent *d)
stand/libsa/dosfs.c
56
static off_t dos_seek(struct open_file *fd, off_t offset, int whence);
stand/libsa/dosfs.c
57
static int dos_stat(struct open_file *fd, struct stat *sb);
stand/libsa/dosfs.c
58
static int dos_readdir(struct open_file *fd, struct dirent *d);
stand/libsa/dosfs.h
96
struct open_file *fd; /* file descriptor */
stand/libsa/ext2fs.c
100
static int ext2fs_readdir(struct open_file *f, struct dirent *d);
stand/libsa/ext2fs.c
319
static int read_inode(ino_t inumber, struct open_file *f);
stand/libsa/ext2fs.c
320
static int block_map(struct open_file *f, daddr_t file_block,
stand/libsa/ext2fs.c
322
static int buf_read_file(struct open_file *f, char **buf_p,
stand/libsa/ext2fs.c
324
static int search_directory(char *name, struct open_file *f,
stand/libsa/ext2fs.c
331
ext2fs_open(const char *upath, struct open_file *f)
stand/libsa/ext2fs.c
556
read_inode(ino_t inumber, struct open_file *f)
stand/libsa/ext2fs.c
598
block_map(struct open_file *f, daddr_t file_block, daddr_t *disk_block_p)
stand/libsa/ext2fs.c
698
buf_read_file(struct open_file *f, char **buf_p, size_t *size_p)
stand/libsa/ext2fs.c
756
search_directory(char *name, struct open_file *f, ino_t *inumber_p)
stand/libsa/ext2fs.c
792
ext2fs_close(struct open_file *f)
stand/libsa/ext2fs.c
816
ext2fs_read(struct open_file *f, void *addr, size_t size, size_t *resid)
stand/libsa/ext2fs.c
847
ext2fs_seek(struct open_file *f, off_t offset, int where)
stand/libsa/ext2fs.c
869
ext2fs_stat(struct open_file *f, struct stat *sb)
stand/libsa/ext2fs.c
882
ext2fs_readdir(struct open_file *f, struct dirent *d)
stand/libsa/ext2fs.c
94
static int ext2fs_open(const char *path, struct open_file *f);
stand/libsa/ext2fs.c
95
static int ext2fs_close(struct open_file *f);
stand/libsa/ext2fs.c
96
static int ext2fs_read(struct open_file *f, void *buf,
stand/libsa/ext2fs.c
98
static off_t ext2fs_seek(struct open_file *f, off_t offset, int where);
stand/libsa/ext2fs.c
99
static int ext2fs_stat(struct open_file *f, struct stat *sb);
stand/libsa/fstat.c
37
struct open_file *f;
stand/libsa/geli/geliboot.h
68
struct open_file;
stand/libsa/geli/geliboot.h
89
void geli_probe_and_attach(struct open_file *f);
stand/libsa/geli/gelidev.c
203
geli_dev_open(struct open_file *f, ...)
stand/libsa/geli/gelidev.c
215
geli_dev_close(struct open_file *f)
stand/libsa/geli/gelidev.c
234
geli_dev_ioctl(struct open_file *f, u_long cmd, void *data)
stand/libsa/geli/gelidev.c
290
geli_probe_and_attach(struct open_file *f)
stand/libsa/geli/gelidev.c
38
static int geli_dev_open(struct open_file *f, ...);
stand/libsa/geli/gelidev.c
39
static int geli_dev_close(struct open_file *f);
stand/libsa/geli/gelidev.c
40
static int geli_dev_ioctl(struct open_file *, u_long, void *);
stand/libsa/gzipfs.c
157
zf_open(const char *fname, struct open_file *f)
stand/libsa/gzipfs.c
226
zf_close(struct open_file *f)
stand/libsa/gzipfs.c
237
zf_read(struct open_file *f, void *buf, size_t size, size_t *resid)
stand/libsa/gzipfs.c
273
zf_rewind(struct open_file *f)
stand/libsa/gzipfs.c
288
zf_seek(struct open_file *f, off_t offset, int where)
stand/libsa/gzipfs.c
326
zf_stat(struct open_file *f, struct stat *sb)
stand/libsa/gzipfs.c
45
static int zf_open(const char *path, struct open_file *f);
stand/libsa/gzipfs.c
46
static int zf_close(struct open_file *f);
stand/libsa/gzipfs.c
47
static int zf_read(struct open_file *f, void *buf, size_t size, size_t *resid);
stand/libsa/gzipfs.c
48
static off_t zf_seek(struct open_file *f, off_t offset, int where);
stand/libsa/gzipfs.c
49
static int zf_stat(struct open_file *f, struct stat *sb);
stand/libsa/ioctl.c
66
struct open_file *f;
stand/libsa/lseek.c
67
struct open_file *f;
stand/libsa/nfs.c
123
int nfs_open(const char *path, struct open_file *f);
stand/libsa/nfs.c
124
static int nfs_close(struct open_file *f);
stand/libsa/nfs.c
125
static int nfs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
stand/libsa/nfs.c
126
static off_t nfs_seek(struct open_file *f, off_t offset, int where);
stand/libsa/nfs.c
127
static int nfs_stat(struct open_file *f, struct stat *sb);
stand/libsa/nfs.c
128
static int nfs_readdir(struct open_file *f, struct dirent *d);
stand/libsa/nfs.c
463
nfs_open(const char *upath, struct open_file *f)
stand/libsa/nfs.c
658
nfs_close(struct open_file *f)
stand/libsa/nfs.c
677
nfs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
stand/libsa/nfs.c
718
nfs_seek(struct open_file *f, off_t offset, int where)
stand/libsa/nfs.c
746
nfs_stat(struct open_file *f, struct stat *sb)
stand/libsa/nfs.c
765
nfs_readdir(struct open_file *f, struct dirent *d)
stand/libsa/nullfs.c
66
int null_open (const char *path, struct open_file *f)
stand/libsa/nullfs.c
71
int null_close(struct open_file *f)
stand/libsa/nullfs.c
76
int null_read (struct open_file *f, void *buf, size_t size, size_t *resid)
stand/libsa/nullfs.c
81
int null_write (struct open_file *f, const void *buf, size_t size, size_t *resid)
stand/libsa/nullfs.c
86
off_t null_seek (struct open_file *f, off_t offset, int where)
stand/libsa/nullfs.c
92
int null_stat (struct open_file *f, struct stat *sb)
stand/libsa/nullfs.c
97
int null_readdir(struct open_file *f, struct dirent *d)
stand/libsa/open.c
102
o_gethandle(struct open_file **ptr)
stand/libsa/open.c
104
struct open_file *f, *last;
stand/libsa/open.c
128
o_rainit(struct open_file *f)
stand/libsa/open.c
139
struct open_file *f;
stand/libsa/open.c
83
struct open_file *
stand/libsa/open.c
86
struct open_file *f;
stand/libsa/pkgfs.c
197
pkg_open_follow(const char *fn, struct open_file *f, int lnks)
stand/libsa/pkgfs.c
259
pkg_open(const char *fn, struct open_file *f)
stand/libsa/pkgfs.c
265
pkg_close(struct open_file *f)
stand/libsa/pkgfs.c
285
pkg_read(struct open_file *f, void *buf, size_t size, size_t *res)
stand/libsa/pkgfs.c
34
static int pkg_open(const char *, struct open_file *);
stand/libsa/pkgfs.c
344
pkg_seek(struct open_file *f, off_t ofs, int whence)
stand/libsa/pkgfs.c
35
static int pkg_close(struct open_file *);
stand/libsa/pkgfs.c
36
static int pkg_read(struct open_file *, void *, size_t, size_t *);
stand/libsa/pkgfs.c
37
static off_t pkg_seek(struct open_file *, off_t, int);
stand/libsa/pkgfs.c
38
static int pkg_stat(struct open_file *, struct stat *);
stand/libsa/pkgfs.c
39
static int pkg_readdir(struct open_file *, struct dirent *);
stand/libsa/pkgfs.c
403
pkg_stat(struct open_file *f, struct stat *sb)
stand/libsa/pkgfs.c
425
pkg_readdir(struct open_file *f, struct dirent *d)
stand/libsa/preload.c
33
struct open_file *f;
stand/libsa/read.c
67
struct open_file *f;
stand/libsa/readdir.c
34
struct open_file *f;
stand/libsa/splitfs.c
102
splitfs_open(const char *fname, struct open_file *f)
stand/libsa/splitfs.c
179
splitfs_close(struct open_file *f)
stand/libsa/splitfs.c
191
splitfs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
stand/libsa/splitfs.c
233
splitfs_seek(struct open_file *f, off_t offset, int where)
stand/libsa/splitfs.c
302
splitfs_stat(struct open_file *f, struct stat *sb)
stand/libsa/splitfs.c
45
static int splitfs_open(const char *path, struct open_file *f);
stand/libsa/splitfs.c
46
static int splitfs_close(struct open_file *f);
stand/libsa/splitfs.c
47
static int splitfs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
stand/libsa/splitfs.c
48
static off_t splitfs_seek(struct open_file *f, off_t offset, int where);
stand/libsa/splitfs.c
49
static int splitfs_stat(struct open_file *f, struct stat *sb);
stand/libsa/stand.h
110
int (*fo_open)(const char *path, struct open_file *f);
stand/libsa/stand.h
111
int (*fo_close)(struct open_file *f);
stand/libsa/stand.h
112
int (*fo_read)(struct open_file *f, void *buf,
stand/libsa/stand.h
114
int (*fo_write)(struct open_file *f, const void *buf,
stand/libsa/stand.h
116
off_t (*fo_seek)(struct open_file *f, off_t offset, int where);
stand/libsa/stand.h
117
int (*fo_stat)(struct open_file *f, struct stat *sb);
stand/libsa/stand.h
118
int (*fo_readdir)(struct open_file *f, struct dirent *d);
stand/libsa/stand.h
119
int (*fo_preload)(struct open_file *f);
stand/libsa/stand.h
162
int (*dv_open)(struct open_file *f, ...);
stand/libsa/stand.h
163
int (*dv_close)(struct open_file *f);
stand/libsa/stand.h
164
int (*dv_ioctl)(struct open_file *f, u_long cmd, void *data);
stand/libsa/stand.h
211
TAILQ_ENTRY(open_file) f_link; /* next entry */
stand/libsa/stand.h
215
typedef TAILQ_HEAD(file_list, open_file) file_list_t;
stand/libsa/stand.h
217
extern struct open_file *fd2open_file(int);
stand/libsa/stand.h
423
extern int noioctl(struct open_file *, u_long, void *);
stand/libsa/stand.h
426
extern int null_open(const char *path, struct open_file *f);
stand/libsa/stand.h
427
extern int null_close(struct open_file *f);
stand/libsa/stand.h
428
extern int null_read(struct open_file *f, void *buf, size_t size, size_t *resid);
stand/libsa/stand.h
429
extern int null_write(struct open_file *f, const void *buf, size_t size, size_t *resid);
stand/libsa/stand.h
430
extern off_t null_seek(struct open_file *f, off_t offset, int where);
stand/libsa/stand.h
431
extern int null_stat(struct open_file *f, struct stat *sb);
stand/libsa/stand.h
432
extern int null_readdir(struct open_file *f, struct dirent *d);
stand/libsa/stand.h
443
extern int devopen(struct open_file *, const char *, const char **);
stand/libsa/stand.h
444
extern int devclose(struct open_file *f);
stand/libsa/stand.h
95
struct open_file;
stand/libsa/tftp.c
471
tftp_open(const char *path, struct open_file *f)
stand/libsa/tftp.c
555
tftp_read(struct open_file *f, void *addr, size_t size,
stand/libsa/tftp.c
650
tftp_close(struct open_file *f)
stand/libsa/tftp.c
672
tftp_stat(struct open_file *f, struct stat *sb)
stand/libsa/tftp.c
69
static int tftp_open(const char *, struct open_file *);
stand/libsa/tftp.c
70
static int tftp_close(struct open_file *);
stand/libsa/tftp.c
709
tftp_seek(struct open_file *f, off_t offset, int where)
stand/libsa/tftp.c
72
static int tftp_read(struct open_file *, void *, size_t, size_t *);
stand/libsa/tftp.c
729
tftp_preload(struct open_file *f)
stand/libsa/tftp.c
73
static off_t tftp_seek(struct open_file *, off_t, int);
stand/libsa/tftp.c
75
static int tftp_stat(struct open_file *, struct stat *);
stand/libsa/tftp.c
76
static int tftp_preload(struct open_file *);
stand/libsa/ufs.c
141
static int read_inode(ino_t, struct open_file *);
stand/libsa/ufs.c
142
static int block_map(struct open_file *, ufs2_daddr_t, ufs2_daddr_t *);
stand/libsa/ufs.c
143
static int buf_read_file(struct open_file *, char **, size_t *);
stand/libsa/ufs.c
144
static int buf_write_file(struct open_file *, const char *, size_t *);
stand/libsa/ufs.c
145
static int search_directory(char *, struct open_file *, ino_t *);
stand/libsa/ufs.c
159
read_inode(ino_t inumber, struct open_file *f)
stand/libsa/ufs.c
214
block_map(struct open_file *f, ufs2_daddr_t file_block,
stand/libsa/ufs.c
317
buf_write_file(struct open_file *f, const char *buf_p, size_t *size_p)
stand/libsa/ufs.c
392
buf_read_file(struct open_file *f, char **buf_p, size_t *size_p)
stand/libsa/ufs.c
451
search_directory(char *name, struct open_file *f, ino_t *inumber_p)
stand/libsa/ufs.c
498
ufs_open(const char *upath, struct open_file *f)
stand/libsa/ufs.c
535
struct open_file *sbf;
stand/libsa/ufs.c
706
struct open_file *f;
stand/libsa/ufs.c
710
f = (struct open_file *)devfd;
stand/libsa/ufs.c
723
ufs_close(struct open_file *f)
stand/libsa/ufs.c
760
ufs_read(struct open_file *f, void *start, size_t size, size_t *resid)
stand/libsa/ufs.c
798
ufs_write(struct open_file *f, const void *start, size_t size, size_t *resid)
stand/libsa/ufs.c
826
ufs_seek(struct open_file *f, off_t offset, int where)
stand/libsa/ufs.c
83
static int ufs_open(const char *path, struct open_file *f);
stand/libsa/ufs.c
84
static int ufs_write(struct open_file *f, const void *buf, size_t size,
stand/libsa/ufs.c
848
ufs_stat(struct open_file *f, struct stat *sb)
stand/libsa/ufs.c
86
static int ufs_close(struct open_file *f);
stand/libsa/ufs.c
87
static int ufs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
stand/libsa/ufs.c
875
ufs_readdir(struct open_file *f, struct dirent *d)
stand/libsa/ufs.c
88
static off_t ufs_seek(struct open_file *f, off_t offset, int where);
stand/libsa/ufs.c
89
static int ufs_stat(struct open_file *f, struct stat *sb);
stand/libsa/ufs.c
90
static int ufs_readdir(struct open_file *f, struct dirent *d);
stand/libsa/ufs.c
913
struct open_file *f;
stand/libsa/write.c
67
struct open_file *f;
stand/libsa/zfs/zfs.c
107
zfs_open(const char *upath, struct open_file *f)
stand/libsa/zfs/zfs.c
133
zfs_close(struct open_file *f)
stand/libsa/zfs/zfs.c
149
zfs_read(struct open_file *f, void *start, size_t size, size_t *resid /* out */)
stand/libsa/zfs/zfs.c
1541
zfs_dev_open(struct open_file *f, ...)
stand/libsa/zfs/zfs.c
1573
zfs_dev_close(struct open_file *f)
stand/libsa/zfs/zfs.c
182
zfs_seek(struct open_file *f, off_t offset, int where)
stand/libsa/zfs/zfs.c
214
zfs_stat(struct open_file *f, struct stat *sb)
stand/libsa/zfs/zfs.c
224
zfs_readdir(struct open_file *f, struct dirent *d)
stand/libsa/zfs/zfs.c
50
static int zfs_open(const char *path, struct open_file *f);
stand/libsa/zfs/zfs.c
51
static int zfs_close(struct open_file *f);
stand/libsa/zfs/zfs.c
52
static int zfs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
stand/libsa/zfs/zfs.c
53
static off_t zfs_seek(struct open_file *f, off_t offset, int where);
stand/libsa/zfs/zfs.c
54
static int zfs_stat(struct open_file *f, struct stat *sb);
stand/libsa/zfs/zfs.c
55
static int zfs_readdir(struct open_file *f, struct dirent *d);
stand/uboot/main.c
373
struct open_file f;
stand/uboot/uboot_disk.c
176
stor_open(struct open_file *f, ...)
stand/uboot/uboot_disk.c
210
stor_close(struct open_file *f)
stand/uboot/uboot_disk.c
275
stor_ioctl(struct open_file *f, u_long cmd, void *data)
stand/uboot/uboot_disk.c
75
static int stor_open(struct open_file *, ...);
stand/uboot/uboot_disk.c
76
static int stor_close(struct open_file *);
stand/uboot/uboot_disk.c
77
static int stor_ioctl(struct open_file *f, u_long cmd, void *data);
stand/usb/storage/umass_loader.c
125
umass_disk_open(struct open_file *f,...)
stand/usb/storage/umass_loader.c
142
umass_disk_ioctl(struct open_file *f, u_long cmd, void *buf)
stand/usb/storage/umass_loader.c
176
umass_disk_close(struct open_file *f)
stand/usb/storage/umass_loader.c
46
static int umass_disk_open(struct open_file *,...);
stand/usb/storage/umass_loader.c
47
static int umass_disk_close(struct open_file *);
stand/usb/storage/umass_loader.c
49
static int umass_disk_ioctl(struct open_file *, u_long, void *);
stand/userboot/userboot/host.c
133
host_dev_open(struct open_file *f, ...)
stand/userboot/userboot/host.c
140
host_dev_close(struct open_file *f)
stand/userboot/userboot/host.c
45
host_open(const char *upath, struct open_file *f)
stand/userboot/userboot/host.c
55
host_close(struct open_file *f)
stand/userboot/userboot/host.c
68
host_read(struct open_file *f, void *start, size_t size, size_t *resid)
stand/userboot/userboot/host.c
75
host_seek(struct open_file *f, off_t offset, int where)
stand/userboot/userboot/host.c
82
host_stat(struct open_file *f, struct stat *sb)
stand/userboot/userboot/host.c
90
host_readdir(struct open_file *f, struct dirent *d)
stand/userboot/userboot/userboot_disk.c
157
userdisk_open(struct open_file *f, ...)
stand/userboot/userboot/userboot_disk.c
176
userdisk_close(struct open_file *f)
stand/userboot/userboot/userboot_disk.c
236
userdisk_ioctl(struct open_file *f, u_long cmd, void *data)
stand/userboot/userboot/userboot_disk.c
57
static int userdisk_open(struct open_file *f, ...);
stand/userboot/userboot/userboot_disk.c
58
static int userdisk_close(struct open_file *f);
stand/userboot/userboot/userboot_disk.c
59
static int userdisk_ioctl(struct open_file *f, u_long cmd, void *data);
sys/security/mac_veriexec_parser/mac_veriexec_parser.c
266
rc = open_file(path, &nid);
sys/security/mac_veriexec_parser/mac_veriexec_parser.c
348
rc = open_file(path, &nid);
sys/security/mac_veriexec_parser/mac_veriexec_parser.c
87
static int open_file(const char *path, struct nameidata *nid);