/illumos-gate/usr/src/cmd/sendmail/db/os/ |
H A D | os_fsync.c | 39 #define fsync(fd) __mpe_fsync(fd); macro 42 #define fsync(fd) _commit(fd); macro 57 ret = __db_jump.j_fsync != NULL ? __db_jump.j_fsync(fd) : fsync(fd);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | fsync.c | 28 NoN(fsync) 39 fsync(int fd)
|
/illumos-gate/usr/src/lib/librename/common/ |
H A D | librename.c | 175 if (fsync(lrap->lra_tmpfd) != 0) { in librename_atomic_commit() 188 if (fsync(lrap->lra_tmpfd) != 0) { in librename_atomic_commit() 194 if (fsync(lrap->lra_dirfd) != 0) { in librename_atomic_commit()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies | 22 'fsync', 129 'fsync', 207 'fsync', 473 'fsync', 1174 'fsync', 1271 'fsync', 1527 'fsync', 1922 'fsync', 2299 'fsync', 8047 'fsync', [all …]
|
H A D | implicit_dependencies.pretty | 887 'fsync', 983 'fsync', 1110 'fsync', 1237 'fsync', 1328 'fsync', 1558 'fsync', 3448 'fsync', 3986 'fsync', 6251 'fsync', 8951 'fsync', [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/ |
H A D | implicit_dependencies.pretty | 631 'fsync', 701 'fsync', 771 'fsync', 846 'fsync', 939 'fsync', 1173 'fsync', 2075 'fsync', 2238 'fsync', 2308 'fsync', 4081 'fsync', [all …]
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | parallel.c | 266 fsync(2); in printer_info() 325 fsync(2); in wait_state()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | krbfileio.c | 47 if ((fflush(fp) == EOF) || ferror(fp) || (fsync(fileno(fp)) == -1)) { in krb5_sync_disk_file()
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_log.cc | 257 if (fsync(to) != 0) { in copy_log_file() 285 status = fsync(fileno(file)); in sync_log()
|
H A D | db_pickle.cc | 115 fsync(fileno(file)); in transfer()
|
H A D | db_dictlog.cc | 248 status = fsync(fileno(file)); in append()
|
/illumos-gate/usr/src/lib/lib9p/common/backend/ |
H A D | backend.h | 60 int (*fsync)(void *, struct l9p_request *); member
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_io.c | 450 #ifndef fsync in krb5_rc_io_sync() 451 #define fsync _commit in krb5_rc_io_sync() macro 454 if (fsync(d->fd) == -1) { in krb5_rc_io_sync()
|
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | lp.cat.c | 290 fsync(2); in printer_info() 343 fsync(2); in wait_state()
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_lock.c | 139 (void) fsync(state_fd); in rcmd_lock_init() 165 (void) fsync(state_fd); in get_seq_number() 641 (void) fsync(state_fd); in dr_req_update_entry() 736 (void) fsync(state_fd); in dr_req_add() 843 (void) fsync(state_fd); in dr_req_remove()
|
/illumos-gate/usr/src/cmd/fm/mcdecode/ |
H A D | mcdecode.c | 204 if (fsync(fd) != 0) { in mcdecode_dump()
|
/illumos-gate/usr/src/cmd/modload/ |
H A D | plcysubr.c | 412 (void) fsync(newfd); in delete_one_entry() 666 if (fflush(fp) != 0 || fsync(fileno(fp)) != 0 || fclose(fp) != 0) in update_device_policy()
|
H A D | drvsubr.c | 208 (void) fsync(fpint); in append_to_file() 290 (void) fsync(fpint); in append_to_minor_perm() 527 if (fflush(newfp) != 0 || fsync(fileno(newfp)) != 0) in delete_entry() 1575 if (fflush(newfp) != 0 || fsync(fileno(newfp)) != 0) in update_minor_entry()
|
/illumos-gate/usr/src/cmd/bhyve/ |
H A D | block_if.c | 345 } else if (fsync(bc->bc_fd)) in blockif_proc() 354 if (fsync(bc->bc_fd)) in blockif_proc() 1191 res = fsync(bc->bc_fd); in blockif_set_wce()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 94 extern int fsync(int); 584 (void) fsync(fileno(qf)); in chkquota()
|
/illumos-gate/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 257 #define VOP_FSYNC(vp, f, cr, ct) fsync((vp)->v_fd)
|
/illumos-gate/usr/src/cmd/dispadmin/ |
H A D | dispadmin.c | 351 if (fsync(fd) == -1) in set_scheduler()
|
/illumos-gate/usr/src/cmd/passmgmt/ |
H A D | passmgmt.c | 1016 if (fflush(fp_ptemp) != 0 || fsync(fd_ptemp) != 0) in main() 1153 if (fflush(fp_stemp) != 0 || fsync(fd_stemp) != 0) in main() 1295 if (fflush(fp_uatemp) != 0 || fsync(fd_uatemp) != 0) in main()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | rm.c | 304 fsync(n); in rm()
|
/illumos-gate/usr/src/boot/include/ |
H A D | unistd.h | 386 int fsync(int);
|