Symbol: open_file
sys/arch/acorn32/stand/lib/devopen.c
36
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/acorn32/stand/lib/riscosdisk.c
107
rodisk_close(struct open_file *f)
sys/arch/acorn32/stand/lib/riscosdisk.c
60
rodisk_open(struct open_file *f, ... /* char const *fsname, int drive,
sys/arch/acorn32/stand/lib/riscosdisk.h
31
int rodisk_open(struct open_file *, ...);
sys/arch/acorn32/stand/lib/riscosdisk.h
32
int rodisk_close(struct open_file *);
sys/arch/acorn32/stand/lib/riscosdisk.h
33
int rodisk_ioctl(struct open_file *, u_long, void *);
sys/arch/acorn32/stand/lib/riscosfile.c
114
riscos_write(struct open_file *f, void *buf, size_t size, size_t *residp)
sys/arch/acorn32/stand/lib/riscosfile.c
134
riscos_stat(struct open_file *f, struct stat *sb)
sys/arch/acorn32/stand/lib/riscosfile.c
156
riscos_seek(struct open_file *f, off_t offset, int where)
sys/arch/acorn32/stand/lib/riscosfile.c
40
riscos_open(const char *path, struct open_file *f)
sys/arch/acorn32/stand/lib/riscosfile.c
77
riscos_close(struct open_file *f)
sys/arch/acorn32/stand/lib/riscosfile.c
94
riscos_read(struct open_file *f, void *buf, size_t size, size_t *residp)
sys/arch/acorn32/stand/lib/riscosfile.h
30
int riscos_open(const char *, struct open_file *);
sys/arch/acorn32/stand/lib/riscosfile.h
31
int riscos_read(struct open_file *, void *, size_t, size_t *);
sys/arch/acorn32/stand/lib/riscosfile.h
32
int riscos_close(struct open_file *);
sys/arch/acorn32/stand/lib/riscosfile.h
33
int riscos_write(struct open_file *, void *, size_t, size_t *);
sys/arch/acorn32/stand/lib/riscosfile.h
34
int riscos_stat(struct open_file *, struct stat *);
sys/arch/acorn32/stand/lib/riscosfile.h
35
off_t riscos_seek(struct open_file *, off_t, int);
sys/arch/acorn32/stand/lib/riscospart.c
147
getdisklabel_acorn(struct open_file *f, struct disklabel *lp)
sys/arch/acorn32/stand/lib/riscospart.h
29
extern int getdisklabel_acorn(struct open_file *, struct disklabel *);
sys/arch/acorn32/stand/nbfs/nbfs.c
120
nbfs_fileopen(struct open_file *f, char const *tail)
sys/arch/acorn32/stand/nbfs/nbfs.c
151
nbfs_fopen(struct open_file *f, char const *special, char const *path)
sys/arch/acorn32/stand/nbfs/nbfs.c
166
nbfs_fclose(struct open_file *f)
sys/arch/acorn32/stand/nbfs/nbfs.c
275
struct open_file f;
sys/arch/acorn32/stand/nbfs/nbfs.c
347
struct open_file f;
sys/arch/acorn32/stand/nbfs/nbfs.c
80
struct open_file f;
sys/arch/acorn32/stand/nbfs/nbfs.c
94
nbfs_devopen(struct open_file *f, char const *special, char const *fname,
sys/arch/alpha/stand/common/blkdev.c
111
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/alpha/stand/common/blkdev.c
195
blkdevclose(struct open_file *f)
sys/arch/alpha/stand/common/blkdev.h
4
int blkdevopen(struct open_file *, ...);
sys/arch/alpha/stand/common/blkdev.h
9
int blkdevclose(struct open_file *);
sys/arch/alpha/stand/netboot/dev_net.c
138
net_close(struct open_file *f)
sys/arch/alpha/stand/netboot/dev_net.c
166
net_ioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/alpha/stand/netboot/dev_net.c
83
net_open(struct open_file *f, ...)
sys/arch/alpha/stand/netboot/dev_net.h
4
int net_open(struct open_file *, ...);
sys/arch/alpha/stand/netboot/dev_net.h
5
int net_close(struct open_file *);
sys/arch/alpha/stand/netboot/dev_net.h
6
int net_ioctl(struct open_file *, u_long, void *);
sys/arch/alpha/stand/netboot/devopen.c
44
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/amiga/stand/bootblock/boot/xd.c
132
xdopenclose(struct open_file *f)
sys/arch/amiga/stand/bootblock/boot/xd.c
139
xdioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/amiga/stand/bootblock/boot/xd.c
45
static int xdopenclose(struct open_file *);
sys/arch/amiga/stand/bootblock/boot/xd.c
46
static int xdioctl(struct open_file *, u_long, void *);
sys/arch/amiga/stand/bootblock/boot/xd.c
84
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/arc/stand/boot/devopen.c
45
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/arc/stand/boot/disk.c
194
diskclose(struct open_file *f)
sys/arch/arc/stand/boot/disk.c
98
diskopen(struct open_file *f, ...)
sys/arch/arc/stand/boot/disk.h
36
int diskopen(struct open_file *, ...);
sys/arch/arc/stand/boot/disk.h
37
int diskclose(struct open_file *);
sys/arch/arc/stand/boot/disk.h
38
int diskioctl(struct open_file *, u_long, void *);
sys/arch/atari/stand/libsa/diskio.c
107
rootopen (struct open_file *f, ...)
sys/arch/atari/stand/libsa/diskio.c
113
rootclose (struct open_file *f)
sys/arch/atari/stand/libsa/diskio.c
119
rootioctl (struct open_file *f, u_long cmd, void *data)
sys/arch/atari/stand/libsa/diskio.c
40
static int rootopen(struct open_file *, ...);
sys/arch/atari/stand/libsa/diskio.c
41
static int rootclose(struct open_file *);
sys/arch/atari/stand/libsa/diskio.c
42
static int rootioctl(struct open_file *, u_long, void *);
sys/arch/atari/stand/libsa/diskio.c
81
devopen (struct open_file *f, const char *fname, char **file)
sys/arch/bebox/stand/boot/conf.c
38
extern int fdopen(struct open_file *, ...);
sys/arch/bebox/stand/boot/conf.c
39
extern int fdclose(struct open_file *);
sys/arch/bebox/stand/boot/conf.c
42
extern int inopen(struct open_file *, ...);
sys/arch/bebox/stand/boot/conf.c
43
extern int inclose(struct open_file *);
sys/arch/bebox/stand/boot/conf.c
46
extern int sdopen(struct open_file *, ...);
sys/arch/bebox/stand/boot/conf.c
47
extern int sdclose(struct open_file *);
sys/arch/bebox/stand/boot/conf.c
50
extern int wdopen(struct open_file *, ...);
sys/arch/bebox/stand/boot/conf.c
51
extern int wdclose(struct open_file *);
sys/arch/bebox/stand/boot/devopen.c
136
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/bebox/stand/boot/fd.c
166
int fdopen(struct open_file *, int, int);
sys/arch/bebox/stand/boot/fd.c
167
int fdclose(struct open_file *);
sys/arch/bebox/stand/boot/fd.c
168
int fdioctl(struct open_file *, u_long, void *);
sys/arch/bebox/stand/boot/fd.c
223
fdopen(struct open_file *f, int ctlr, int unit)
sys/arch/bebox/stand/boot/fd.c
262
fdclose(struct open_file *f)
sys/arch/bebox/stand/boot/fd.c
277
fdioctl(struct open_file *f, u_long cmd, void *arg)
sys/arch/bebox/stand/boot/inkernel.c
39
int inopen(struct open_file *);
sys/arch/bebox/stand/boot/inkernel.c
40
int inclose(struct open_file *);
sys/arch/bebox/stand/boot/inkernel.c
66
inopen(struct open_file *p)
sys/arch/bebox/stand/boot/inkernel.c
75
inclose(struct open_file *p)
sys/arch/bebox/stand/boot/sd.c
567
sdopen(struct open_file *f, ...)
sys/arch/bebox/stand/boot/sd.c
63
int sdopen(struct open_file *, ...);
sys/arch/bebox/stand/boot/sd.c
64
int sdclose(struct open_file *);
sys/arch/bebox/stand/boot/sd.c
656
sdclose(struct open_file *f)
sys/arch/bebox/stand/boot/wd.c
231
wdopen(struct open_file *f, ...)
sys/arch/bebox/stand/boot/wd.c
274
wdclose(struct open_file *f)
sys/arch/bebox/stand/boot/wd.c
54
int wdopen(struct open_file *, ...);
sys/arch/bebox/stand/boot/wd.c
55
int wdclose(struct open_file *);
sys/arch/cobalt/stand/boot/boot.h
65
int wdopen(struct open_file *, ...);
sys/arch/cobalt/stand/boot/boot.h
66
int wdclose(struct open_file *);
sys/arch/cobalt/stand/boot/devopen.c
126
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/cobalt/stand/boot/wd.c
219
wdopen(struct open_file *f, ...)
sys/arch/cobalt/stand/boot/wd.c
259
wdclose(struct open_file *f)
sys/arch/emips/stand/common/ace.c
617
aceopen(struct open_file *f, ...)
sys/arch/emips/stand/common/ace.c
693
aceclose(struct open_file *f)
sys/arch/emips/stand/common/ace.h
34
extern int aceopen (struct open_file*, ...);
sys/arch/emips/stand/common/ace.h
36
extern int aceclose (struct open_file*);
sys/arch/emips/stand/common/devopen.c
45
devopen(struct open_file *f,
sys/arch/emips/stand/common/raw.c
144
rawclose(struct open_file *f)
sys/arch/emips/stand/common/raw.c
84
rawopen(struct open_file *f, ...)
sys/arch/emips/stand/common/raw.h
34
extern int rawopen (struct open_file*, ...);
sys/arch/emips/stand/common/raw.h
36
extern int rawclose (struct open_file*);
sys/arch/evbarm/stand/boot2440/dev_net.c
126
net_close(struct open_file *f)
sys/arch/evbarm/stand/boot2440/dev_net.c
50
net_open(struct open_file *f, ...)
sys/arch/evbarm/stand/boot2440/dev_sdmmc.c
191
sdmmc_open(struct open_file *of, ...)
sys/arch/evbarm/stand/boot2440/dev_sdmmc.c
212
sdmmc_close(struct open_file *f)
sys/arch/evbarm/stand/boot2440/devopen.c
46
int net_open(struct open_file *, ...);
sys/arch/evbarm/stand/boot2440/devopen.c
47
int net_close(struct open_file *);
sys/arch/evbarm/stand/boot2440/devopen.c
51
int sdmmc_open(struct open_file *, ...);
sys/arch/evbarm/stand/boot2440/devopen.c
52
int sdmmc_close(struct open_file *);
sys/arch/evbarm/stand/boot2440/devopen.c
75
devopen(struct open_file *of, const char *name, char **file)
sys/arch/evbmips/stand/sbmips/common/blkdev.c
101
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/evbmips/stand/sbmips/common/blkdev.c
177
blkdevclose(struct open_file *f)
sys/arch/evbmips/stand/sbmips/common/blkdev.h
4
int blkdevopen(struct open_file *, ...);
sys/arch/evbmips/stand/sbmips/common/blkdev.h
9
int blkdevclose(struct open_file *);
sys/arch/evbmips/stand/sbmips/netboot/dev_net.c
138
net_close(struct open_file *f)
sys/arch/evbmips/stand/sbmips/netboot/dev_net.c
166
net_ioctl(struct open_file *a, u_long b, void *c)
sys/arch/evbmips/stand/sbmips/netboot/dev_net.c
83
net_open(struct open_file *f, ...)
sys/arch/evbmips/stand/sbmips/netboot/devopen.c
44
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/evbppc/stand/wii/devopen.c
34
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/evbppc/stand/wii/sdmmc.c
198
sdmmc_open(struct open_file *f, ...)
sys/arch/evbppc/stand/wii/sdmmc.c
233
sdmmc_close(struct open_file *f)
sys/arch/evbppc/stand/wii/sdmmc.h
37
int sdmmc_open(struct open_file *, ...);
sys/arch/evbppc/stand/wii/sdmmc.h
38
int sdmmc_close(struct open_file *);
sys/arch/ews4800mips/stand/common/bootfs.c
144
bfs_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/ews4800mips/stand/common/bootfs.c
151
bfs_seek(struct open_file *f, off_t offset, int where)
sys/arch/ews4800mips/stand/common/bootfs.c
180
bfs_stat(struct open_file *f, struct stat *stat)
sys/arch/ews4800mips/stand/common/bootfs.c
58
bfs_open(const char *name, struct open_file *f)
sys/arch/ews4800mips/stand/common/bootfs.c
87
bfs_close(struct open_file *f)
sys/arch/ews4800mips/stand/common/bootfs.c
97
bfs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/arch/ews4800mips/stand/common/datafs.c
104
data_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/ews4800mips/stand/common/datafs.c
111
data_seek(struct open_file *f, off_t offset, int where)
sys/arch/ews4800mips/stand/common/datafs.c
139
data_stat(struct open_file *f, struct stat *stat)
sys/arch/ews4800mips/stand/common/datafs.c
59
data_open(const char *name, struct open_file *f)
sys/arch/ews4800mips/stand/common/datafs.c
74
data_close(struct open_file *f)
sys/arch/ews4800mips/stand/common/datafs.c
81
data_read(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/arch/ews4800mips/stand/common/devopen.c
63
devopen(struct open_file *f, const char *request, char **file)
sys/arch/ews4800mips/stand/common/disk.c
123
dkopen(struct open_file *f, ...)
sys/arch/ews4800mips/stand/common/disk.c
130
dkclose(struct open_file *f)
sys/arch/ews4800mips/stand/common/disk.c
46
int dkopen(struct open_file *, ...);
sys/arch/ews4800mips/stand/common/disk.c
47
int dkclose(struct open_file *);
sys/arch/hp300/stand/common/conf.c
54
#define xxopen (int (*)(struct open_file *, ...))nodev
sys/arch/hp300/stand/common/conf.c
55
#define xxclose (int (*)(struct open_file *))nullsys
sys/arch/hp300/stand/common/conf.h
35
int netopen(struct open_file *, ...);
sys/arch/hp300/stand/common/conf.h
36
int netclose(struct open_file *);
sys/arch/hp300/stand/common/conf.h
41
int ctopen(struct open_file *, ...);
sys/arch/hp300/stand/common/conf.h
42
int ctclose(struct open_file *);
sys/arch/hp300/stand/common/conf.h
48
int rdopen(struct open_file *, ...);
sys/arch/hp300/stand/common/conf.h
49
int rdclose(struct open_file *);
sys/arch/hp300/stand/common/conf.h
52
int sdopen(struct open_file *, ...);
sys/arch/hp300/stand/common/conf.h
53
int sdclose(struct open_file *);
sys/arch/hp300/stand/common/ct.c
174
ctopen(struct open_file *f, ...)
sys/arch/hp300/stand/common/ct.c
208
ctclose(struct open_file *f)
sys/arch/hp300/stand/common/devopen.c
236
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/hp300/stand/common/netio.c
103
int netmountroot(struct open_file *, char *);
sys/arch/hp300/stand/common/netio.c
110
netopen(struct open_file *f, ...)
sys/arch/hp300/stand/common/netio.c
134
netclose(struct open_file *f)
sys/arch/hp300/stand/common/netio.c
155
netmountroot(struct open_file *f, char *devname)
sys/arch/hp300/stand/common/rawfs.c
137
rawfs_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/hp300/stand/common/rawfs.c
147
rawfs_seek(struct open_file *f, off_t offset, int where)
sys/arch/hp300/stand/common/rawfs.c
157
rawfs_stat(struct open_file *f, struct stat *sb)
sys/arch/hp300/stand/common/rawfs.c
177
rawfs_get_block(struct open_file *f)
sys/arch/hp300/stand/common/rawfs.c
56
static int rawfs_get_block(struct open_file *);
sys/arch/hp300/stand/common/rawfs.c
59
rawfs_open(const char *path, struct open_file *f)
sys/arch/hp300/stand/common/rawfs.c
81
rawfs_close(struct open_file *f)
sys/arch/hp300/stand/common/rawfs.c
99
rawfs_read(struct open_file *f, void *start, u_int size, u_int *resid)
sys/arch/hp300/stand/common/rawfs.h
10
int rawfs_read(struct open_file *, void *, u_int, u_int *);
sys/arch/hp300/stand/common/rawfs.h
11
int rawfs_write(struct open_file *, void *, u_int, u_int *);
sys/arch/hp300/stand/common/rawfs.h
12
off_t rawfs_seek(struct open_file *, off_t, int);
sys/arch/hp300/stand/common/rawfs.h
13
int rawfs_stat(struct open_file *, struct stat *);
sys/arch/hp300/stand/common/rawfs.h
8
int rawfs_open(const char *, struct open_file *);
sys/arch/hp300/stand/common/rawfs.h
9
int rawfs_close(struct open_file *);
sys/arch/hp300/stand/common/rd.c
256
rdopen(struct open_file *f, ...)
sys/arch/hp300/stand/common/rd.c
290
rdclose(struct open_file *f)
sys/arch/hp300/stand/common/sd.c
190
sdopen(struct open_file *f, ...)
sys/arch/hp300/stand/common/sd.c
230
sdclose(struct open_file *f)
sys/arch/hp300/stand/inst/inst.c
164
struct open_file *disk_ofp;
sys/arch/hp300/stand/inst/inst.c
168
extern struct open_file files[];
sys/arch/hp300/stand/inst/inst.c
490
disklabel_write(char *block, int len, struct open_file *ofp)
sys/arch/hp300/stand/inst/inst.c
555
struct open_file *disk_ofp;
sys/arch/hp300/stand/inst/inst.c
556
extern struct open_file files[];
sys/arch/hp300/stand/inst/inst.c
92
int disklabel_write(char *, int, struct open_file *);
sys/arch/hpc/stand/hpcboot/file_ufs.cpp
54
_f = static_cast<struct open_file *>(malloc(sizeof(struct open_file)));
sys/arch/hpc/stand/hpcboot/file_ufs.h
37
struct open_file; // forward declaration
sys/arch/hpc/stand/hpcboot/file_ufs.h
42
struct open_file *_f;
sys/arch/hpc/stand/libsa/winblk.c
108
winblkopen(struct open_file *f, ...)
sys/arch/hpc/stand/libsa/winblk.c
293
winblkclose(struct open_file *f)
sys/arch/hpc/stand/libsa/winblk.c
304
winblkioctl(struct open_file *f, u_long cmd, void *arg)
sys/arch/hpc/stand/libsa/winblk.h
40
int winblkopen(struct open_file *, ...);
sys/arch/hpc/stand/libsa/winblk.h
41
int winblkclose(struct open_file *);
sys/arch/hpc/stand/libsa/winblk.h
42
int winblkioctl(struct open_file *, u_long, void *);
sys/arch/hpcmips/stand/lcboot/dev_flash.c
56
flash_open(struct open_file *f, ...)
sys/arch/hpcmips/stand/lcboot/dev_flash.c
73
flash_close(struct open_file *f)
sys/arch/hpcmips/stand/lcboot/dev_flash.c
79
flash_ioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/hpcmips/stand/lcboot/dev_net.c
107
net_ioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/hpcmips/stand/lcboot/dev_net.c
53
net_open(struct open_file *f, ...)
sys/arch/hpcmips/stand/lcboot/dev_net.c
96
net_close(struct open_file *f)
sys/arch/hpcmips/stand/lcboot/devopen.c
37
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/hpcmips/stand/lcboot/extern.h
123
int flash_open(struct open_file *, ...);
sys/arch/hpcmips/stand/lcboot/extern.h
124
int flash_close(struct open_file *);
sys/arch/hpcmips/stand/lcboot/extern.h
125
int flash_ioctl(struct open_file *, u_long, void *);
sys/arch/hpcmips/stand/lcboot/extern.h
129
int net_open(struct open_file *, ...);
sys/arch/hpcmips/stand/lcboot/extern.h
130
int net_close(struct open_file *);
sys/arch/hpcmips/stand/lcboot/extern.h
131
int net_ioctl(struct open_file *, u_long, void *);
sys/arch/hpcmips/stand/libsa/devopen.c
103
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/hpcmips/stand/libsa/winblk.c
107
winblkopen(struct open_file *f, ...)
sys/arch/hpcmips/stand/libsa/winblk.c
293
winblkclose(struct open_file *f)
sys/arch/hpcmips/stand/libsa/winblk.c
304
winblkioctl(struct open_file *f, u_long cmd, void *arg)
sys/arch/hpcmips/stand/libsa/winblk.h
39
int winblkopen(struct open_file*, ...);
sys/arch/hpcmips/stand/libsa/winblk.h
40
int winblkclose(struct open_file*);
sys/arch/hpcmips/stand/libsa/winblk.h
41
int winblkioctl(struct open_file*, u_long, void*);
sys/arch/hpcmips/stand/libsa/winfs.c
119
win_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/hpcmips/stand/libsa/winfs.c
127
win_stat(struct open_file *f, struct stat *sb)
sys/arch/hpcmips/stand/libsa/winfs.c
138
win_seek(struct open_file *f, off_t offset, int whence)
sys/arch/hpcmips/stand/libsa/winfs.c
53
win_open(char *path, struct open_file *f)
sys/arch/hpcmips/stand/libsa/winfs.c
79
win_close(struct open_file *f)
sys/arch/hpcmips/stand/libsa/winfs.c
93
win_read(struct open_file *f, void *addr, size_t size, size_t *resid)
sys/arch/hpcmips/stand/libsa/winfs.h
38
int win_open(char *path, struct open_file *f);
sys/arch/hpcmips/stand/libsa/winfs.h
39
int win_read(struct open_file *f,void *addr,
sys/arch/hpcmips/stand/libsa/winfs.h
41
int win_close(struct open_file *f);
sys/arch/hpcmips/stand/libsa/winfs.h
42
int win_write(struct open_file *f,void *addr,
sys/arch/hpcmips/stand/libsa/winfs.h
44
int win_stat(struct open_file *f, struct stat *sb);
sys/arch/hpcmips/stand/libsa/winfs.h
45
off_t win_seek(struct open_file *f, off_t offset, int where);
sys/arch/hppa/stand/common/ct.c
68
ctopen(struct open_file *f, ...)
sys/arch/hppa/stand/common/ct.c
96
ctclose(struct open_file *f)
sys/arch/hppa/stand/common/dev_hppa.c
65
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/hppa/stand/common/dk.c
120
dkclose(struct open_file *f)
sys/arch/hppa/stand/common/dk.c
55
dkopen(struct open_file *f, ...)
sys/arch/hppa/stand/common/lf.c
39
lfopen(struct open_file *f, ...)
sys/arch/hppa/stand/common/lf.c
50
lfclose(struct open_file *f)
sys/arch/hppa/stand/common/libsa.h
59
int ctopen(struct open_file *, ...);
sys/arch/hppa/stand/common/libsa.h
60
int ctclose(struct open_file *);
sys/arch/hppa/stand/common/libsa.h
62
int dkopen(struct open_file *, ...);
sys/arch/hppa/stand/common/libsa.h
63
int dkclose(struct open_file *);
sys/arch/hppa/stand/common/libsa.h
65
int lfopen(struct open_file *, ...);
sys/arch/hppa/stand/common/libsa.h
67
int lfclose(struct open_file *);
sys/arch/hppa/stand/common/libsa.h
79
int lif_open(const char *, struct open_file *);
sys/arch/hppa/stand/common/libsa.h
80
int lif_close(struct open_file *);
sys/arch/hppa/stand/common/libsa.h
81
int lif_read(struct open_file *, void *, size_t, size_t *);
sys/arch/hppa/stand/common/libsa.h
82
int lif_write(struct open_file *, void *, size_t, size_t *);
sys/arch/hppa/stand/common/libsa.h
83
off_t lif_seek(struct open_file *, off_t, int);
sys/arch/hppa/stand/common/libsa.h
84
int lif_stat(struct open_file *, struct stat *);
sys/arch/hppa/stand/common/libsa.h
85
int lif_readdir(struct open_file *, char *);
sys/arch/hppa/stand/common/lif.c
151
lif_close(struct open_file *f)
sys/arch/hppa/stand/common/lif.c
159
lif_read(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/arch/hppa/stand/common/lif.c
195
lif_write(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/arch/hppa/stand/common/lif.c
201
lif_seek(struct open_file *f, off_t offset, int where)
sys/arch/hppa/stand/common/lif.c
222
lif_stat(struct open_file *f, struct stat *sb)
sys/arch/hppa/stand/common/lif.c
234
lif_readdir(struct open_file *f, char *name)
sys/arch/hppa/stand/common/lif.c
52
lif_open(const char *path, struct open_file *f)
sys/arch/i386/stand/boot/devopen.c
125
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/i386/stand/dosboot/devopen.c
95
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/i386/stand/dosboot/dosfile.c
159
dos_close(struct open_file *f)
sys/arch/i386/stand/dosboot/dosfile.c
172
dos_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/i386/stand/dosboot/dosfile.c
178
dos_stat(struct open_file *f, struct stat *sb)
sys/arch/i386/stand/dosboot/dosfile.c
189
dos_seek(struct open_file *f, off_t offset, int where)
sys/arch/i386/stand/dosboot/dosfile.c
75
dos_open(const char *path, struct open_file *f)
sys/arch/i386/stand/dosboot/dosfile.c
97
dos_read(struct open_file *f, void *addr, size_t size, size_t *resid)
sys/arch/i386/stand/efiboot/dev_net.c
122
net_close(struct open_file *f)
sys/arch/i386/stand/efiboot/dev_net.c
152
net_ioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/i386/stand/efiboot/dev_net.c
76
net_open(struct open_file *f, ...)
sys/arch/i386/stand/efiboot/devopen.c
151
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/i386/stand/lib/biosdisk.c
1256
biosdisk_open(struct open_file *f, ...)
sys/arch/i386/stand/lib/biosdisk.c
1615
biosdisk_open_name(struct open_file *f, const char *name)
sys/arch/i386/stand/lib/biosdisk.c
1693
biosdisk_close(struct open_file *f)
sys/arch/i386/stand/lib/biosdisk.c
1708
biosdisk_ioctl(struct open_file *f, u_long cmd, void *arg)
sys/arch/i386/stand/lib/biosdisk.h
49
int biosdisk_open(struct open_file *, ...);
sys/arch/i386/stand/lib/biosdisk.h
50
int biosdisk_open_name(struct open_file *, const char *);
sys/arch/i386/stand/lib/biosdisk.h
51
int biosdisk_close(struct open_file *);
sys/arch/i386/stand/lib/biosdisk.h
52
int biosdisk_ioctl(struct open_file *, u_long, void *);
sys/arch/i386/stand/pxeboot/dev_net.c
107
net_close(struct open_file *f)
sys/arch/i386/stand/pxeboot/dev_net.c
135
net_ioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/i386/stand/pxeboot/dev_net.c
69
net_open(struct open_file *f, ...)
sys/arch/i386/stand/pxeboot/dev_net.h
3
int net_open(struct open_file *, ...);
sys/arch/i386/stand/pxeboot/dev_net.h
4
int net_close(struct open_file *);
sys/arch/i386/stand/pxeboot/dev_net.h
5
int net_ioctl(struct open_file *, u_long, void *);
sys/arch/i386/stand/pxeboot/devopen.c
72
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/ia64/stand/common/dev_net.c
139
net_close(struct open_file *f)
sys/arch/ia64/stand/common/dev_net.c
173
net_ioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/ia64/stand/common/dev_net.c
82
net_open(struct open_file *f, ...)
sys/arch/ia64/stand/common/dev_net.h
31
int net_open(struct open_file *, ...);
sys/arch/ia64/stand/common/dev_net.h
32
int net_close(struct open_file *);
sys/arch/ia64/stand/common/dev_net.h
33
int net_ioctl(struct open_file *, u_long, void *);
sys/arch/ia64/stand/common/devopen.c
38
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/ia64/stand/common/devopen.c
57
devclose(struct open_file *f)
sys/arch/ia64/stand/common/readdir.c
41
int skifs_readdir(struct open_file *f, struct dirent *d);
sys/arch/ia64/stand/common/readdir.c
47
struct open_file *f = &files[fd];
sys/arch/ia64/stand/efi/libefi/efifs.c
116
efifs_close(struct open_file *f)
sys/arch/ia64/stand/efi/libefi/efifs.c
125
efifs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/arch/ia64/stand/efi/libefi/efifs.c
156
efifs_write(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/arch/ia64/stand/efi/libefi/efifs.c
187
efifs_seek(struct open_file *f, off_t offset, int where)
sys/arch/ia64/stand/efi/libefi/efifs.c
225
efifs_stat(struct open_file *f, struct stat *sb)
sys/arch/ia64/stand/efi/libefi/efifs.c
262
efifs_readdir(struct open_file *f, struct dirent *d)
sys/arch/ia64/stand/efi/libefi/efifs.c
361
efifs_dev_open(struct open_file *f, ...)
sys/arch/ia64/stand/efi/libefi/efifs.c
383
efifs_dev_close(struct open_file *f)
sys/arch/ia64/stand/efi/libefi/efifs.c
49
efifs_open(const char *upath, struct open_file *f)
sys/arch/ia64/stand/efi/libefi/efifsdev.h
29
int efifs_dev_open(struct open_file *, ...);
sys/arch/ia64/stand/efi/libefi/efifsdev.h
30
int efifs_dev_close(struct open_file *);
sys/arch/ia64/stand/efi/libefi/efifsdev.h
33
int efifs_open(const char *, struct open_file *);
sys/arch/ia64/stand/efi/libefi/efifsdev.h
34
int efifs_close(struct open_file *);
sys/arch/ia64/stand/efi/libefi/efifsdev.h
35
int efifs_read(struct open_file *, void *, size_t, size_t *);
sys/arch/ia64/stand/efi/libefi/efifsdev.h
36
int efifs_write(struct open_file *, void *, size_t, size_t *);
sys/arch/ia64/stand/efi/libefi/efifsdev.h
37
off_t efifs_seek(struct open_file *, off_t, int );
sys/arch/ia64/stand/efi/libefi/efifsdev.h
38
int efifs_stat(struct open_file *, struct stat *);
sys/arch/ia64/stand/efi/libefi/efifsdev.h
39
int efifs_readdir(struct open_file *f, struct dirent *d);
sys/arch/ia64/stand/ia64/ski/conf.c
49
extern int skifs_dev_open(struct open_file *, ...);
sys/arch/ia64/stand/ia64/ski/conf.c
50
extern int skifs_dev_close(struct open_file *);
sys/arch/ia64/stand/ia64/ski/conf.c
52
extern int skifs_open(const char *, struct open_file *);
sys/arch/ia64/stand/ia64/ski/conf.c
53
extern int skifs_close(struct open_file *);
sys/arch/ia64/stand/ia64/ski/conf.c
54
extern int skifs_read(struct open_file *, void *, size_t, size_t *);
sys/arch/ia64/stand/ia64/ski/conf.c
58
extern off_t skifs_seek(struct open_file *, off_t, int);
sys/arch/ia64/stand/ia64/ski/conf.c
59
extern int skifs_stat(struct open_file *, struct stat *);
sys/arch/ia64/stand/ia64/ski/skifs.c
120
skifs_stat(struct open_file *f, struct stat *sb)
sys/arch/ia64/stand/ia64/ski/skifs.c
128
skifs_readdir(struct open_file *f, struct dirent *d)
sys/arch/ia64/stand/ia64/ski/skifs.c
158
skifs_dev_open(struct open_file *f, ...)
sys/arch/ia64/stand/ia64/ski/skifs.c
164
skifs_dev_close(struct open_file *f)
sys/arch/ia64/stand/ia64/ski/skifs.c
51
skifs_open(const char *path, struct open_file *f)
sys/arch/ia64/stand/ia64/ski/skifs.c
72
skifs_close(struct open_file *f)
sys/arch/ia64/stand/ia64/ski/skifs.c
79
skifs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/arch/ia64/stand/ia64/ski/skifs.c
96
skifs_seek(struct open_file *f, off_t offset, int where)
sys/arch/landisk/stand/boot/biosdisk.c
269
biosdisk_open(struct open_file *f, ...)
sys/arch/landisk/stand/boot/biosdisk.c
336
biosdisk_close(struct open_file *f)
sys/arch/landisk/stand/boot/biosdisk.c
347
biosdisk_ioctl(struct open_file *f, u_long cmd, void *arg)
sys/arch/landisk/stand/boot/biosdisk.h
33
int biosdisk_open(struct open_file *f, ...);
sys/arch/landisk/stand/boot/biosdisk.h
34
int biosdisk_close(struct open_file *f);
sys/arch/landisk/stand/boot/biosdisk.h
35
int biosdisk_ioctl(struct open_file *, u_long, void *);
sys/arch/landisk/stand/boot/devopen.c
88
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/luna68k/stand/boot/conf.c
51
#define xxopen (int (*)(struct open_file *, ...))nodev
sys/arch/luna68k/stand/boot/conf.c
52
#define xxclose (int (*)(struct open_file *))nullsys
sys/arch/luna68k/stand/boot/devopen.c
80
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/luna68k/stand/boot/samachdep.h
189
int sdopen(struct open_file *, ...);
sys/arch/luna68k/stand/boot/samachdep.h
190
int sdclose(struct open_file *);
sys/arch/luna68k/stand/boot/sd.c
175
sdopen(struct open_file *f, ...)
sys/arch/luna68k/stand/boot/sd.c
202
sdclose(struct open_file *f)
sys/arch/macppc/stand/ofwboot/boot.c
363
changedisk_hook(struct open_file *of)
sys/arch/macppc/stand/ofwboot/boot.h
16
struct open_file;
sys/arch/macppc/stand/ofwboot/boot.h
18
void changedisk_hook(struct open_file *of);
sys/arch/macppc/stand/ofwboot/hfs.c
100
hfs_stat(struct open_file *f, struct stat *sb)
sys/arch/macppc/stand/ofwboot/hfs.c
39
hfs_open(const char *path, struct open_file *f)
sys/arch/macppc/stand/ofwboot/hfs.c
61
hfs_close(struct open_file *f)
sys/arch/macppc/stand/ofwboot/hfs.c
68
hfs_read(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/macppc/stand/ofwboot/hfs.c
80
hfs_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/macppc/stand/ofwboot/hfs.c
87
hfs_seek(struct open_file *f, off_t offset, int where)
sys/arch/macppc/stand/ofwboot/hfs.h
3
int hfs_open(const char *, struct open_file *);
sys/arch/macppc/stand/ofwboot/hfs.h
4
int hfs_close(struct open_file *);
sys/arch/macppc/stand/ofwboot/hfs.h
5
int hfs_read(struct open_file *, void *, size_t, size_t *);
sys/arch/macppc/stand/ofwboot/hfs.h
6
int hfs_write(struct open_file *, void *, size_t, size_t *);
sys/arch/macppc/stand/ofwboot/hfs.h
7
off_t hfs_seek(struct open_file *, off_t, int);
sys/arch/macppc/stand/ofwboot/hfs.h
8
int hfs_stat(struct open_file *, struct stat *);
sys/arch/macppc/stand/ofwboot/ofdev.c
101
devclose(struct open_file *of)
sys/arch/macppc/stand/ofwboot/ofdev.c
381
devopen(struct open_file *of, const char *name, char **file)
sys/arch/macppc/stand/ofwboot/ofdev.c
96
devopen_dummy(struct open_file *of, ...) {
sys/arch/mipsco/stand/common/devopen.c
45
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/mipsco/stand/common/saio.c
144
saioopen(struct open_file *f, ...)
sys/arch/mipsco/stand/common/saio.c
217
saioclose(struct open_file *f)
sys/arch/mipsco/stand/common/saio.h
32
int saioopen(struct open_file*, ...);
sys/arch/mipsco/stand/common/saio.h
34
int saioclose(struct open_file*);
sys/arch/mipsco/stand/common/saio.h
37
int saioioctl(struct open_file*, u_long, void*);
sys/arch/mmeye/stand/boot/boot.h
70
int wdopen(struct open_file *, ...);
sys/arch/mmeye/stand/boot/boot.h
71
int wdclose(struct open_file *);
sys/arch/mmeye/stand/boot/devopen.c
118
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/mmeye/stand/boot/wd.c
195
wdopen(struct open_file *f, ...)
sys/arch/mmeye/stand/boot/wd.c
235
wdclose(struct open_file *f)
sys/arch/mvme68k/stand/bootst/dev_tape.c
115
tape_close(struct open_file *f)
sys/arch/mvme68k/stand/bootst/dev_tape.c
156
tape_ioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/mvme68k/stand/bootst/dev_tape.c
60
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/mvme68k/stand/bootst/dev_tape.c
73
tape_open(struct open_file *f, ...)
sys/arch/mvme68k/stand/bootst/dev_tape.h
4
int tape_open(struct open_file *, ...);
sys/arch/mvme68k/stand/bootst/dev_tape.h
5
int tape_close(struct open_file *);
sys/arch/mvme68k/stand/bootst/dev_tape.h
7
int tape_ioctl(struct open_file *, u_long, void *);
sys/arch/mvme68k/stand/bootst/rawfs.c
125
int rawfs_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/mvme68k/stand/bootst/rawfs.c
132
off_t rawfs_seek(struct open_file *f, off_t offset, int where)
sys/arch/mvme68k/stand/bootst/rawfs.c
202
int rawfs_stat(struct open_file *f, struct stat *sb)
sys/arch/mvme68k/stand/bootst/rawfs.c
215
rawfs_get_block(struct open_file *f)
sys/arch/mvme68k/stand/bootst/rawfs.c
55
static int rawfs_get_block(struct open_file *);
sys/arch/mvme68k/stand/bootst/rawfs.c
57
int rawfs_open(const char *path, struct open_file *f)
sys/arch/mvme68k/stand/bootst/rawfs.c
75
int rawfs_close(struct open_file *f)
sys/arch/mvme68k/stand/bootst/rawfs.c
88
int rawfs_read(struct open_file *f, void *start, u_int size, u_int *resid)
sys/arch/mvme68k/stand/bootst/rawfs.h
10
int rawfs_read(struct open_file *f, void *buf, u_int size, u_int *resid);
sys/arch/mvme68k/stand/bootst/rawfs.h
11
int rawfs_write(struct open_file *f, void *buf, u_int size, u_int *resid);
sys/arch/mvme68k/stand/bootst/rawfs.h
12
off_t rawfs_seek(struct open_file *f, off_t offset, int where);
sys/arch/mvme68k/stand/bootst/rawfs.h
13
int rawfs_stat(struct open_file *f, struct stat *sb);
sys/arch/mvme68k/stand/bootst/rawfs.h
8
int rawfs_open(const char *path, struct open_file *f);
sys/arch/mvme68k/stand/bootst/rawfs.h
9
int rawfs_close(struct open_file *f);
sys/arch/mvme68k/stand/bootxx/bootxx.c
102
copyboot(struct open_file *fp, u_long *addr)
sys/arch/mvme68k/stand/bootxx/bootxx.c
53
int copyboot(struct open_file *, u_long *);
sys/arch/mvme68k/stand/bootxx/bootxx.c
73
struct open_file f;
sys/arch/mvme68k/stand/libsa/bugdev.c
153
bugscopen(struct open_file *f, ...)
sys/arch/mvme68k/stand/libsa/bugdev.c
172
bugscclose(struct open_file *f)
sys/arch/mvme68k/stand/libsa/bugdev.c
180
bugscioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/mvme68k/stand/libsa/bugdev.c
52
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/mvme68k/stand/libsa/libsa.h
10
int bugscopen(struct open_file *, ...);
sys/arch/mvme68k/stand/libsa/libsa.h
11
int bugscclose(struct open_file *);
sys/arch/mvme68k/stand/libsa/libsa.h
12
int bugscioctl(struct open_file *, u_long, void *);
sys/arch/mvme68k/stand/netboot/devopen.c
17
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/mvmeppc/stand/boot/devopen.c
17
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/news68k/stand/boot/devopen.c
42
int dkopen(struct open_file *, ...);
sys/arch/news68k/stand/boot/devopen.c
43
int dkclose(struct open_file *);
sys/arch/news68k/stand/boot/devopen.c
62
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/news68k/stand/boot/devopen.c
89
dkopen(struct open_file *f, ...)
sys/arch/news68k/stand/boot/devopen.c
97
dkclose(struct open_file *f)
sys/arch/newsmips/stand/boot/devopen.c
126
dkopen(struct open_file *f, ...)
sys/arch/newsmips/stand/boot/devopen.c
134
dkclose(struct open_file *f)
sys/arch/newsmips/stand/boot/devopen.c
168
changedisk_hook(struct open_file *f)
sys/arch/newsmips/stand/boot/devopen.c
46
int dkopen(struct open_file *, ...);
sys/arch/newsmips/stand/boot/devopen.c
47
int dkclose(struct open_file *);
sys/arch/newsmips/stand/boot/devopen.c
50
void changedisk_hook(struct open_file *);
sys/arch/newsmips/stand/boot/devopen.c
73
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/next68k/stand/boot/devopen.c
119
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/next68k/stand/boot/en.c
426
enopen(struct open_file *f, char count, char lun, char part)
sys/arch/next68k/stand/boot/en.c
451
enclose(struct open_file *f)
sys/arch/next68k/stand/boot/samachdep.h
44
int enopen(struct open_file *, ...);
sys/arch/next68k/stand/boot/samachdep.h
45
int enclose(struct open_file *);
sys/arch/next68k/stand/boot/samachdep.h
55
int sdopen(struct open_file *, ...);
sys/arch/next68k/stand/boot/samachdep.h
56
int sdclose(struct open_file *);
sys/arch/next68k/stand/boot/sd.c
187
sdopen(struct open_file *f, ...)
sys/arch/next68k/stand/boot/sd.c
241
sdclose(struct open_file *f)
sys/arch/ofppc/stand/ofwboot/ofdev.c
152
devopen_dummy(struct open_file *of, ...)
sys/arch/ofppc/stand/ofwboot/ofdev.c
159
devclose(struct open_file *of)
sys/arch/ofppc/stand/ofwboot/ofdev.c
191
devopen(struct open_file *of, const char *name, char **file)
sys/arch/pmax/stand/common/devopen.c
45
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/pmax/stand/common/rz.c
103
rzopen(struct open_file *f, ...)
sys/arch/pmax/stand/common/rz.c
179
rzclose(struct open_file *f)
sys/arch/pmax/stand/common/rz.h
36
int rzopen(struct open_file*, ...);
sys/arch/pmax/stand/common/rz.h
38
int rzclose(struct open_file*);
sys/arch/pmax/stand/common/rz.h
41
int rzioctl(struct open_file*, u_long, void*);
sys/arch/powerpc/stand/mkbootimage/mkbootimage.c
105
static int open_file(const char *, char *, Elf32_External_Ehdr *,
sys/arch/powerpc/stand/mkbootimage/mkbootimage.c
299
elf_fd = open_file("bootloader", boot, &hdr, &elf_stat);
sys/arch/powerpc/stand/mkbootimage/mkbootimage.c
301
kern_fd = open_file("kernel", kernel, &khdr, &kern_stat);
sys/arch/powerpc/stand/mkbootimage/mkbootimage.c
467
elf_fd = open_file("bootloader", boot, &hdr, &elf_stat);
sys/arch/powerpc/stand/mkbootimage/mkbootimage.c
468
kern_fd = open_file("kernel", kernel, &khdr, &kern_stat);
sys/arch/powerpc/stand/mkbootimage/mkbootimage.c
695
elf_fd = open_file("bootloader", boot, &hdr, &elf_stat);
sys/arch/powerpc/stand/mkbootimage/mkbootimage.c
697
kern_fd = open_file("kernel", kernel, &khdr, &kern_stat);
sys/arch/prep/stand/boot/boot.h
34
int inopen(struct open_file *);
sys/arch/prep/stand/boot/boot.h
35
int inclose(struct open_file *);
sys/arch/prep/stand/boot/conf.c
37
int inopen(struct open_file *, ...);
sys/arch/prep/stand/boot/conf.c
38
int inclose(struct open_file *);
sys/arch/prep/stand/boot/conf.c
41
int sdopen(struct open_file *, ...);
sys/arch/prep/stand/boot/conf.c
42
int sdclose(struct open_file *);
sys/arch/prep/stand/boot/devopen.c
120
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/prep/stand/boot/inkernel.c
59
inopen(struct open_file *p)
sys/arch/prep/stand/boot/inkernel.c
68
inclose(struct open_file *p)
sys/arch/prep/stand/boot/sd.c
567
sdopen(struct open_file *f, ...)
sys/arch/prep/stand/boot/sd.c
63
int sdopen(struct open_file *, ...);
sys/arch/prep/stand/boot/sd.c
64
int sdclose(struct open_file *);
sys/arch/prep/stand/boot/sd.c
656
sdclose(struct open_file *f)
sys/arch/rs6000/stand/boot/boot.h
34
int inopen(struct open_file *);
sys/arch/rs6000/stand/boot/boot.h
35
int inclose(struct open_file *);
sys/arch/rs6000/stand/boot/conf.c
37
int inopen(struct open_file *, ...);
sys/arch/rs6000/stand/boot/conf.c
38
int inclose(struct open_file *);
sys/arch/rs6000/stand/boot/devopen.c
120
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/rs6000/stand/boot/inkernel.c
65
inopen(struct open_file *p)
sys/arch/rs6000/stand/boot/inkernel.c
74
inclose(struct open_file *p)
sys/arch/sandpoint/stand/altboot/dev_net.c
51
net_open(struct open_file *f, ...)
sys/arch/sandpoint/stand/altboot/dev_net.c
97
net_close(struct open_file *f)
sys/arch/sandpoint/stand/altboot/devopen.c
125
noioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/sandpoint/stand/altboot/devopen.c
59
devopen(struct open_file *of, const char *name, char **file)
sys/arch/sandpoint/stand/altboot/dsk.c
481
dsk_open(struct open_file *f, ...)
sys/arch/sandpoint/stand/altboot/dsk.c
531
dsk_close(struct open_file *f)
sys/arch/sandpoint/stand/altboot/dsk.c
565
dsk_fsops(struct open_file *f)
sys/arch/sandpoint/stand/altboot/globals.h
147
int net_open(struct open_file *, ...);
sys/arch/sandpoint/stand/altboot/globals.h
148
int net_close(struct open_file *);
sys/arch/sandpoint/stand/altboot/globals.h
188
int dsk_open(struct open_file *, ...);
sys/arch/sandpoint/stand/altboot/globals.h
189
int dsk_close(struct open_file *);
sys/arch/sandpoint/stand/altboot/globals.h
191
struct fs_ops *dsk_fsops(struct open_file *);
sys/arch/sandpoint/stand/altboot/memfs.c
118
mem_stat(struct open_file *f, struct stat *sb)
sys/arch/sandpoint/stand/altboot/memfs.c
44
mem_open(const char *path, struct open_file *f)
sys/arch/sandpoint/stand/altboot/memfs.c
59
mem_close(struct open_file *f)
sys/arch/sandpoint/stand/altboot/memfs.c
68
mem_read(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/arch/sandpoint/stand/altboot/memfs.c
82
mem_write(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/arch/sandpoint/stand/altboot/memfs.c
97
mem_seek(struct open_file *f, off_t offset, int where)
sys/arch/sbmips/stand/common/blkdev.c
101
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/sbmips/stand/common/blkdev.c
177
blkdevclose(struct open_file *f)
sys/arch/sbmips/stand/common/blkdev.h
4
int blkdevopen(struct open_file *, ...);
sys/arch/sbmips/stand/common/blkdev.h
9
int blkdevclose(struct open_file *);
sys/arch/sbmips/stand/netboot/devopen.c
44
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/sgimips/stand/common/devopen.c
45
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/sgimips/stand/common/disk.c
194
diskclose(struct open_file *f)
sys/arch/sgimips/stand/common/disk.c
98
diskopen(struct open_file *f, ...)
sys/arch/sgimips/stand/common/disk.h
36
int diskopen(struct open_file *, ...);
sys/arch/sgimips/stand/common/disk.h
37
int diskclose(struct open_file *);
sys/arch/sgimips/stand/common/disk.h
38
int diskioctl(struct open_file *, u_long, void *);
sys/arch/sgimips/stand/common/iris_devopen.c
37
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/sgimips/stand/common/iris_disk.c
176
diskopen(struct open_file *f, ...)
sys/arch/sgimips/stand/common/iris_disk.c
226
diskclose(struct open_file *f)
sys/arch/shark/stand/ofwboot/ofdev.c
134
devclose(struct open_file *of)
sys/arch/shark/stand/ofwboot/ofdev.c
151
(int (*)(struct open_file *, ...))nodev,
sys/arch/shark/stand/ofwboot/ofdev.c
244
devopen(struct open_file *of, const char *name, char **file)
sys/arch/sparc/stand/bootxx/bootxx.c
101
loadboot(struct open_file *f, char *addr)
sys/arch/sparc/stand/bootxx/bootxx.c
50
struct open_file io;
sys/arch/sparc/stand/bootxx/bootxx.c
66
void loadboot(struct open_file *, char *);
sys/arch/sparc/stand/common/promdev.c
192
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/sparc/stand/common/promdev.c
442
obp_close(struct open_file *f)
sys/arch/sparc/stand/common/promdev.c
456
oldmon_close(struct open_file *f)
sys/arch/sparc/stand/common/promdev.c
62
int obp_close(struct open_file *);
sys/arch/sparc/stand/common/promdev.c
70
int oldmon_close(struct open_file *);
sys/arch/sparc/stand/ofwboot/ofdev.c
177
devclose(struct open_file *of)
sys/arch/sparc/stand/ofwboot/ofdev.c
194
(int (*)(struct open_file *, ...))nodev,
sys/arch/sparc/stand/ofwboot/ofdev.c
428
devopen(struct open_file *of, const char *name, char **file)
sys/arch/sun68k/stand/bootxx/bootxx.c
101
copyboot(struct open_file *fp, char *addr)
sys/arch/sun68k/stand/bootxx/bootxx.c
49
int copyboot(struct open_file *, char *);
sys/arch/sun68k/stand/bootxx/bootxx.c
72
struct open_file f;
sys/arch/sun68k/stand/bootyy/bootyy.c
110
copyboot(struct open_file *fp, char *addr)
sys/arch/sun68k/stand/bootyy/bootyy.c
50
int copyboot(struct open_file *, char *);
sys/arch/sun68k/stand/bootyy/bootyy.c
81
struct open_file f;
sys/arch/sun68k/stand/libsa/dev_disk.c
161
disk_ioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/sun68k/stand/libsa/dev_disk.c
57
disk_open(struct open_file *f, ...)
sys/arch/sun68k/stand/libsa/dev_disk.c
95
disk_close(struct open_file *f)
sys/arch/sun68k/stand/libsa/dev_disk.h
4
int disk_open(struct open_file *, ...);
sys/arch/sun68k/stand/libsa/dev_disk.h
5
int disk_close(struct open_file *);
sys/arch/sun68k/stand/libsa/dev_disk.h
7
int disk_ioctl(struct open_file *, u_long, void *);
sys/arch/sun68k/stand/libsa/devopen.c
21
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/sun68k/stand/libsa/xxboot.c
65
struct open_file f;
sys/arch/sun68k/stand/tapeboot/dev_tape.c
125
tape_close(struct open_file *f)
sys/arch/sun68k/stand/tapeboot/dev_tape.c
180
tape_ioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/sun68k/stand/tapeboot/dev_tape.c
62
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/sun68k/stand/tapeboot/dev_tape.c
75
tape_open(struct open_file *f, ...)
sys/arch/sun68k/stand/tapeboot/dev_tape.h
4
int tape_open(struct open_file *, ...);
sys/arch/sun68k/stand/tapeboot/dev_tape.h
5
int tape_close(struct open_file *);
sys/arch/sun68k/stand/tapeboot/dev_tape.h
7
int tape_ioctl(struct open_file *, u_long, void *);
sys/arch/sun68k/stand/tapeboot/rawfs.c
104
rawfs_read(struct open_file *f, void *start, u_int size, u_int *resid)
sys/arch/sun68k/stand/tapeboot/rawfs.c
136
rawfs_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/sun68k/stand/tapeboot/rawfs.c
145
rawfs_seek(struct open_file *f, off_t offset, int where)
sys/arch/sun68k/stand/tapeboot/rawfs.c
185
rawfs_stat(struct open_file *f, struct stat *sb)
sys/arch/sun68k/stand/tapeboot/rawfs.c
199
rawfs_get_block(struct open_file *f)
sys/arch/sun68k/stand/tapeboot/rawfs.c
57
static int rawfs_get_block(struct open_file *);
sys/arch/sun68k/stand/tapeboot/rawfs.c
60
rawfs_open(const char *path, struct open_file *f)
sys/arch/sun68k/stand/tapeboot/rawfs.c
83
rawfs_close(struct open_file *f)
sys/arch/sun68k/stand/tapeboot/rawfs.h
10
int rawfs_read(struct open_file *, void *, u_int, u_int *);
sys/arch/sun68k/stand/tapeboot/rawfs.h
11
int rawfs_write(struct open_file *, void *, u_int, u_int *);
sys/arch/sun68k/stand/tapeboot/rawfs.h
12
off_t rawfs_seek(struct open_file *, off_t, int);
sys/arch/sun68k/stand/tapeboot/rawfs.h
13
int rawfs_stat(struct open_file *, struct stat *);
sys/arch/sun68k/stand/tapeboot/rawfs.h
8
int rawfs_open(const char *, struct open_file *);
sys/arch/sun68k/stand/tapeboot/rawfs.h
9
int rawfs_close(struct open_file *);
sys/arch/vax/boot/boot/ctu.c
63
ctuopen(struct open_file *f, int adapt, int ctlr, int unit, int part)
sys/arch/vax/boot/boot/devopen.c
49
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/vax/boot/boot/hp.c
70
hpopen(struct open_file *f, int adapt, int ctlr, int unit, int part)
sys/arch/vax/boot/boot/if_de.c
253
declose(struct open_file *f)
sys/arch/vax/boot/boot/if_de.c
87
deopen(struct open_file *f, int adapt, int ctlr, int unit, int part)
sys/arch/vax/boot/boot/if_le.c
130
leopen(struct open_file *f, int adapt, int ctlr, int unit, int part)
sys/arch/vax/boot/boot/if_le.c
332
leclose(struct open_file *f)
sys/arch/vax/boot/boot/if_ni.c
185
niopen(struct open_file *f, int adapt, int ctlr, int unit, int part)
sys/arch/vax/boot/boot/if_ni.c
522
niclose(struct open_file *f)
sys/arch/vax/boot/boot/if_qe.c
257
qeclose(struct open_file *nif)
sys/arch/vax/boot/boot/if_qe.c
85
qeopen(struct open_file *f, int adapt, int ctlr, int unit, int part) {
sys/arch/vax/boot/boot/if_ze.c
282
zeclose(struct open_file *f)
sys/arch/vax/boot/boot/if_ze.c
79
zeopen(struct open_file *f, int adapt, int ctlr, int unit, int part)
sys/arch/vax/boot/boot/mfm.c
362
mfmopen(struct open_file *f, int adapt, int ctlr, int unit, int part)
sys/arch/vax/boot/boot/netio.c
103
net_devinit(struct open_file *f, struct netif_driver *drv, u_char *eaddr) {
sys/arch/vax/boot/boot/ra.c
312
raclose(struct open_file *f)
sys/arch/vax/boot/boot/ra.c
72
raopen(struct open_file *f, int adapt, int ctlr, int unit, int part)
sys/arch/vax/boot/boot/rom.c
106
romioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/vax/boot/boot/rom.c
56
romopen(struct open_file *f, int adapt, int ctlr, int unit, int part)
sys/arch/vax/boot/boot/tmscp.c
75
tmscpopen(struct open_file *f, int adapt, int ctlr, int unit, int part)
sys/arch/vax/boot/boot/vaxstand.h
36
(int(*)(struct open_file *, ...))open, \
sys/arch/vax/boot/boot/vaxstand.h
37
(int(*)(struct open_file *))close, \
sys/arch/vax/boot/boot/vaxstand.h
38
(int(*)(struct open_file *,u_long, void *))ioctl}
sys/arch/vax/boot/boot/vaxstand.h
48
int net_devinit(struct open_file *f, struct netif_driver *drv, u_char *eaddr);
sys/arch/vax/boot/boot/vaxstand.h
52
int raopen(struct open_file *, int, int, int, int),
sys/arch/vax/boot/boot/vaxstand.h
54
raclose(struct open_file *);
sys/arch/vax/boot/boot/vaxstand.h
55
int hpopen(struct open_file *, int, int, int, int),
sys/arch/vax/boot/boot/vaxstand.h
57
int ctuopen(struct open_file *, int, int, int, int),
sys/arch/vax/boot/boot/vaxstand.h
59
int tmscpopen(struct open_file *, int, int, int, int),
sys/arch/vax/boot/boot/vaxstand.h
61
int romopen(struct open_file *, int, int, int, int),
sys/arch/vax/boot/boot/vaxstand.h
63
romioctl(struct open_file *, u_long, void *);
sys/arch/vax/boot/boot/vaxstand.h
64
int mfmopen(struct open_file *, int, int, int, int),
sys/arch/vax/boot/boot/vaxstand.h
66
int sdopen(struct open_file *),
sys/arch/vax/boot/boot/vaxstand.h
68
int leopen(struct open_file *, int, int, int, int),
sys/arch/vax/boot/boot/vaxstand.h
69
leclose(struct open_file *);
sys/arch/vax/boot/boot/vaxstand.h
70
int qeopen(struct open_file *, int, int, int, int),
sys/arch/vax/boot/boot/vaxstand.h
71
qeclose(struct open_file *);
sys/arch/vax/boot/boot/vaxstand.h
72
int zeopen(struct open_file *, int, int, int, int),
sys/arch/vax/boot/boot/vaxstand.h
73
zeclose(struct open_file *);
sys/arch/vax/boot/boot/vaxstand.h
74
int deopen(struct open_file *, int, int, int, int),
sys/arch/vax/boot/boot/vaxstand.h
75
declose(struct open_file *);
sys/arch/vax/boot/boot/vaxstand.h
76
int niopen(struct open_file *, int, int, int, int),
sys/arch/vax/boot/boot/vaxstand.h
77
niclose(struct open_file *);
sys/arch/vax/boot/boot/vaxstand.h
78
int netopen(struct open_file *), netclose(struct open_file *);
sys/arch/vax/boot/xxboot/bootxx.c
203
int tar_open(char *path, struct open_file *f);
sys/arch/vax/boot/xxboot/bootxx.c
204
ssize_t tar_read(struct open_file *f, void *buf, size_t size, size_t *resid);
sys/arch/vax/boot/xxboot/bootxx.c
207
tar_open(char *path, struct open_file *f)
sys/arch/vax/boot/xxboot/bootxx.c
219
tar_read(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/arch/vax/boot/xxboot/bootxx.c
229
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/vax/boot/xxboot/bootxx.c
302
romioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/vax/boot/xxboot/bootxx.c
382
romclose(struct open_file *f)
sys/arch/vax/boot/xxboot/bootxx.c
75
struct open_file file;
sys/arch/x68k/stand/libsa/chdsk.c
37
changedisk_hook(struct open_file *f)
sys/arch/x68k/stand/libsa/devopen.c
109
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/x68k/stand/libsa/fd.c
38
fdopen(struct open_file *f, ...)
sys/arch/x68k/stand/libsa/fd.c
82
fdclose(struct open_file *f)
sys/arch/x68k/stand/libsa/libx68k.h
53
int sdopen(struct open_file *, ...);
sys/arch/x68k/stand/libsa/libx68k.h
55
int sdcdclose(struct open_file *);
sys/arch/x68k/stand/libsa/libx68k.h
57
int cdopen(struct open_file *, ...);
sys/arch/x68k/stand/libsa/libx68k.h
61
int fdopen(struct open_file *, ...);
sys/arch/x68k/stand/libsa/libx68k.h
62
int fdclose(struct open_file *);
sys/arch/x68k/stand/libsa/libx68k.h
69
int changedisk_hook(struct open_file *);
sys/arch/x68k/stand/libsa/sdcd.c
274
sdopen(struct open_file *f, ...)
sys/arch/x68k/stand/libsa/sdcd.c
304
sdcdclose(struct open_file *f)
sys/arch/x68k/stand/libsa/sdcd.c
353
cdopen(struct open_file *f, ...)
sys/arch/x68k/stand/xxboot/bootmain.c
254
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/x68k/stand/xxboot/conf.c
32
struct open_file files[SOPEN_MAX];
sys/arch/x68k/stand/xxboot/xx.c
35
xxopen(struct open_file *f, ...)
sys/arch/x68k/stand/xxboot/xx.c
42
xxclose(struct open_file *f)
sys/arch/x68k/stand/xxboot/xx.c
77
xxioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/x68k/stand/xxboot/xxboot.h
59
extern int xxopen(struct open_file *, ...);
sys/arch/x68k/stand/xxboot/xxboot.h
60
extern int xxclose(struct open_file *);
sys/arch/zaurus/stand/zboot/devopen.c
79
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/zaurus/stand/zboot/pathfs.c
110
pathfs_ls(struct open_file *f, const char *pattern)
sys/arch/zaurus/stand/zboot/pathfs.c
34
pathfs_open(const char *path, struct open_file *fd)
sys/arch/zaurus/stand/zboot/pathfs.c
45
pathfs_read(struct open_file *fd, void *vbuf, size_t nbyte, size_t *resid)
sys/arch/zaurus/stand/zboot/pathfs.c
65
pathfs_write(struct open_file *fd, void *vbuf, size_t size, size_t *resid)
sys/arch/zaurus/stand/zboot/pathfs.c
72
pathfs_seek(struct open_file *fd, off_t offset, int whence)
sys/arch/zaurus/stand/zboot/pathfs.c
79
pathfs_close(struct open_file *fd)
sys/arch/zaurus/stand/zboot/pathfs.c
86
pathfs_stat(struct open_file *fd, struct stat *sb)
sys/arch/zaurus/stand/zboot/unixdev.c
134
unixpathopen(struct open_file *f, ...)
sys/arch/zaurus/stand/zboot/unixdev.c
168
unixclose(struct open_file *f)
sys/arch/zaurus/stand/zboot/unixdev.c
179
unixioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/zaurus/stand/zboot/unixdev.c
69
unixopen(struct open_file *f, ...)
sys/arch/zaurus/stand/zboot/unixdev.h
45
int unixopen(struct open_file *, ...);
sys/arch/zaurus/stand/zboot/unixdev.h
46
int unixpathopen(struct open_file *, ...);
sys/arch/zaurus/stand/zboot/unixdev.h
47
int unixclose(struct open_file *);
sys/arch/zaurus/stand/zboot/unixdev.h
48
int unixioctl(struct open_file *, u_long, void *);
sys/lib/libsa/cd9660.c
136
cd9660_open(const char *path, struct open_file *f)
sys/lib/libsa/cd9660.c
298
cd9660_close(struct open_file *f)
sys/lib/libsa/cd9660.c
310
cd9660_read(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/cd9660.c
366
cd9660_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/cd9660.c
375
cd9660_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/cd9660.c
397
cd9660_stat(struct open_file *f, struct stat *sb)
sys/lib/libsa/cd9660.c
411
cd9660_ls(struct open_file *f, const char *pattern)
sys/lib/libsa/close.c
72
struct open_file *f = &files[fd];
sys/lib/libsa/cread.c
428
struct open_file *f;
sys/lib/libsa/dev.c
53
noioctl(struct open_file *f, u_long cmd, void *data)
sys/lib/libsa/dev_net.c
139
net_close(struct open_file *f)
sys/lib/libsa/dev_net.c
169
net_ioctl(struct open_file *f, u_long cmd, void *data)
sys/lib/libsa/dev_net.c
81
net_open(struct open_file *f, ...)
sys/lib/libsa/dev_net.h
3
int net_open(struct open_file *, ...);
sys/lib/libsa/dev_net.h
4
int net_close(struct open_file *);
sys/lib/libsa/dev_net.h
5
int net_ioctl(struct open_file *, u_long, void *);
sys/lib/libsa/dosfs.c
157
static int ioget(struct open_file *, u_int, void *, u_int);
sys/lib/libsa/dosfs.c
180
dos_mount(DOS_FS *fs, struct open_file *fd)
sys/lib/libsa/dosfs.c
228
dosfs_open(const char *path, struct open_file *fd)
sys/lib/libsa/dosfs.c
280
dosfs_read(struct open_file *fd, void *vbuf, size_t nbyte, size_t *resid)
sys/lib/libsa/dosfs.c
338
dosfs_write(struct open_file *fd, void *start, size_t size, size_t *resid)
sys/lib/libsa/dosfs.c
350
dosfs_seek(struct open_file *fd, off_t offset, int whence)
sys/lib/libsa/dosfs.c
384
dosfs_close(struct open_file *fd)
sys/lib/libsa/dosfs.c
400
dosfs_stat(struct open_file *fd, struct stat *sb)
sys/lib/libsa/dosfs.c
418
dosfs_ls(struct open_file *f, const char *pattern)
sys/lib/libsa/dosfs.c
68
struct open_file *fd; /* file descriptor */
sys/lib/libsa/dosfs.c
795
ioget(struct open_file *fd, u_int lsec, void *buf, u_int nsec)
sys/lib/libsa/ext2fs.c
151
static int read_inode(ino32_t, struct open_file *);
sys/lib/libsa/ext2fs.c
152
static int block_map(struct open_file *, indp_t, indp_t *);
sys/lib/libsa/ext2fs.c
153
static int buf_read_file(struct open_file *, char **, size_t *);
sys/lib/libsa/ext2fs.c
154
static int search_directory(const char *, int, struct open_file *, ino32_t *);
sys/lib/libsa/ext2fs.c
155
static int read_sblock(struct open_file *, struct m_ext2fs *);
sys/lib/libsa/ext2fs.c
156
static int read_gdblock(struct open_file *, struct m_ext2fs *);
sys/lib/libsa/ext2fs.c
165
read_inode(ino32_t inumber, struct open_file *f)
sys/lib/libsa/ext2fs.c
206
block_map(struct open_file *f, indp_t file_block, indp_t *disk_block_p)
sys/lib/libsa/ext2fs.c
315
buf_read_file(struct open_file *f, char **buf_p, size_t *size_p)
sys/lib/libsa/ext2fs.c
373
search_directory(const char *name, int length, struct open_file *f,
sys/lib/libsa/ext2fs.c
413
read_sblock(struct open_file *f, struct m_ext2fs *fs)
sys/lib/libsa/ext2fs.c
459
read_gdblock(struct open_file *f, struct m_ext2fs *fs)
sys/lib/libsa/ext2fs.c
493
ext2fs_open(const char *path, struct open_file *f)
sys/lib/libsa/ext2fs.c
701
ext2fs_close(struct open_file *f)
sys/lib/libsa/ext2fs.c
724
ext2fs_read(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/ext2fs.c
762
ext2fs_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/ext2fs.c
771
ext2fs_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/ext2fs.c
794
ext2fs_stat(struct open_file *f, struct stat *sb)
sys/lib/libsa/ext2fs.c
824
ext2fs_ls(struct open_file *f, const char *pattern)
sys/lib/libsa/files.c
12
struct open_file files[SOPEN_MAX];
sys/lib/libsa/fstat.c
39
struct open_file *f = &files[fd];
sys/lib/libsa/ioctl.c
69
struct open_file *f = &files[fd];
sys/lib/libsa/ls.c
100
struct open_file *f;
sys/lib/libsa/lseek.c
72
struct open_file *f = &files[fd];
sys/lib/libsa/minixfs3.c
174
static int read_inode(ino32_t, struct open_file *);
sys/lib/libsa/minixfs3.c
175
static int block_map(struct open_file *, block_t, block_t *);
sys/lib/libsa/minixfs3.c
176
static int buf_read_file(struct open_file *, void *, size_t *);
sys/lib/libsa/minixfs3.c
177
static int search_directory(const char *, int, struct open_file *, ino32_t *);
sys/lib/libsa/minixfs3.c
178
static int read_sblock(struct open_file *, struct mfs_sblock *);
sys/lib/libsa/minixfs3.c
184
read_inode(ino32_t inumber, struct open_file *f)
sys/lib/libsa/minixfs3.c
225
block_map(struct open_file *f, block_t file_block, block_t *disk_block_p)
sys/lib/libsa/minixfs3.c
338
buf_read_file(struct open_file *f, void *v, size_t *size_p)
sys/lib/libsa/minixfs3.c
396
search_directory(const char *name, int length, struct open_file *f,
sys/lib/libsa/minixfs3.c
448
read_sblock(struct open_file *f, struct mfs_sblock *fs)
sys/lib/libsa/minixfs3.c
531
minixfs3_open(const char *path, struct open_file *f)
sys/lib/libsa/minixfs3.c
722
minixfs3_close(struct open_file *f)
sys/lib/libsa/minixfs3.c
742
minixfs3_read(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/minixfs3.c
780
minixfs3_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/minixfs3.c
789
minixfs3_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/minixfs3.c
811
minixfs3_stat(struct open_file *f, struct stat *sb)
sys/lib/libsa/minixfs3.c
827
minixfs3_ls(struct open_file *f, const char *pattern)
sys/lib/libsa/nfs.c
601
nfs_open(const char *path, struct open_file *f)
sys/lib/libsa/nfs.c
787
nfs_close(struct open_file *f)
sys/lib/libsa/nfs.c
807
nfs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/lib/libsa/nfs.c
853
nfs_write(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/lib/libsa/nfs.c
859
nfs_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/nfs.c
897
nfs_stat(struct open_file *f, struct stat *sb)
sys/lib/libsa/nfs.c
932
nfs_ls(struct open_file *f, const char *pattern)
sys/lib/libsa/nullfs.c
103
null_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/nullfs.c
111
null_stat(struct open_file *f, struct stat *sb)
sys/lib/libsa/nullfs.c
120
null_ls(struct open_file *f, const char *pattern)
sys/lib/libsa/nullfs.c
70
null_open(const char *path, struct open_file *f)
sys/lib/libsa/nullfs.c
78
null_close(struct open_file *f)
sys/lib/libsa/nullfs.c
86
null_read(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/lib/libsa/nullfs.c
94
null_write(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/lib/libsa/open.c
80
struct open_file *f;
sys/lib/libsa/read.c
73
struct open_file *f = &files[fd];
sys/lib/libsa/stand.h
112
__compactcall int (*open)(const char *, struct open_file *);
sys/lib/libsa/stand.h
113
__compactcall int (*close)(struct open_file *);
sys/lib/libsa/stand.h
114
__compactcall int (*read)(struct open_file *, void *, size_t, size_t *);
sys/lib/libsa/stand.h
115
__compactcall int (*write)(struct open_file *, void *, size_t size, size_t *);
sys/lib/libsa/stand.h
116
__compactcall off_t (*seek)(struct open_file *, off_t, int);
sys/lib/libsa/stand.h
117
__compactcall int (*stat)(struct open_file *, struct stat *);
sys/lib/libsa/stand.h
119
__compactcall void (*ls)(struct open_file *, const char *);
sys/lib/libsa/stand.h
182
int (*dv_open)(struct open_file *, ...);
sys/lib/libsa/stand.h
183
int (*dv_close)(struct open_file *);
sys/lib/libsa/stand.h
184
int (*dv_ioctl)(struct open_file *, u_long, void *);
sys/lib/libsa/stand.h
206
int (DEV_OPEN(unused))(struct open_file *, ...);
sys/lib/libsa/stand.h
207
int (DEV_CLOSE(unused))(struct open_file *);
sys/lib/libsa/stand.h
208
int (DEV_IOCTL(unused))(struct open_file *, u_long, void *);
sys/lib/libsa/stand.h
212
struct open_file {
sys/lib/libsa/stand.h
228
extern struct open_file files[];
sys/lib/libsa/stand.h
238
int (devopen)(struct open_file *, const char *, char **);
sys/lib/libsa/stand.h
293
int noioctl(struct open_file *, u_long, void *);
sys/lib/libsa/stand.h
323
getsecsize(struct open_file *f)
sys/lib/libsa/stand.h
83
struct open_file;
sys/lib/libsa/stand.h
86
extern __compactcall int __CONCAT(fs,_open)(const char *, struct open_file *); \
sys/lib/libsa/stand.h
87
extern __compactcall int __CONCAT(fs,_close)(struct open_file *); \
sys/lib/libsa/stand.h
88
extern __compactcall int __CONCAT(fs,_read)(struct open_file *, void *, \
sys/lib/libsa/stand.h
90
extern __compactcall int __CONCAT(fs,_write)(struct open_file *, void *, \
sys/lib/libsa/stand.h
92
extern __compactcall off_t __CONCAT(fs,_seek)(struct open_file *, off_t, int); \
sys/lib/libsa/stand.h
93
extern __compactcall int __CONCAT(fs,_stat)(struct open_file *, struct stat *)
sys/lib/libsa/stand.h
98
extern __compactcall void __CONCAT(fs,_ls)(struct open_file *, const char *)
sys/lib/libsa/tftp.c
252
tftp_open(const char *path, struct open_file *f)
sys/lib/libsa/tftp.c
279
tftp_read(struct open_file *f, void *addr, size_t size, size_t *resid)
sys/lib/libsa/tftp.c
361
tftp_close(struct open_file *f)
sys/lib/libsa/tftp.c
377
tftp_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/tftp.c
420
tftp_stat(struct open_file *f, struct stat *sb)
sys/lib/libsa/tftp.c
436
tftp_ls(struct open_file *f, const char *pattern)
sys/lib/libsa/tftp.c
443
tftp_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/ufs.c
1031
ufs_ls(struct open_file *f, const char *pattern)
sys/lib/libsa/ufs.c
206
static int read_inode(ino32_t, struct open_file *);
sys/lib/libsa/ufs.c
207
static int block_map(struct open_file *, indp_t, indp_t *);
sys/lib/libsa/ufs.c
208
static int buf_read_file(struct open_file *, char **, size_t *);
sys/lib/libsa/ufs.c
209
static int search_directory(const char *, int, struct open_file *, ino32_t *);
sys/lib/libsa/ufs.c
312
find_inode_sector(ino32_t inumber, struct open_file *f, daddr_t *isp)
sys/lib/libsa/ufs.c
350
read_inode(ino32_t inumber, struct open_file *f)
sys/lib/libsa/ufs.c
414
block_map(struct open_file *f, indp_t file_block, indp_t *disk_block_p)
sys/lib/libsa/ufs.c
531
buf_read_file(struct open_file *f, char **buf_p, size_t *size_p)
sys/lib/libsa/ufs.c
591
search_directory(const char *name, int length, struct open_file *f,
sys/lib/libsa/ufs.c
635
ffs_find_superblock(struct open_file *f, FS *fs)
sys/lib/libsa/ufs.c
685
ufs_open(const char *path, struct open_file *f)
sys/lib/libsa/ufs.c
907
ufs_close(struct open_file *f)
sys/lib/libsa/ufs.c
927
ufs_read(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/ufs.c
964
ufs_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/ufs.c
973
ufs_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/ufs.c
995
ufs_stat(struct open_file *f, struct stat *sb)
sys/lib/libsa/ustarfs.c
145
static int get_volume(struct open_file *, int);
sys/lib/libsa/ustarfs.c
147
static int real_fs_cylinder_read(struct open_file *, ustoffs, int);
sys/lib/libsa/ustarfs.c
148
static int ustarfs_cylinder_read(struct open_file *, ustoffs, int);
sys/lib/libsa/ustarfs.c
150
static int read512block(struct open_file *, ustoffs, char block[512]);
sys/lib/libsa/ustarfs.c
151
static int init_volzero_sig(struct open_file *);
sys/lib/libsa/ustarfs.c
159
void changedisk_hook(struct open_file *);
sys/lib/libsa/ustarfs.c
189
ustarfs_cylinder_read(struct open_file *f, ustoffs seek2, int forcelabel)
sys/lib/libsa/ustarfs.c
202
real_fs_cylinder_read(struct open_file *f, ustoffs seek2, int forcelabel)
sys/lib/libsa/ustarfs.c
265
get_volume(struct open_file *f, int vn)
sys/lib/libsa/ustarfs.c
319
read512block(struct open_file *f, ustoffs vda, char block[512])
sys/lib/libsa/ustarfs.c
368
init_volzero_sig(struct open_file *f)
sys/lib/libsa/ustarfs.c
395
ustarfs_open(const char *path, struct open_file *f)
sys/lib/libsa/ustarfs.c
456
ustarfs_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/ustarfs.c
465
ustarfs_seek(struct open_file *f, off_t offs, int whence)
sys/lib/libsa/ustarfs.c
488
ustarfs_read(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/ustarfs.c
531
ustarfs_stat(struct open_file *f, struct stat *sb)
sys/lib/libsa/ustarfs.c
554
ustarfs_ls(struct open_file *f, const char *pattern)
sys/lib/libsa/ustarfs.c
563
ustarfs_close(struct open_file *f)
sys/lib/libsa/write.c
69
struct open_file *f = &files[fd];
sys/stand/efiboot/dev_net.c
47
net_open(struct open_file *f, ...)
sys/stand/efiboot/dev_net.c
98
net_close(struct open_file *f)
sys/stand/efiboot/devopen.c
34
devopen(struct open_file *f, const char *fname, char **file)
sys/stand/efiboot/efiblock.c
639
efi_block_open(struct open_file *f, ...)
sys/stand/efiboot/efiblock.c
675
efi_block_close(struct open_file *f)
sys/stand/efiboot/efiblock.c
723
efi_block_ioctl(struct open_file *f, u_long cmd, void *data)
sys/stand/efiboot/efiblock.h
80
int efi_block_open(struct open_file *, ...);
sys/stand/efiboot/efiblock.h
81
int efi_block_close(struct open_file *);
sys/stand/efiboot/efiblock.h
82
int efi_block_ioctl(struct open_file *, u_long, void *);
sys/stand/efiboot/efiboot.h
97
int efi_net_open(struct open_file *, ...);
sys/stand/efiboot/efifile.c
128
efi_file_close(struct open_file *f)
sys/stand/efiboot/efifile.c
141
struct open_file *f = devdata;
sys/stand/efiboot/efifile.c
68
efi_file_open(struct open_file *f, ...)
sys/stand/efiboot/efifile.h
31
int efi_file_open(struct open_file *, ...);
sys/stand/efiboot/efifile.h
32
int efi_file_close(struct open_file *);
sys/stand/efiboot/efinet.c
513
efi_net_open(struct open_file *f, ...)