Home
last modified time | relevance | path

Searched refs:fileops (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/regress/sys/fileops/
H A DMakefile.inc9 FILEOPS_MNT= /mnt/regress-fileops-${FS}
10 FILEOPS_PROG= ${.OBJDIR}/../fileops
44 ${.OBJDIR}/../fileops:
45 ${.MAKE} -C ${.CURDIR}/.. fileops
49 run-$t: ${.OBJDIR}/../fileops
59 @echo "Install the p5-File-Slurp package to run fileops $t subtest"
H A DMakefile4 PROG= fileops
/openbsd-src/usr.bin/sndiod/
H A Dfdpass.h20 struct fileops;
22 struct fdpass *fdpass_new(int sock, struct fileops *ops);
25 extern struct fileops worker_fileops, helper_fileops;
H A Dfile.h33 struct fileops { struct
50 struct fileops *ops; /* event handlers */ argument
75 struct file *file_new(struct fileops *, void *, char *, unsigned int);
H A Dfdpass.c49 struct fileops worker_fileops = {
58 struct fileops helper_fileops = {
323 fdpass_new(int sock, struct fileops *ops) in fdpass_in_helper()
H A Dmiofile.c39 struct fileops port_mio_ops = {
H A Ddev_sioctl.c41 struct fileops dev_sioctl_ops = {
H A Dlisten.c44 struct fileops listen_fileops = {
H A Dsiofile.c45 extern struct fileops dev_sioctl_ops;
47 struct fileops dev_sio_ops = {
H A Dfile.c204 file_new(struct fileops *ops, void *arg, char *name, unsigned int nfds)
H A Dsock.c69 struct fileops sock_fileops = {
/openbsd-src/sys/sys/
H A Dfile.h65 struct fileops { struct
95 const struct fileops *f_ops; /* [I] file operation pointers */ argument
136 extern const struct fileops socketops; /* socket operations for files */
137 extern const struct fileops vnops; /* vnode operations for files */
/openbsd-src/regress/sys/
H A DMakefile5 fifofs fileops kern mfs_noperm \
/openbsd-src/gnu/lib/libstdc++/libstdc++/libio/
H A DMakefile.am48 filedoalloc.c genops.c fileops.c stdfiles.c c_codecvt.c \
H A DChangeLog321 * fileops.c: #include <unistd.h>.
541 (IO_OBJECTS): Add filedoalloc.o fileops.o genops.o iofclose.o
640 * fileops.c: Make thread-safe by using _IO_cleanup_region_start
729 * fileops.c: Likewise.
796 * fileops.c: Keep name space clean on systems which require this.
1072 * fileops.c (_IO_file_close_it): Just call _IO_do_flush rather
1128 * fileops.c (_IO_do_write): Revert previous fix. (It fails to
1135 * fileops.c (_IO_do_write): Even if to_do==0, must re-set buffer
1481 * fileops.c (_IO_file_setbuf), genops.c (_IO_default_setbuf),
1488 * fileops.c (_IO_file_jumps), iopopen.c (_IO_proc_jumps), iovfprintf.c
[all …]
H A DMakefile.in164 @GLIBCPP_NEED_LIBIO_TRUE@ filedoalloc.c genops.c fileops.c stdfiles.c c_codecvt.c \
190 @GLIBCPP_NEED_LIBIO_TRUE@@GLIBCPP_NEED_WLIBIO_FALSE@fileops.lo \
197 @GLIBCPP_NEED_LIBIO_TRUE@@GLIBCPP_NEED_WLIBIO_TRUE@genops.lo fileops.lo \
/openbsd-src/sys/kern/
H A Dsys_socket.c49 const struct fileops socketops = {
H A Dvfs_vnops.c64 const struct fileops vnops = {
H A Dsys_pipe.c66 static const struct fileops pipeops = {
H A Dkern_event.c99 const struct fileops kqueueops = {
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_linux.c2551 const struct fileops dmabufops = { in dmabuf_seek()
3130 const struct fileops syncfileops = {
/openbsd-src/regress/usr.bin/diff/
H A Dt9.1731 extern struct fileops vnops;
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20002782 * libio/fileops.c
2890 * libio/fileops.cc: Update to current glibc sources.
3250 * libio/[filedoalloc.c, fileops.c, genops.c, iolibio.h, libio.h,
8346 * libio/fileops.c: Use _IO_seek_fpos_t and _IO_seek_off_t types
9112 * libio/Makefile.in: Add fileops.lo, genops.lo to objects to debug