Searched defs:open_file (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dbzipfs.c40 struct open_file { struct
65 static int bzf_open(const char *path, struct open_file *f);
66 static int bzf_close(struct open_file *f);
67 static int bzf_read(struct open_file *f, void *buf, size_t size, size_t *resid);
68 static off_t bzf_seek(struct open_file *f, off_t offset, int where);
69 static int bzf_stat(struct open_file *f, struct stat *sb);
150 bzf_open(const char *fname, struct open_file *f)
219 bzf_close(struct open_file *f)
230 bzf_read(struct open_file *f, void *buf, size_t size, size_t *resid)
266 bzf_rewind(struct open_file *
[all...]
H A Dstand.h91 struct open_file;
103 int (*fo_open)(const char *path, struct open_file *f);
104 int (*fo_close)(struct open_file *f);
105 int (*fo_read)(struct open_file *f, void *buf,
107 int (*fo_write)(struct open_file *f, void *buf,
109 off_t (*fo_seek)(struct open_file *f, off_t offset, int where);
110 int (*fo_stat)(struct open_file *f, struct stat *sb);
111 int (*fo_readdir)(struct open_file *f, struct dirent *d);
143 int (*dv_open)(struct open_file *f, ...);
144 int (*dv_close)(struct open_file *
175 struct open_file { struct
[all...]
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c78 open_file(void) function
165 if ((fd = open_file()) < 0)
172 if (fd < 0 && (fd = open_file()) < 0)
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c284 open_file(char *fname, int flags) function
977 if ((muxfd = open_file(muxctl, oflags)) == -1) {
1159 if ((muxfd = open_file(muxctl, oflags)) != -1) {
1260 if ((muxfd = open_file(muxctl, oflags)) == -1) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c903 open_file() function
1515 device_fd = open_file();
1709 fd = open_file();
1930 fd = open_file();
2067 fd = open_file();
2338 device_fd = open_file();
2523 fd = open_file();
2682 fd = open_file();
2899 fd = open_file();

Completed in 1057 milliseconds