Home
last modified time | relevance | path

Searched refs:O_DSYNC (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/cmd/dir_rd_update/
H A Ddir_rd_update.c82 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 Dtst.fds.c81 fds[n++] = open(file, O_RDWR | O_APPEND | O_CREAT | O_DSYNC | in main()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in161 inline int O_DSYNC = @O_DSYNC@; variable
162 #pragma D binding "1.1" O_DSYNC
H A Dio.sed.in58 SED_REPLACE(O_DSYNC)
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc99 O_WRONLY | O_CREAT | O_TRUNC | O_DSYNC, in redirect_io()
117 O_WRONLY | O_CREAT | O_TRUNC | O_DSYNC, in redirect_io()
/illumos-gate/usr/src/lib/pam_modules/unix_session/
H A Dunix_session.c132 if ((fdl = open(LASTLOG, O_RDWR|O_CREAT|O_DSYNC, 0444)) >= 0) { in pam_sm_open_session()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dfcntl_h.cfg35 value | O_DSYNC | int | fcntl.h | XPG3+ POSIX-1993+
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h69 #define O_DSYNC 0x40 /* synchronized data update option */ macro
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c781 if (op != O_DSYNC && op != O_SYNC) { in aio_fsync()
810 if (op == O_DSYNC) in aio_fsync()
1638 if (op != O_DSYNC && op != O_SYNC) { in aio_fsync64()
1667 if (op == O_DSYNC) in aio_fsync64()
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c366 O_SYNC | O_DSYNC | O_RSYNC | O_XATTR | \
404 if (flags & O_DSYNC) in show_fileflags()
/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.c749 flags |= O_DSYNC; in blockif_open()
1201 flags |= O_DSYNC; in blockif_set_wce()
1203 flags &= ~O_DSYNC; in blockif_set_wce()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_sysevent.c257 if ((fd = open64(dumpdev, O_RDWR | O_DSYNC)) == -1) { in sysev_replay()
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c362 dumpfd = Open(dumpfile, O_RDWR | O_DSYNC, 0644); in read_dumphdr()
1458 dumpfd = Open(dumpfile, O_RDWR | O_DSYNC, 0644); in message_save()
1538 dumpfd = Open(dumpfile, O_RDWR | O_DSYNC, 0644); in stack_retrieve()
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c628 if (flag & O_DSYNC) { in g_object_open()
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c731 oflag |= O_DSYNC; in main()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c1961 (O_NDELAY|O_APPEND|O_SYNC|O_DSYNC|O_NONBLOCK|O_CREAT|O_TRUNC\
1999 if (arg & O_DSYNC) in openarg()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg1106 @ MSG_PR_O_DSYNC "O_DSYNC"
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dtavor.c133 if ((fd = open(filename, O_RDWR|O_CREAT|O_DSYNC, mode)) < 0) { in fw_readfw()
H A Dhermon.c541 if ((fd = open(filename, O_RDWR|O_CREAT|O_DSYNC, mode)) < 0) { in cnx_write_file()