Home
last modified time | relevance | path

Searched refs:O_SYNC (Results 1 – 25 of 27) sorted by relevance

12

/titanic_44/usr/src/lib/libbc/libc/sys/4.2/
H A Dfcntl.c62 #define FLAGS_MASK (O_SYNC|O_NONBLOCK|O_CREAT|O_TRUNC|O_EXCL \
121 if (arg & O_SYNC)
163 narg |= O_SYNC;
/titanic_44/usr/src/lib/libbc/libc/sys/sys5/
H A Dfcntl.c61 #define FLAGS_MASK (O_SYNC|O_NONBLOCK|O_CREAT|O_TRUNC|O_EXCL \
118 if (arg & O_SYNC)
158 narg |= O_SYNC;
/titanic_44/usr/src/test/zfs-tests/cmd/dir_rd_update/
H A Ddir_rd_update.c77 testdd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main()
87 int fd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main()
/titanic_44/usr/src/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c85 O_SYNC | O_TRUNC | O_XATTR); in main()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h83 #define O_SYNC _FSYNC macro
/titanic_44/usr/src/lib/libdevinfo/
H A Ddevinfo_dli.c142 return (di_dli_open(path, O_RDWR | O_SYNC | O_TRUNC | O_CREAT, in di_dli_openw()
/titanic_44/usr/src/ucbhead/sys/
H A Dfcntl.h60 #define O_SYNC 020 /* synchronous write option */ macro
/titanic_44/usr/src/lib/libdtrace/common/
H A Dio.d.in175 inline int O_SYNC = @O_SYNC@; variable
176 #pragma D binding "1.1" O_SYNC
H A Dio.sed.in67 SED_REPLACE(O_SYNC)
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A D_open.c66 #define FLAGS_MASK (O_SYNC|O_NONBLOCK|O_CREAT|O_TRUNC|O_EXCL \
79 if (flags & O_SYNC) in open_com()
/titanic_44/usr/src/test/zfs-tests/cmd/file_write/
H A Dfile_write.c161 oflag = oflag | O_SYNC; in main()
/titanic_44/usr/src/test/libc-tests/cfg/symbols/
H A Dfcntl_h.cfg43 value | O_SYNC | int | fcntl.h | XPG3+ POSIX-1993+
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c464 #ifndef O_SYNC
541 #ifdef O_SYNC in b_open()
542 oflag |= O_SYNC; in b_open()
/titanic_44/usr/src/uts/common/sys/
H A Dfcntl.h67 #define O_SYNC 0x10 /* synchronized file update option */ macro
/titanic_44/usr/src/test/zfs-tests/cmd/mkholes/
H A Dmkholes.c140 if ((fd = open(fname, O_LARGEFILE | O_RDWR | O_CREAT | O_SYNC, in main()
/titanic_44/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1122 #if defined(O_SYNC) in serial_hw_init()
1124 | O_SYNC in serial_hw_init()
/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c377 oflags &= ~O_SYNC; in fmd_log_xopen()
440 return (fmd_log_xopen(root, name, tag, O_RDWR | O_SYNC)); in fmd_log_tryopen()
446 return (fmd_log_xopen(root, name, tag, O_RDWR | O_CREAT | O_SYNC)); in fmd_log_open()
/titanic_44/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c404 O_SYNC | O_DSYNC | O_RSYNC | O_XATTR | \
440 if (flags & O_SYNC) in show_fileflags()
/titanic_44/usr/src/lib/libc/port/aio/
H A Dposix_aio.c781 if (op != O_DSYNC && op != O_SYNC) { in aio_fsync()
1639 if (op != O_DSYNC && op != O_SYNC) { in aio_fsync64()
/titanic_44/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c634 if (flag & O_SYNC) { in g_object_open()
/titanic_44/usr/src/cmd/dd/
H A Ddd.c698 oflag |= O_SYNC; in main()
/titanic_44/usr/src/cmd/truss/
H A Dcodes.c1922 (O_NDELAY|O_APPEND|O_SYNC|O_DSYNC|O_NONBLOCK|O_CREAT|O_TRUNC\
1958 if (arg & O_SYNC) in openarg()
/titanic_44/usr/src/cmd/sendmail/src/
H A Dconf.c1946 afd = open(_PATH_AVENRUN, O_RDONLY|O_SYNC); in getla()
2936 # ifdef O_SYNC
2937 return fcntl(fd, F_SETFL, O_SYNC);
/titanic_44/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c159 mapfd = open(ondiskname, O_RDWR|O_CREAT|O_SYNC, S_IRUSR | S_IWUSR); in main()
/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg1086 @ MSG_PR_O_SYNC "O_SYNC"

12