Symbol: open_file
libexec/spamd-setup/spamd-setup.c
742
fd = open_file(method, file);
libexec/spamd-setup/spamd-setup.c
77
int open_file(char *, char *);
sys/arch/alpha/stand/boot/conf.c
43
int diskopen(struct open_file *, ...); /* XXX */
sys/arch/alpha/stand/boot/devopen.c
46
struct open_file *f;
sys/arch/alpha/stand/boot/disk.c
163
diskclose(struct open_file *f)
sys/arch/alpha/stand/boot/disk.c
93
diskopen(struct open_file *f, int ctlr, int unit, int part)
sys/arch/alpha/stand/boot/disk.h
6
int diskclose(struct open_file *);
sys/arch/alpha/stand/nboot/devopen.c
22
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/alpha/stand/nboot/disk.c
156
diskclose(struct open_file *f)
sys/arch/alpha/stand/nboot/disk.c
91
diskopen(struct open_file *f, ...)
sys/arch/alpha/stand/nboot/libsa.h
28
int diskopen(struct open_file *, ...);
sys/arch/alpha/stand/nboot/libsa.h
30
int diskclose(struct open_file *);
sys/arch/alpha/stand/netboot/dev_net.c
142
struct open_file *f;
sys/arch/alpha/stand/netboot/dev_net.c
87
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/devopen.c
46
struct open_file *f;
sys/arch/amd64/stand/efiboot/dev_i386.c
62
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/amd64/stand/efiboot/efidev.c
499
efiopen(struct open_file *f, ...)
sys/arch/amd64/stand/efiboot/efidev.c
720
eficlose(struct open_file *f)
sys/arch/amd64/stand/efiboot/efidev.c
728
efiioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/amd64/stand/efiboot/efidev.c
777
esp_open(char *path, struct open_file *f)
sys/arch/amd64/stand/efiboot/efidev.c
830
esp_close(struct open_file *f)
sys/arch/amd64/stand/efiboot/efidev.c
838
esp_read(struct open_file *f, void *addr, size_t size, size_t *resid)
sys/arch/amd64/stand/efiboot/efidev.c
853
esp_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/amd64/stand/efiboot/efidev.c
859
esp_seek(struct open_file *f, off_t offset, int where)
sys/arch/amd64/stand/efiboot/efidev.c
896
esp_stat(struct open_file *f, struct stat *sb)
sys/arch/amd64/stand/efiboot/efidev.c
938
esp_readdir(struct open_file *f, char *name)
sys/arch/amd64/stand/efiboot/efidev.c
944
espopen(struct open_file *f, ...)
sys/arch/amd64/stand/efiboot/efidev.c
972
espclose(struct open_file *f)
sys/arch/amd64/stand/efiboot/efidev.c
978
espioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/amd64/stand/efiboot/efidev.h
34
int efiopen(struct open_file *, ...);
sys/arch/amd64/stand/efiboot/efidev.h
36
int eficlose(struct open_file *);
sys/arch/amd64/stand/efiboot/efidev.h
37
int efiioctl(struct open_file *, u_long, void *);
sys/arch/amd64/stand/efiboot/efidev.h
40
int esp_open(char *, struct open_file *);
sys/arch/amd64/stand/efiboot/efidev.h
41
int esp_close(struct open_file *);
sys/arch/amd64/stand/efiboot/efidev.h
42
int esp_read(struct open_file *, void *, size_t, size_t *);
sys/arch/amd64/stand/efiboot/efidev.h
43
int esp_write(struct open_file *, void *, size_t, size_t *);
sys/arch/amd64/stand/efiboot/efidev.h
44
off_t esp_seek(struct open_file *, off_t, int);
sys/arch/amd64/stand/efiboot/efidev.h
45
int esp_stat(struct open_file *, struct stat *);
sys/arch/amd64/stand/efiboot/efidev.h
46
int esp_readdir(struct open_file *, char *);
sys/arch/amd64/stand/efiboot/efidev.h
48
int espopen(struct open_file *, ...);
sys/arch/amd64/stand/efiboot/efidev.h
49
int espclose(struct open_file *);
sys/arch/amd64/stand/efiboot/efidev.h
50
int espioctl(struct open_file *, u_long, void *);
sys/arch/amd64/stand/efiboot/efipxe.c
122
tftp_open(char *path, struct open_file *f)
sys/arch/amd64/stand/efiboot/efipxe.c
171
tftp_close(struct open_file *f)
sys/arch/amd64/stand/efiboot/efipxe.c
183
tftp_read(struct open_file *f, void *addr, size_t size, size_t *resid)
sys/arch/amd64/stand/efiboot/efipxe.c
204
tftp_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/amd64/stand/efiboot/efipxe.c
210
tftp_seek(struct open_file *f, off_t offset, int where)
sys/arch/amd64/stand/efiboot/efipxe.c
240
tftp_stat(struct open_file *f, struct stat *sb)
sys/arch/amd64/stand/efiboot/efipxe.c
254
tftp_readdir(struct open_file *f, char *name)
sys/arch/amd64/stand/efiboot/efipxe.c
263
tftpopen(struct open_file *f, ...)
sys/arch/amd64/stand/efiboot/efipxe.c
289
tftpclose(struct open_file *f)
sys/arch/amd64/stand/efiboot/efipxe.c
295
tftpioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/amd64/stand/efiboot/efipxe.h
18
int tftpopen(struct open_file *, ...);
sys/arch/amd64/stand/efiboot/efipxe.h
19
int tftpclose(struct open_file *);
sys/arch/amd64/stand/efiboot/efipxe.h
20
int tftpioctl(struct open_file *, u_long, void *);
sys/arch/amd64/stand/libsa/biosdev.c
476
biosopen(struct open_file *f, ...)
sys/arch/amd64/stand/libsa/biosdev.c
770
biosclose(struct open_file *f)
sys/arch/amd64/stand/libsa/biosdev.c
778
biosioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/amd64/stand/libsa/biosdev.h
43
struct open_file;
sys/arch/amd64/stand/libsa/biosdev.h
49
int biosopen(struct open_file *, ...);
sys/arch/amd64/stand/libsa/biosdev.h
50
int biosclose(struct open_file *);
sys/arch/amd64/stand/libsa/biosdev.h
51
int biosioctl(struct open_file *, u_long, void *);
sys/arch/amd64/stand/libsa/dev_i386.c
62
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/amd64/stand/libsa/pxe_net.c
111
net_close(struct open_file *f)
sys/arch/amd64/stand/libsa/pxe_net.c
140
net_ioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/amd64/stand/libsa/pxe_net.c
69
net_open(struct open_file *f, ...)
sys/arch/amd64/stand/libsa/pxe_net.h
34
int net_open(struct open_file *, ...);
sys/arch/amd64/stand/libsa/pxe_net.h
35
int net_close(struct open_file *);
sys/arch/amd64/stand/libsa/pxe_net.h
36
int net_ioctl(struct open_file *, u_long, void *);
sys/arch/amd64/stand/pxeboot/devopen.c
58
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/amd64/stand/pxeboot/open.c
66
struct open_file files[SOPEN_MAX];
sys/arch/amd64/stand/pxeboot/open.c
79
struct open_file *f;
sys/arch/arm64/stand/efiboot/efiboot.c
1008
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/arm64/stand/efiboot/efidev.c
489
efiopen(struct open_file *f, ...)
sys/arch/arm64/stand/efiboot/efidev.c
547
eficlose(struct open_file *f)
sys/arch/arm64/stand/efiboot/efidev.c
555
efiioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/arm64/stand/efiboot/efidev.c
569
esp_open(char *path, struct open_file *f)
sys/arch/arm64/stand/efiboot/efidev.c
622
esp_close(struct open_file *f)
sys/arch/arm64/stand/efiboot/efidev.c
630
esp_read(struct open_file *f, void *addr, size_t size, size_t *resid)
sys/arch/arm64/stand/efiboot/efidev.c
645
esp_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/arm64/stand/efiboot/efidev.c
651
esp_seek(struct open_file *f, off_t offset, int where)
sys/arch/arm64/stand/efiboot/efidev.c
688
esp_stat(struct open_file *f, struct stat *sb)
sys/arch/arm64/stand/efiboot/efidev.c
730
esp_readdir(struct open_file *f, char *name)
sys/arch/arm64/stand/efiboot/efidev.c
736
espopen(struct open_file *f, ...)
sys/arch/arm64/stand/efiboot/efidev.c
752
espclose(struct open_file *f)
sys/arch/arm64/stand/efiboot/efidev.c
758
espioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/arm64/stand/efiboot/efidev.h
33
int efiopen(struct open_file *, ...);
sys/arch/arm64/stand/efiboot/efidev.h
35
int eficlose(struct open_file *);
sys/arch/arm64/stand/efiboot/efidev.h
36
int efiioctl(struct open_file *, u_long, void *);
sys/arch/arm64/stand/efiboot/efidev.h
38
int esp_open(char *, struct open_file *);
sys/arch/arm64/stand/efiboot/efidev.h
39
int esp_close(struct open_file *);
sys/arch/arm64/stand/efiboot/efidev.h
40
int esp_read(struct open_file *, void *, size_t, size_t *);
sys/arch/arm64/stand/efiboot/efidev.h
41
int esp_write(struct open_file *, void *, size_t, size_t *);
sys/arch/arm64/stand/efiboot/efidev.h
42
off_t esp_seek(struct open_file *, off_t, int);
sys/arch/arm64/stand/efiboot/efidev.h
43
int esp_stat(struct open_file *, struct stat *);
sys/arch/arm64/stand/efiboot/efidev.h
44
int esp_readdir(struct open_file *, char *);
sys/arch/arm64/stand/efiboot/efidev.h
46
int espopen(struct open_file *, ...);
sys/arch/arm64/stand/efiboot/efidev.h
47
int espclose(struct open_file *);
sys/arch/arm64/stand/efiboot/efidev.h
48
int espioctl(struct open_file *, u_long, void *);
sys/arch/arm64/stand/efiboot/efipxe.c
144
mtftp_open(char *path, struct open_file *f)
sys/arch/arm64/stand/efiboot/efipxe.c
198
mtftp_close(struct open_file *f)
sys/arch/arm64/stand/efiboot/efipxe.c
210
mtftp_read(struct open_file *f, void *addr, size_t size, size_t *resid)
sys/arch/arm64/stand/efiboot/efipxe.c
231
mtftp_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/arm64/stand/efiboot/efipxe.c
237
mtftp_seek(struct open_file *f, off_t offset, int where)
sys/arch/arm64/stand/efiboot/efipxe.c
267
mtftp_stat(struct open_file *f, struct stat *sb)
sys/arch/arm64/stand/efiboot/efipxe.c
281
mtftp_readdir(struct open_file *f, char *name)
sys/arch/arm64/stand/efiboot/efipxe.c
291
efitftp_open(char *path, struct open_file *f)
sys/arch/arm64/stand/efiboot/efipxe.c
311
tftpopen(struct open_file *f, ...)
sys/arch/arm64/stand/efiboot/efipxe.c
346
tftpclose(struct open_file *f)
sys/arch/arm64/stand/efiboot/efipxe.c
360
tftpioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/arm64/stand/efiboot/efipxe.h
20
int efitftp_open(char *path, struct open_file *f);
sys/arch/arm64/stand/efiboot/efipxe.h
22
int mtftp_open(char *, struct open_file *);
sys/arch/arm64/stand/efiboot/efipxe.h
23
int mtftp_close(struct open_file *);
sys/arch/arm64/stand/efiboot/efipxe.h
24
int mtftp_read(struct open_file *, void *, size_t, size_t *);
sys/arch/arm64/stand/efiboot/efipxe.h
25
int mtftp_write(struct open_file *, void *, size_t, size_t *);
sys/arch/arm64/stand/efiboot/efipxe.h
26
off_t mtftp_seek(struct open_file *, off_t, int);
sys/arch/arm64/stand/efiboot/efipxe.h
27
int mtftp_stat(struct open_file *, struct stat *);
sys/arch/arm64/stand/efiboot/efipxe.h
28
int mtftp_readdir(struct open_file *, char *);
sys/arch/arm64/stand/efiboot/efipxe.h
30
int tftpopen(struct open_file *, ...);
sys/arch/arm64/stand/efiboot/efipxe.h
31
int tftpclose(struct open_file *);
sys/arch/arm64/stand/efiboot/efipxe.h
32
int tftpioctl(struct open_file *, u_long, void *);
sys/arch/arm64/stand/efiboot/softraid_arm64.c
588
sropen(struct open_file *f, ...)
sys/arch/arm64/stand/efiboot/softraid_arm64.c
656
srclose(struct open_file *f)
sys/arch/arm64/stand/efiboot/softraid_arm64.c
664
srioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/arm64/stand/efiboot/softraid_arm64.h
27
int sropen(struct open_file *, ...);
sys/arch/arm64/stand/efiboot/softraid_arm64.h
30
int srclose(struct open_file *);
sys/arch/arm64/stand/efiboot/softraid_arm64.h
31
int srioctl(struct open_file *, u_long, void *);
sys/arch/armv7/stand/efiboot/efiboot.c
881
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/armv7/stand/efiboot/efidev.c
489
efiopen(struct open_file *f, ...)
sys/arch/armv7/stand/efiboot/efidev.c
547
eficlose(struct open_file *f)
sys/arch/armv7/stand/efiboot/efidev.c
555
efiioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/armv7/stand/efiboot/efidev.h
33
int efiopen(struct open_file *, ...);
sys/arch/armv7/stand/efiboot/efidev.h
35
int eficlose(struct open_file *);
sys/arch/armv7/stand/efiboot/efidev.h
36
int efiioctl(struct open_file *, u_long, void *);
sys/arch/armv7/stand/efiboot/efipxe.c
144
mtftp_open(char *path, struct open_file *f)
sys/arch/armv7/stand/efiboot/efipxe.c
198
mtftp_close(struct open_file *f)
sys/arch/armv7/stand/efiboot/efipxe.c
210
mtftp_read(struct open_file *f, void *addr, size_t size, size_t *resid)
sys/arch/armv7/stand/efiboot/efipxe.c
231
mtftp_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/armv7/stand/efiboot/efipxe.c
237
mtftp_seek(struct open_file *f, off_t offset, int where)
sys/arch/armv7/stand/efiboot/efipxe.c
267
mtftp_stat(struct open_file *f, struct stat *sb)
sys/arch/armv7/stand/efiboot/efipxe.c
281
mtftp_readdir(struct open_file *f, char *name)
sys/arch/armv7/stand/efiboot/efipxe.c
291
efitftp_open(char *path, struct open_file *f)
sys/arch/armv7/stand/efiboot/efipxe.c
311
tftpopen(struct open_file *f, ...)
sys/arch/armv7/stand/efiboot/efipxe.c
346
tftpclose(struct open_file *f)
sys/arch/armv7/stand/efiboot/efipxe.c
360
tftpioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/armv7/stand/efiboot/efipxe.h
20
int efitftp_open(char *path, struct open_file *f);
sys/arch/armv7/stand/efiboot/efipxe.h
22
int mtftp_open(char *, struct open_file *);
sys/arch/armv7/stand/efiboot/efipxe.h
23
int mtftp_close(struct open_file *);
sys/arch/armv7/stand/efiboot/efipxe.h
24
int mtftp_read(struct open_file *, void *, size_t, size_t *);
sys/arch/armv7/stand/efiboot/efipxe.h
25
int mtftp_write(struct open_file *, void *, size_t, size_t *);
sys/arch/armv7/stand/efiboot/efipxe.h
26
off_t mtftp_seek(struct open_file *, off_t, int);
sys/arch/armv7/stand/efiboot/efipxe.h
27
int mtftp_stat(struct open_file *, struct stat *);
sys/arch/armv7/stand/efiboot/efipxe.h
28
int mtftp_readdir(struct open_file *, char *);
sys/arch/armv7/stand/efiboot/efipxe.h
30
int tftpopen(struct open_file *, ...);
sys/arch/armv7/stand/efiboot/efipxe.h
31
int tftpclose(struct open_file *);
sys/arch/armv7/stand/efiboot/efipxe.h
32
int tftpioctl(struct open_file *, u_long, void *);
sys/arch/hppa/stand/libsa/ct.c
62
ctopen(struct open_file *f, ...)
sys/arch/hppa/stand/libsa/ct.c
74
struct open_file *f;
sys/arch/hppa/stand/libsa/dev_hppa.c
63
struct open_file *f;
sys/arch/hppa/stand/libsa/dk.c
49
dkopen(struct open_file *f, ...)
sys/arch/hppa/stand/libsa/dk.c
96
struct open_file *f;
sys/arch/hppa/stand/libsa/lf.c
37
lfopen(struct open_file *f, ...)
sys/arch/hppa/stand/libsa/lf.c
48
lfclose(struct open_file *f)
sys/arch/hppa/stand/libsa/libsa.h
42
int ctopen(struct open_file *, ...);
sys/arch/hppa/stand/libsa/libsa.h
43
int ctclose(struct open_file *);
sys/arch/hppa/stand/libsa/libsa.h
45
int dkopen(struct open_file *, ...);
sys/arch/hppa/stand/libsa/libsa.h
46
int dkclose(struct open_file *);
sys/arch/hppa/stand/libsa/libsa.h
48
int lfopen(struct open_file *, ...);
sys/arch/hppa/stand/libsa/libsa.h
50
int lfclose(struct open_file *);
sys/arch/hppa/stand/libsa/libsa.h
63
int lif_open(char *path, struct open_file *f);
sys/arch/hppa/stand/libsa/libsa.h
64
int lif_close(struct open_file *f);
sys/arch/hppa/stand/libsa/libsa.h
65
int lif_read(struct open_file *f, void *buf, size_t size, size_t *resid);
sys/arch/hppa/stand/libsa/libsa.h
66
int lif_write(struct open_file *f, void *buf, size_t size, size_t *resid);
sys/arch/hppa/stand/libsa/libsa.h
67
off_t lif_seek(struct open_file *f, off_t offset, int where);
sys/arch/hppa/stand/libsa/libsa.h
68
int lif_stat(struct open_file *f, struct stat *sb);
sys/arch/hppa/stand/libsa/libsa.h
69
int lif_readdir(struct open_file *f, char *name);
sys/arch/hppa/stand/libsa/lif.c
150
struct open_file *f;
sys/arch/hppa/stand/libsa/lif.c
159
struct open_file *f;
sys/arch/hppa/stand/libsa/lif.c
199
struct open_file *f;
sys/arch/hppa/stand/libsa/lif.c
209
struct open_file *f;
sys/arch/hppa/stand/libsa/lif.c
233
struct open_file *f;
sys/arch/hppa/stand/libsa/lif.c
247
struct open_file *f;
sys/arch/hppa/stand/libsa/lif.c
52
struct open_file *f;
sys/arch/i386/stand/libsa/biosdev.c
477
biosopen(struct open_file *f, ...)
sys/arch/i386/stand/libsa/biosdev.c
769
biosclose(struct open_file *f)
sys/arch/i386/stand/libsa/biosdev.c
777
biosioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/i386/stand/libsa/biosdev.h
43
struct open_file;
sys/arch/i386/stand/libsa/biosdev.h
49
int biosopen(struct open_file *, ...);
sys/arch/i386/stand/libsa/biosdev.h
50
int biosclose(struct open_file *);
sys/arch/i386/stand/libsa/biosdev.h
51
int biosioctl(struct open_file *, u_long, void *);
sys/arch/i386/stand/libsa/dev_i386.c
62
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/i386/stand/libsa/pxe_net.c
111
net_close(struct open_file *f)
sys/arch/i386/stand/libsa/pxe_net.c
140
net_ioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/i386/stand/libsa/pxe_net.c
69
net_open(struct open_file *f, ...)
sys/arch/i386/stand/libsa/pxe_net.h
34
int net_open(struct open_file *, ...);
sys/arch/i386/stand/libsa/pxe_net.h
35
int net_close(struct open_file *);
sys/arch/i386/stand/libsa/pxe_net.h
36
int net_ioctl(struct open_file *, u_long, void *);
sys/arch/i386/stand/pxeboot/devopen.c
58
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/i386/stand/pxeboot/open.c
66
struct open_file files[SOPEN_MAX];
sys/arch/i386/stand/pxeboot/open.c
79
struct open_file *f;
sys/arch/landisk/stand/boot/devs.c
34
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/landisk/stand/boot/devs.c
67
blkdevopen(struct open_file *f, ...)
sys/arch/landisk/stand/boot/devs.c
93
blkdevclose(struct open_file *f)
sys/arch/landisk/stand/boot/libsa.h
25
int blkdevopen(struct open_file *, ...);
sys/arch/landisk/stand/boot/libsa.h
26
int blkdevclose(struct open_file *);
sys/arch/landisk/stand/xxboot/boot1.c
109
blkdevopen(struct open_file *f, ...)
sys/arch/landisk/stand/xxboot/boot1.c
114
blkdevclose(struct open_file *f)
sys/arch/landisk/stand/xxboot/boot1.c
149
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/landisk/stand/xxboot/boot1.c
47
int blkdevopen(struct open_file *, ...);
sys/arch/landisk/stand/xxboot/boot1.c
48
int blkdevclose(struct open_file *);
sys/arch/landisk/stand/xxboot/ufs12.c
102
static int read_inode(ufsino_t, struct open_file *);
sys/arch/landisk/stand/xxboot/ufs12.c
104
static int chmod_inode(ufsino_t, struct open_file *, mode_t);
sys/arch/landisk/stand/xxboot/ufs12.c
106
static int block_map(struct open_file *, daddr_t, daddr_t *);
sys/arch/landisk/stand/xxboot/ufs12.c
107
static int buf_read_file(struct open_file *, char **, size_t *);
sys/arch/landisk/stand/xxboot/ufs12.c
108
static int search_directory(char *, struct open_file *, ufsino_t *);
sys/arch/landisk/stand/xxboot/ufs12.c
118
read_inode(ufsino_t inumber, struct open_file *f)
sys/arch/landisk/stand/xxboot/ufs12.c
173
chmod_inode(ufsino_t inumber, struct open_file *f, mode_t mode)
sys/arch/landisk/stand/xxboot/ufs12.c
222
block_map(struct open_file *f, daddr_t file_block, daddr_t *disk_block_p)
sys/arch/landisk/stand/xxboot/ufs12.c
325
buf_read_file(struct open_file *f, char **buf_p, size_t *size_p)
sys/arch/landisk/stand/xxboot/ufs12.c
391
search_directory(char *name, struct open_file *f, ufsino_t *inumber_p)
sys/arch/landisk/stand/xxboot/ufs12.c
441
ufs12_open(char *path, struct open_file *f)
sys/arch/landisk/stand/xxboot/ufs12.c
648
ufs12_close(struct open_file *f)
sys/arch/landisk/stand/xxboot/ufs12.c
680
ufs12_read(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/landisk/stand/xxboot/ufs12.c
719
ufs12_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/landisk/stand/xxboot/ufs12.c
726
ufs12_seek(struct open_file *f, off_t offset, int where)
sys/arch/landisk/stand/xxboot/ufs12.c
752
ufs12_stat(struct open_file *f, struct stat *sb)
sys/arch/landisk/stand/xxboot/ufs12.c
772
ufs12_fchmod(struct open_file *f, mode_t mode)
sys/arch/landisk/stand/xxboot/ufs12.c
785
ufs12_readdir(struct open_file *f, char *name)
sys/arch/landisk/stand/xxboot/ufs12.h
35
int ufs12_open(char *path, struct open_file *f);
sys/arch/landisk/stand/xxboot/ufs12.h
36
int ufs12_close(struct open_file *f);
sys/arch/landisk/stand/xxboot/ufs12.h
37
int ufs12_read(struct open_file *f, void *buf,
sys/arch/landisk/stand/xxboot/ufs12.h
39
int ufs12_write(struct open_file *f, void *buf,
sys/arch/landisk/stand/xxboot/ufs12.h
41
off_t ufs12_seek(struct open_file *f, off_t offset, int where);
sys/arch/landisk/stand/xxboot/ufs12.h
42
int ufs12_stat(struct open_file *f, struct stat *sb);
sys/arch/landisk/stand/xxboot/ufs12.h
43
int ufs12_readdir(struct open_file *f, char *name);
sys/arch/landisk/stand/xxboot/ufs12.h
44
int ufs12_fchmod(struct open_file *f, mode_t mode);
sys/arch/loongson/stand/boot/dev.c
105
pmon_ioopen(struct open_file *f, ...)
sys/arch/loongson/stand/boot/dev.c
166
pmon_ioclose(struct open_file *f)
sys/arch/loongson/stand/boot/devopen.c
107
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/loongson/stand/boot/libsa.h
43
int pmon_ioopen(struct open_file *, ...);
sys/arch/loongson/stand/boot/libsa.h
44
int pmon_ioclose(struct open_file *);
sys/arch/loongson/stand/boot/libsa.h
50
int rd_ioopen(struct open_file *, ...);
sys/arch/loongson/stand/boot/libsa.h
51
int rd_ioclose(struct open_file *);
sys/arch/loongson/stand/boot/libsa.h
58
int rdfs_open(char *path, struct open_file *f);
sys/arch/loongson/stand/boot/libsa.h
59
int rdfs_close(struct open_file *f);
sys/arch/loongson/stand/boot/libsa.h
60
int rdfs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
sys/arch/loongson/stand/boot/libsa.h
61
int rdfs_write(struct open_file *f, void *buf, size_t size, size_t *resid);
sys/arch/loongson/stand/boot/libsa.h
62
off_t rdfs_seek(struct open_file *f, off_t offset, int where);
sys/arch/loongson/stand/boot/libsa.h
63
int rdfs_stat(struct open_file *f, struct stat *sb);
sys/arch/loongson/stand/boot/libsa.h
64
int rdfs_readdir(struct open_file *f, char *name);
sys/arch/loongson/stand/boot/rd.c
106
rdfs_write(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/arch/loongson/stand/boot/rd.c
112
rdfs_seek(struct open_file *f, off_t offset, int whence)
sys/arch/loongson/stand/boot/rd.c
130
rdfs_stat(struct open_file *f, struct stat *sb)
sys/arch/loongson/stand/boot/rd.c
137
rdfs_readdir(struct open_file *f, char *path)
sys/arch/loongson/stand/boot/rd.c
39
rd_ioopen(struct open_file *f, ...)
sys/arch/loongson/stand/boot/rd.c
45
rd_ioclose(struct open_file *f)
sys/arch/loongson/stand/boot/rd.c
74
rdfs_open(char *path, struct open_file *f)
sys/arch/loongson/stand/boot/rd.c
88
rdfs_close(struct open_file *f)
sys/arch/loongson/stand/boot/rd.c
94
rdfs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/arch/luna88k/stand/boot/conf.c
50
#define xxopen (int (*)(struct open_file *, ...))nodev
sys/arch/luna88k/stand/boot/conf.c
51
#define xxclose (int (*)(struct open_file *))nullsys
sys/arch/luna88k/stand/boot/dev_net.c
142
net_close(struct open_file *f)
sys/arch/luna88k/stand/boot/dev_net.c
172
net_ioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/luna88k/stand/boot/dev_net.c
84
net_open(struct open_file *f, ...)
sys/arch/luna88k/stand/boot/dev_net.h
4
int net_open(struct open_file *, ...);
sys/arch/luna88k/stand/boot/dev_net.h
5
int net_close(struct open_file *);
sys/arch/luna88k/stand/boot/dev_net.h
6
int net_ioctl(struct open_file *, u_long, void *);
sys/arch/luna88k/stand/boot/devopen.c
84
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/luna88k/stand/boot/samachdep.h
118
int sdopen(struct open_file *, ...);
sys/arch/luna88k/stand/boot/samachdep.h
119
int sdclose(struct open_file *);
sys/arch/luna88k/stand/boot/sd.c
257
sdopen(struct open_file *f, ...)
sys/arch/luna88k/stand/boot/sd.c
280
sdclose(struct open_file *f)
sys/arch/macppc/stand/hfs.c
103
hfs_stat(struct open_file *f, struct stat *sb)
sys/arch/macppc/stand/hfs.c
109
hfs_readdir(struct open_file *f, char *name)
sys/arch/macppc/stand/hfs.c
40
hfs_open(char *path, struct open_file *f)
sys/arch/macppc/stand/hfs.c
62
hfs_close(struct open_file *f)
sys/arch/macppc/stand/hfs.c
69
hfs_read(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/macppc/stand/hfs.c
83
hfs_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/macppc/stand/hfs.c
90
hfs_seek(struct open_file *f, off_t offset, int where)
sys/arch/macppc/stand/hfs.h
10
int hfs_readdir(struct open_file *, char *);
sys/arch/macppc/stand/hfs.h
4
int hfs_open(char *, struct open_file *);
sys/arch/macppc/stand/hfs.h
5
int hfs_close(struct open_file *);
sys/arch/macppc/stand/hfs.h
6
int hfs_read(struct open_file *, void *, size_t, size_t *);
sys/arch/macppc/stand/hfs.h
7
int hfs_write(struct open_file *, void *, size_t, size_t *);
sys/arch/macppc/stand/hfs.h
8
off_t hfs_seek(struct open_file *, off_t, int);
sys/arch/macppc/stand/hfs.h
9
int hfs_stat(struct open_file *, struct stat *);
sys/arch/macppc/stand/ofdev.c
118
devclose(struct open_file *of)
sys/arch/macppc/stand/ofdev.c
136
(int (*)(struct open_file *, ...))nodev,
sys/arch/macppc/stand/ofdev.c
293
devopen(struct open_file *of, const char *name, char **file)
sys/arch/riscv64/stand/efiboot/efiboot.c
886
devopen(struct open_file *f, const char *fname, char **file)
sys/arch/riscv64/stand/efiboot/efidev.c
489
efiopen(struct open_file *f, ...)
sys/arch/riscv64/stand/efiboot/efidev.c
547
eficlose(struct open_file *f)
sys/arch/riscv64/stand/efiboot/efidev.c
555
efiioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/riscv64/stand/efiboot/efidev.h
33
int efiopen(struct open_file *, ...);
sys/arch/riscv64/stand/efiboot/efidev.h
35
int eficlose(struct open_file *);
sys/arch/riscv64/stand/efiboot/efidev.h
36
int efiioctl(struct open_file *, u_long, void *);
sys/arch/riscv64/stand/efiboot/efipxe.c
144
mtftp_open(char *path, struct open_file *f)
sys/arch/riscv64/stand/efiboot/efipxe.c
198
mtftp_close(struct open_file *f)
sys/arch/riscv64/stand/efiboot/efipxe.c
210
mtftp_read(struct open_file *f, void *addr, size_t size, size_t *resid)
sys/arch/riscv64/stand/efiboot/efipxe.c
231
mtftp_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/arch/riscv64/stand/efiboot/efipxe.c
237
mtftp_seek(struct open_file *f, off_t offset, int where)
sys/arch/riscv64/stand/efiboot/efipxe.c
267
mtftp_stat(struct open_file *f, struct stat *sb)
sys/arch/riscv64/stand/efiboot/efipxe.c
281
mtftp_readdir(struct open_file *f, char *name)
sys/arch/riscv64/stand/efiboot/efipxe.c
291
efitftp_open(char *path, struct open_file *f)
sys/arch/riscv64/stand/efiboot/efipxe.c
311
tftpopen(struct open_file *f, ...)
sys/arch/riscv64/stand/efiboot/efipxe.c
346
tftpclose(struct open_file *f)
sys/arch/riscv64/stand/efiboot/efipxe.c
360
tftpioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/riscv64/stand/efiboot/efipxe.h
20
int efitftp_open(char *path, struct open_file *f);
sys/arch/riscv64/stand/efiboot/efipxe.h
22
int mtftp_open(char *, struct open_file *);
sys/arch/riscv64/stand/efiboot/efipxe.h
23
int mtftp_close(struct open_file *);
sys/arch/riscv64/stand/efiboot/efipxe.h
24
int mtftp_read(struct open_file *, void *, size_t, size_t *);
sys/arch/riscv64/stand/efiboot/efipxe.h
25
int mtftp_write(struct open_file *, void *, size_t, size_t *);
sys/arch/riscv64/stand/efiboot/efipxe.h
26
off_t mtftp_seek(struct open_file *, off_t, int);
sys/arch/riscv64/stand/efiboot/efipxe.h
27
int mtftp_stat(struct open_file *, struct stat *);
sys/arch/riscv64/stand/efiboot/efipxe.h
28
int mtftp_readdir(struct open_file *, char *);
sys/arch/riscv64/stand/efiboot/efipxe.h
30
int tftpopen(struct open_file *, ...);
sys/arch/riscv64/stand/efiboot/efipxe.h
31
int tftpclose(struct open_file *);
sys/arch/riscv64/stand/efiboot/efipxe.h
32
int tftpioctl(struct open_file *, u_long, void *);
sys/arch/riscv64/stand/efiboot/softraid_riscv64.c
588
sropen(struct open_file *f, ...)
sys/arch/riscv64/stand/efiboot/softraid_riscv64.c
656
srclose(struct open_file *f)
sys/arch/riscv64/stand/efiboot/softraid_riscv64.c
664
srioctl(struct open_file *f, u_long cmd, void *data)
sys/arch/riscv64/stand/efiboot/softraid_riscv64.h
27
int sropen(struct open_file *, ...);
sys/arch/riscv64/stand/efiboot/softraid_riscv64.h
30
int srclose(struct open_file *);
sys/arch/riscv64/stand/efiboot/softraid_riscv64.h
31
int srioctl(struct open_file *, u_long, void *);
sys/arch/sparc64/stand/ofwboot/ofdev.c
168
devclose(struct open_file *of)
sys/arch/sparc64/stand/ofwboot/ofdev.c
191
(int (*)(struct open_file *, ...))nodev,
sys/arch/sparc64/stand/ofwboot/ofdev.c
500
devopen(struct open_file *of, const char *name, char **file)
sys/lib/libsa/cd9660.c
123
cd9660_open(char *path, struct open_file *f)
sys/lib/libsa/cd9660.c
273
cd9660_close(struct open_file *f)
sys/lib/libsa/cd9660.c
284
cd9660_read(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/cd9660.c
335
cd9660_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/cd9660.c
341
cd9660_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/cd9660.c
362
cd9660_stat(struct open_file *f, struct stat *sb)
sys/lib/libsa/cd9660.c
378
cd9660_readdir(struct open_file *f, char *name)
sys/lib/libsa/cd9660.h
35
int cd9660_open(char *path, struct open_file *f);
sys/lib/libsa/cd9660.h
36
int cd9660_close(struct open_file *f);
sys/lib/libsa/cd9660.h
37
int cd9660_read(struct open_file *f, void *buf,
sys/lib/libsa/cd9660.h
39
int cd9660_write(struct open_file *f, void *buf,
sys/lib/libsa/cd9660.h
41
off_t cd9660_seek(struct open_file *f, off_t offset, int where);
sys/lib/libsa/cd9660.h
42
int cd9660_stat(struct open_file *f, struct stat *sb);
sys/lib/libsa/cd9660.h
43
int cd9660_readdir(struct open_file *f, char *name);
sys/lib/libsa/close.c
74
struct open_file *f = &files[fd];
sys/lib/libsa/cread.c
232
struct open_file *f;
sys/lib/libsa/cread.c
361
struct open_file *f;
sys/lib/libsa/dev.c
54
noioctl(struct open_file *f, u_long cmd, void *data)
sys/lib/libsa/fchmod.c
40
struct open_file *f = &files[fd];
sys/lib/libsa/fstat.c
40
struct open_file *f = &files[fd];
sys/lib/libsa/ioctl.c
69
struct open_file *f = &files[fd];
sys/lib/libsa/lseek.c
73
struct open_file *f = &files[fd];
sys/lib/libsa/nfs.c
364
nfs_open(char *path, struct open_file *f)
sys/lib/libsa/nfs.c
496
nfs_close(struct open_file *f)
sys/lib/libsa/nfs.c
516
nfs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/lib/libsa/nfs.c
559
nfs_write(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/lib/libsa/nfs.c
565
nfs_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/nfs.c
593
nfs_stat(struct open_file *f, struct stat *sb)
sys/lib/libsa/nfs.c
616
nfs_readdir(struct open_file *f, char *name)
sys/lib/libsa/nfs.h
33
int nfs_open(char *path, struct open_file *f);
sys/lib/libsa/nfs.h
34
int nfs_close(struct open_file *f);
sys/lib/libsa/nfs.h
35
int nfs_read(struct open_file *f, void *buf,
sys/lib/libsa/nfs.h
37
int nfs_write(struct open_file *f, void *buf,
sys/lib/libsa/nfs.h
39
off_t nfs_seek(struct open_file *f, off_t offset, int where);
sys/lib/libsa/nfs.h
40
int nfs_stat(struct open_file *f, struct stat *sb);
sys/lib/libsa/nfs.h
42
int nfs_readdir(struct open_file *f, char *name);
sys/lib/libsa/nullfs.c
101
null_stat(struct open_file *f, struct stat *sb)
sys/lib/libsa/nullfs.c
108
null_readdir(struct open_file *f, char *name)
sys/lib/libsa/nullfs.c
70
null_open(char *path, struct open_file *f)
sys/lib/libsa/nullfs.c
76
null_close(struct open_file *f)
sys/lib/libsa/nullfs.c
82
null_read(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/lib/libsa/nullfs.c
88
null_write(struct open_file *f, void *buf, size_t size, size_t *resid)
sys/lib/libsa/nullfs.c
94
null_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/open.c
66
struct open_file files[SOPEN_MAX];
sys/lib/libsa/open.c
79
struct open_file *f;
sys/lib/libsa/read.c
74
struct open_file *f = &files[fd];
sys/lib/libsa/readdir.c
68
struct open_file *f;
sys/lib/libsa/stand.h
107
extern struct open_file files[];
sys/lib/libsa/stand.h
178
int noioctl(struct open_file *, u_long, void *);
sys/lib/libsa/stand.h
181
int null_open(char *path, struct open_file *f);
sys/lib/libsa/stand.h
182
int null_close(struct open_file *f);
sys/lib/libsa/stand.h
183
ssize_t null_read(struct open_file *f, void *buf, size_t size, size_t *resid);
sys/lib/libsa/stand.h
184
ssize_t null_write(struct open_file *f, void *buf, size_t size, size_t *resid);
sys/lib/libsa/stand.h
185
off_t null_seek(struct open_file *f, off_t offset, int where);
sys/lib/libsa/stand.h
186
int null_stat(struct open_file *f, struct stat *sb);
sys/lib/libsa/stand.h
187
int null_readdir(struct open_file *f, char *name);
sys/lib/libsa/stand.h
213
int devopen(struct open_file *, const char *, char **);
sys/lib/libsa/stand.h
45
struct open_file;
sys/lib/libsa/stand.h
61
int (*open)(char *path, struct open_file *f);
sys/lib/libsa/stand.h
62
int (*close)(struct open_file *f);
sys/lib/libsa/stand.h
63
int (*read)(struct open_file *f, void *buf,
sys/lib/libsa/stand.h
65
int (*write)(struct open_file *f, void *buf,
sys/lib/libsa/stand.h
67
off_t (*seek)(struct open_file *f, off_t offset, int where);
sys/lib/libsa/stand.h
68
int (*stat)(struct open_file *f, struct stat *sb);
sys/lib/libsa/stand.h
69
int (*readdir)(struct open_file *f, char *);
sys/lib/libsa/stand.h
70
int (*fchmod)(struct open_file *f, mode_t);
sys/lib/libsa/stand.h
87
int (*dv_open)(struct open_file *f, ...);
sys/lib/libsa/stand.h
88
int (*dv_close)(struct open_file *f);
sys/lib/libsa/stand.h
89
int (*dv_ioctl)(struct open_file *f, u_long cmd, void *data);
sys/lib/libsa/tftp.c
257
tftp_open(char *path, struct open_file *f)
sys/lib/libsa/tftp.c
283
tftp_read(struct open_file *f, void *addr, size_t size, size_t *resid)
sys/lib/libsa/tftp.c
362
tftp_close(struct open_file *f)
sys/lib/libsa/tftp.c
378
tftp_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/tftp.c
384
tftp_stat(struct open_file *f, struct stat *sb)
sys/lib/libsa/tftp.c
396
tftp_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/tftp.c
421
tftp_readdir(struct open_file *f, char *name)
sys/lib/libsa/tftp.h
106
int tftp_open(char *, struct open_file *);
sys/lib/libsa/tftp.h
107
int tftp_close(struct open_file *);
sys/lib/libsa/tftp.h
108
int tftp_read(struct open_file *, void *, size_t, size_t *);
sys/lib/libsa/tftp.h
109
int tftp_write(struct open_file *, void *, size_t, size_t *);
sys/lib/libsa/tftp.h
110
off_t tftp_seek(struct open_file *, off_t, int);
sys/lib/libsa/tftp.h
111
int tftp_stat(struct open_file *, struct stat *);
sys/lib/libsa/tftp.h
112
int tftp_readdir(struct open_file *, char *);
sys/lib/libsa/ufs.c
100
static int block_map(struct open_file *, daddr32_t, daddr32_t *);
sys/lib/libsa/ufs.c
101
static int buf_read_file(struct open_file *, char **, size_t *);
sys/lib/libsa/ufs.c
102
static int search_directory(char *, struct open_file *, ufsino_t *);
sys/lib/libsa/ufs.c
112
read_inode(ufsino_t inumber, struct open_file *f)
sys/lib/libsa/ufs.c
162
chmod_inode(ufsino_t inumber, struct open_file *f, mode_t mode)
sys/lib/libsa/ufs.c
207
block_map(struct open_file *f, daddr32_t file_block, daddr32_t *disk_block_p)
sys/lib/libsa/ufs.c
304
buf_read_file(struct open_file *f, char **buf_p, size_t *size_p)
sys/lib/libsa/ufs.c
362
search_directory(char *name, struct open_file *f, ufsino_t *inumber_p)
sys/lib/libsa/ufs.c
407
ufs_open(char *path, struct open_file *f)
sys/lib/libsa/ufs.c
583
ufs_close(struct open_file *f)
sys/lib/libsa/ufs.c
615
ufs_read(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/ufs.c
649
ufs_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/ufs.c
656
ufs_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/ufs.c
677
ufs_stat(struct open_file *f, struct stat *sb)
sys/lib/libsa/ufs.c
690
ufs_fchmod(struct open_file *f, mode_t mode)
sys/lib/libsa/ufs.c
699
ufs_readdir(struct open_file *f, char *name)
sys/lib/libsa/ufs.c
98
static int read_inode(ufsino_t, struct open_file *);
sys/lib/libsa/ufs.c
99
static int chmod_inode(ufsino_t, struct open_file *, mode_t);
sys/lib/libsa/ufs.h
35
int ufs_open(char *path, struct open_file *f);
sys/lib/libsa/ufs.h
36
int ufs_close(struct open_file *f);
sys/lib/libsa/ufs.h
37
int ufs_read(struct open_file *f, void *buf,
sys/lib/libsa/ufs.h
39
int ufs_write(struct open_file *f, void *buf,
sys/lib/libsa/ufs.h
41
off_t ufs_seek(struct open_file *f, off_t offset, int where);
sys/lib/libsa/ufs.h
42
int ufs_stat(struct open_file *f, struct stat *sb);
sys/lib/libsa/ufs.h
43
int ufs_readdir(struct open_file *f, char *name);
sys/lib/libsa/ufs.h
44
int ufs_fchmod(struct open_file *f, mode_t mode);
sys/lib/libsa/ufs2.c
100
static int buf_read_file(struct open_file *, char **, size_t *);
sys/lib/libsa/ufs2.c
101
static int search_directory(char *, struct open_file *, ufsino_t *);
sys/lib/libsa/ufs2.c
111
read_inode(ufsino_t inumber, struct open_file *f)
sys/lib/libsa/ufs2.c
160
chmod_inode(ufsino_t inumber, struct open_file *f, mode_t mode)
sys/lib/libsa/ufs2.c
203
block_map(struct open_file *f, daddr_t file_block, daddr_t *disk_block_p)
sys/lib/libsa/ufs2.c
300
buf_read_file(struct open_file *f, char **buf_p, size_t *size_p)
sys/lib/libsa/ufs2.c
358
search_directory(char *name, struct open_file *f, ufsino_t *inumber_p)
sys/lib/libsa/ufs2.c
403
ufs2_open(char *path, struct open_file *f)
sys/lib/libsa/ufs2.c
579
ufs2_close(struct open_file *f)
sys/lib/libsa/ufs2.c
611
ufs2_read(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/ufs2.c
645
ufs2_write(struct open_file *f, void *start, size_t size, size_t *resid)
sys/lib/libsa/ufs2.c
652
ufs2_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/ufs2.c
673
ufs2_stat(struct open_file *f, struct stat *sb)
sys/lib/libsa/ufs2.c
686
ufs2_fchmod(struct open_file *f, mode_t mode)
sys/lib/libsa/ufs2.c
695
ufs2_readdir(struct open_file *f, char *name)
sys/lib/libsa/ufs2.c
97
static int read_inode(ufsino_t, struct open_file *);
sys/lib/libsa/ufs2.c
98
static int chmod_inode(ufsino_t, struct open_file *, mode_t);
sys/lib/libsa/ufs2.c
99
static int block_map(struct open_file *, daddr_t, daddr_t *);
sys/lib/libsa/ufs2.h
32
int ufs2_open(char *, struct open_file *);
sys/lib/libsa/ufs2.h
33
int ufs2_close(struct open_file *);
sys/lib/libsa/ufs2.h
34
int ufs2_read(struct open_file *, void *, size_t, size_t *);
sys/lib/libsa/ufs2.h
35
int ufs2_write(struct open_file *, void *, size_t, size_t *);
sys/lib/libsa/ufs2.h
36
int ufs2_stat(struct open_file *, struct stat *);
sys/lib/libsa/ufs2.h
37
int ufs2_readdir(struct open_file *, char *);
sys/lib/libsa/ufs2.h
38
off_t ufs2_seek(struct open_file *, off_t, int);
sys/lib/libsa/ufs2.h
39
int ufs2_fchmod(struct open_file *, mode_t);
sys/lib/libsa/write.c
70
struct open_file *f = &files[fd];
usr.sbin/nsd/simdzone/src/zone.c
314
if ((code = open_file(parser, *file, path, length)) == 0)
usr.sbin/nsd/simdzone/src/zone.c
403
if ((code = open_file(parser, &parser->first, path, strlen(path))) == 0)
usr.sbin/syslogd/privsep.c
285
fd = open_file(path);
usr.sbin/syslogd/privsep.c
86
static int open_file(char *);