| /openbsd-src/regress/sys/fileops/ |
| H A D | Makefile.inc | 9 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 D | Makefile | 4 PROG= fileops
|
| /openbsd-src/usr.bin/sndiod/ |
| H A D | fdpass.h | 20 struct fileops; 22 struct fdpass *fdpass_new(int sock, struct fileops *ops); 25 extern struct fileops worker_fileops, helper_fileops;
|
| H A D | file.h | 33 struct fileops { struct 50 struct fileops *ops; /* event handlers */ argument 75 struct file *file_new(struct fileops *, void *, char *, unsigned int);
|
| H A D | fdpass.c | 49 struct fileops worker_fileops = { 58 struct fileops helper_fileops = { 323 fdpass_new(int sock, struct fileops *ops) in fdpass_in_helper()
|
| H A D | miofile.c | 39 struct fileops port_mio_ops = {
|
| H A D | dev_sioctl.c | 41 struct fileops dev_sioctl_ops = {
|
| H A D | listen.c | 44 struct fileops listen_fileops = {
|
| H A D | siofile.c | 45 extern struct fileops dev_sioctl_ops; 47 struct fileops dev_sio_ops = {
|
| H A D | file.c | 204 file_new(struct fileops *ops, void *arg, char *name, unsigned int nfds)
|
| H A D | sock.c | 69 struct fileops sock_fileops = {
|
| /openbsd-src/sys/sys/ |
| H A D | file.h | 65 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 D | Makefile | 5 fifofs fileops kern mfs_noperm \
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libio/ |
| H A D | Makefile.am | 48 filedoalloc.c genops.c fileops.c stdfiles.c c_codecvt.c \
|
| H A D | ChangeLog | 321 * 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 D | Makefile.in | 164 @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 D | sys_socket.c | 49 const struct fileops socketops = {
|
| H A D | vfs_vnops.c | 64 const struct fileops vnops = {
|
| H A D | sys_pipe.c | 66 static const struct fileops pipeops = {
|
| H A D | kern_event.c | 99 const struct fileops kqueueops = {
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_linux.c | 2551 const struct fileops dmabufops = { in dmabuf_seek() 3130 const struct fileops syncfileops = {
|
| /openbsd-src/regress/usr.bin/diff/ |
| H A D | t9.1 | 731 extern struct fileops vnops;
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/ |
| H A D | ChangeLog-2000 | 2782 * 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
|