Searched refs:open_file (Results 26 - 50 of 88) sorted by relevance

1234

/freebsd-11-stable/stand/libsa/
H A Dclose.c71 struct open_file *f = &files[fd];
H A Dnandfs.c71 struct open_file *nf_file;
91 static int nandfs_open(const char *, struct open_file *);
92 static int nandfs_close(struct open_file *);
93 static int nandfs_read(struct open_file *, void *, size_t, size_t *);
94 static off_t nandfs_seek(struct open_file *, off_t, int);
95 static int nandfs_stat(struct open_file *, struct stat *);
96 static int nandfs_readdir(struct open_file *, struct dirent *);
111 static int ioread(struct open_file *, off_t, void *, u_int);
112 static int nandfs_probe_sectorsize(struct open_file *);
195 nandfs_find_super_block(struct nandfs *fs, struct open_file *
[all...]
H A Dext2fs.c97 static int ext2fs_open(const char *path, struct open_file *f);
98 static int ext2fs_close(struct open_file *f);
99 static int ext2fs_read(struct open_file *f, void *buf,
101 static off_t ext2fs_seek(struct open_file *f, off_t offset, int where);
102 static int ext2fs_stat(struct open_file *f, struct stat *sb);
103 static int ext2fs_readdir(struct open_file *f, struct dirent *d);
321 static int read_inode(ino_t inumber, struct open_file *f);
322 static int block_map(struct open_file *f, daddr_t file_block,
324 static int buf_read_file(struct open_file *f, char **buf_p,
326 static int search_directory(char *name, struct open_file *
[all...]
H A Dpkgfs.c43 static int pkg_open(const char *, struct open_file *);
44 static int pkg_close(struct open_file *);
45 static int pkg_read(struct open_file *, void *, size_t, size_t *);
46 static off_t pkg_seek(struct open_file *, off_t, int);
47 static int pkg_stat(struct open_file *, struct stat *);
48 static int pkg_readdir(struct open_file *, struct dirent *);
200 pkg_open(const char *fn, struct open_file *f)
251 pkg_close(struct open_file *f)
270 pkg_read(struct open_file *f, void *buf, size_t size, size_t *res)
332 pkg_seek(struct open_file *
[all...]
H A Ddosfs.h98 struct open_file *fd; /* file descriptor */
H A Dlseek.c72 struct open_file *f = &files[fd];
H A Dread.c72 struct open_file *f = &files[fd];
H A Ddosfs.c45 static int dos_open(const char *path, struct open_file *fd);
46 static int dos_close(struct open_file *fd);
47 static int dos_read(struct open_file *fd, void *buf, size_t size, size_t *resid);
48 static off_t dos_seek(struct open_file *fd, off_t offset, int whence);
49 static int dos_stat(struct open_file *fd, struct stat *sb);
50 static int dos_readdir(struct open_file *fd, struct dirent *d);
146 static int ioget(struct open_file *, daddr_t, void *, size_t);
149 dos_read_fatblk(DOS_FS *fs, struct open_file *fd, u_int blknum)
182 dos_mount(DOS_FS *fs, struct open_file *fd)
235 dos_open(const char *path, struct open_file *f
[all...]
H A Dtftp.c40 * - socket descriptor (int) at open_file->f_devdata
67 static int tftp_open(const char *, struct open_file *);
68 static int tftp_close(struct open_file *);
70 static int tftp_read(struct open_file *, void *, size_t, size_t *);
71 static off_t tftp_seek(struct open_file *, off_t, int);
73 static int tftp_stat(struct open_file *, struct stat *);
433 tftp_open(const char *path, struct open_file *f)
495 tftp_read(struct open_file *f, void *addr, size_t size,
578 tftp_close(struct open_file *f)
595 tftp_stat(struct open_file *
[all...]
H A Dnfs.c126 int nfs_open(const char *path, struct open_file *f);
127 static int nfs_close(struct open_file *f);
128 static int nfs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
129 static off_t nfs_seek(struct open_file *f, off_t offset, int where);
130 static int nfs_stat(struct open_file *f, struct stat *sb);
131 static int nfs_readdir(struct open_file *f, struct dirent *d);
465 nfs_open(const char *upath, struct open_file *f)
658 nfs_close(struct open_file *f)
677 nfs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
718 nfs_seek(struct open_file *
[all...]
/freebsd-11-stable/stand/userboot/userboot/
H A Duserboot_disk.c60 static int userdisk_open(struct open_file *f, ...);
61 static int userdisk_close(struct open_file *f);
62 static int userdisk_ioctl(struct open_file *f, u_long cmd, void *data);
158 userdisk_open(struct open_file *f, ...)
177 userdisk_close(struct open_file *f)
231 userdisk_ioctl(struct open_file *f, u_long cmd, void *data)
/freebsd-11-stable/stand/uboot/lib/
H A Ddisk.c77 static int stor_open(struct open_file *, ...);
78 static int stor_close(struct open_file *);
79 static int stor_ioctl(struct open_file *f, u_long cmd, void *data);
176 stor_open(struct open_file *f, ...)
210 stor_close(struct open_file *f)
275 stor_ioctl(struct open_file *f, u_long cmd, void *data)
/freebsd-11-stable/stand/common/
H A Ddev_net.c80 static int net_open(struct open_file *, ...);
81 static int net_close(struct open_file *);
121 net_open(struct open_file *f, ...)
200 net_close(struct open_file *f)
/freebsd-11-stable/stand/libsa/zfs/
H A Dzfs.c56 static int zfs_open(const char *path, struct open_file *f);
57 static int zfs_close(struct open_file *f);
58 static int zfs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
59 static off_t zfs_seek(struct open_file *f, off_t offset, int where);
60 static int zfs_stat(struct open_file *f, struct stat *sb);
61 static int zfs_readdir(struct open_file *f, struct dirent *d);
103 zfs_open(const char *upath, struct open_file *f)
127 zfs_close(struct open_file *f)
145 zfs_read(struct open_file *f, void *start, size_t size, size_t *resid /* out */)
177 zfs_seek(struct open_file *
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_migrate.c176 open_file(const char *path, function
186 /*SVN_ERR(eb->wrapped_editor->open_file(path,
347 open_file,
H A Ddepth_filter_editor.c281 open_file(const char *path,
295 SVN_ERR(eb->wrapped_editor->open_file(path, pb->wrapped_baton,
470 depth_filter_editor->open_file = open_file;
279 open_file(const char *path, function
H A Dcancel.c181 open_file(const char *path, function
193 SVN_ERR(eb->wrapped_editor->open_file(path,
375 tree_editor->open_file = open_file;
H A Ddebug_editor.c224 open_file(const char *path, function
235 SVN_ERR(svn_stream_printf(eb->out, pool, "open_file : '%s':%ld\n",
241 SVN_ERR(eb->wrapped_editor->open_file(path,
481 tree_editor->open_file = open_file;
/freebsd-11-stable/contrib/groff/src/include/
H A Dfont.h63 static FILE *open_file(const char *name, char **pathp);
/freebsd-11-stable/stand/pc98/libpc98/
H A Dbioscd.c100 static int bc_open(struct open_file *f, ...);
101 static int bc_close(struct open_file *f);
202 bc_open(struct open_file *f, ...)
222 bc_close(struct open_file *f)
H A Dbiosdisk.c111 static int bd_open(struct open_file *f, ...);
112 static int bd_close(struct open_file *f);
113 static int bd_ioctl(struct open_file *f, u_long cmd, void *data);
320 bd_open(struct open_file *f, ...)
367 bd_close(struct open_file *f)
381 bd_ioctl(struct open_file *f, u_long cmd, void *data)
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dlog.c254 open_file(krb5_context context, krb5_log_facility *fac, int min, int max, function
302 ret = open_file(context, f, min, max, NULL, NULL, stderr, 1);
304 ret = open_file(context, f, min, max, "/dev/console", "w", NULL, 0);
339 ret = open_file(context, f, min, max, fn, "a", file, keep_open);
341 ret = open_file(context, f, min, max, strdup(p + 7), "w", NULL, 0);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dnode_tree.c336 open_file(const char *path,
409 my_editor->open_file = open_file;
333 open_file(const char *path, function
/freebsd-11-stable/stand/i386/libfirewire/
H A Dfirewire.c71 static int fw_open(struct open_file *f, ...);
72 static int fw_close(struct open_file *f);
179 fw_open(struct open_file *f, ...)
196 fw_close(struct open_file *f)
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dsearchpath.cpp97 FILE *search_path::open_file(const char *name, char **pathp) function in class:search_path

Completed in 236 milliseconds

1234