/illumos-gate/usr/src/test/zfs-tests/cmd/dir_rd_update/ |
H A D | dir_rd_update.c | 82 testdd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main() 92 int fd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/io/ |
H A D | tst.fds.c | 83 O_SYNC | O_TRUNC | O_XATTR); in main()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | io.d.in | 175 inline int O_SYNC = @O_SYNC@; variable 176 #pragma D binding "1.1" O_SYNC
|
H A D | io.sed.in | 65 SED_REPLACE(O_SYNC)
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_dli.c | 140 return (di_dli_open(path, O_RDWR | O_SYNC | O_TRUNC | O_CREAT, in di_dli_openw()
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 59 #define O_SYNC 020 /* synchronous write option */ macro
|
/illumos-gate/usr/src/test/os-tests/tests/oclo/ |
H A D | oclo_errors.c | 160 if (!oclo_pipe2("pipe2(): O_SYNC|O_CLOXEC", O_SYNC | O_CLOEXEC)) { in main()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | fcntl.h | 98 #define O_SYNC 0x0080 /* POSIX synonym for O_FSYNC */ macro
|
/illumos-gate/usr/src/test/zfs-tests/cmd/file_write/ |
H A D | file_write.c | 166 oflag = oflag | O_SYNC; in main()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | shiocmd_solaris.c | 464 #ifndef O_SYNC 541 #ifdef O_SYNC in b_open() 542 oflag |= O_SYNC; in b_open()
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | fcntl_h.cfg | 43 value | O_SYNC | int | fcntl.h | XPG3+ POSIX-1993+
|
/illumos-gate/usr/src/test/zfs-tests/cmd/mkholes/ |
H A D | mkholes.c | 140 if ((fd = open(fname, O_LARGEFILE | O_RDWR | O_CREAT | O_SYNC, in main()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fcntl.h | 68 #define O_SYNC 0x10 /* synchronized file update option */ macro
|
/illumos-gate/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 1125 #if defined(O_SYNC) in serial_hw_init() 1127 | O_SYNC in serial_hw_init()
|
/illumos-gate/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 387 O_SYNC | O_DSYNC | O_RSYNC | O_XATTR | \ 423 if (flags & O_SYNC) in show_fileflags()
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_log.c | 375 oflags &= ~O_SYNC; in fmd_log_xopen() 438 return (fmd_log_xopen(root, name, tag, O_RDWR | O_SYNC)); in fmd_log_tryopen() 444 return (fmd_log_xopen(root, name, tag, O_RDWR | O_CREAT | O_SYNC)); in fmd_log_open()
|
/illumos-gate/usr/src/lib/libc/port/aio/ |
H A D | posix_aio.c | 780 if (op != O_DSYNC && op != O_SYNC) { in aio_fsync() 1637 if (op != O_DSYNC && op != O_SYNC) { in aio_fsync64()
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | genf.c | 634 if (flag & O_SYNC) { in g_object_open()
|
/illumos-gate/usr/src/test/zfs-tests/tests/perf/ |
H A D | perf.shlib | 138 # PERF_SYNC_TYPES: Whether to use (O_SYNC) or not. 1 is sync IO, 0 is async IO.
|
/illumos-gate/usr/src/cmd/dd/ |
H A D | dd.c | 735 oflag |= O_SYNC; in main()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | block_if.c | 601 extra |= O_SYNC; in blockif_open()
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 1947 afd = open(_PATH_AVENRUN, O_RDONLY|O_SYNC); in getla() 2937 # ifdef O_SYNC 2938 return fcntl(fd, F_SETFL, O_SYNC);
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 2200 (O_NDELAY|O_APPEND|O_SYNC|O_DSYNC|O_NONBLOCK|O_CREAT|O_TRUNC\ 2236 if (arg & O_SYNC) in openarg()
|
/illumos-gate/usr/src/cmd/stmsboot/ |
H A D | stmsboot_util.c | 159 mapfd = open(ondiskname, O_RDWR|O_CREAT|O_SYNC, S_IRUSR | S_IWUSR); in main()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 1106 @ MSG_PR_O_SYNC "O_SYNC"
|