/titanic_41/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);
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | fsync.c | 28 NoN(fsync) 39 fsync(int fd)
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_patch_root.c | 102 (fsync(fileno(tsfp)) != 0) || in meta_patch_rootdev() 109 (fsync(fileno(dbtfp)) != 0) || in meta_patch_rootdev()
|
H A D | meta_systemfile.c | 182 (fsync(fileno(*tfp)) != 0)) { in meta_systemfile_copy() 266 (fsync(fileno(tfp)) != 0)) { in meta_systemfile_append_mdroot() 475 (fsync(fileno(tfp)) != 0)) { in meta_systemfile_append_mddb()
|
H A D | meta_mdcf.c | 121 if (fsync(fileno(mfp)) != 0) { in meta_update_md_cf()
|
H A D | meta_patch.c | 184 (fsync(fileno(tfp)) != 0) || in meta_patch_vfstab()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | fsync.c | 34 fsync(int fd) in fsync() function
|
/titanic_41/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()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | parallel.c | 268 fsync(2); in printer_info() 327 fsync(2); in wait_state()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/fsck/ |
H A D | dlog_ck.c | 221 if (fsync(fd) == -1) { in dlog_ck() 283 if (fsync(fd) != 0) { in create_mapfile()
|
/titanic_41/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()
|
/titanic_41/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()
|
/titanic_41/usr/src/cmd/lp/model/ |
H A D | lp.cat.c | 290 fsync(2); in printer_info() 343 fsync(2); in wait_state()
|
/titanic_41/usr/src/cmd/lvm/rpc.metamhd/ |
H A D | mhd_error.c | 112 (void) fsync(fileno(stderr)); in mhd_vprintf()
|
/titanic_41/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()
|
/titanic_41/usr/src/cmd/lvm/rpc.metamedd/ |
H A D | med_error.c | 125 (void) fsync(fileno(stderr)); in med_vprintf()
|
/titanic_41/usr/src/ucbcmd/sbcp/ |
H A D | syscalls.list | 119 fsync SIMPLE /* 95 = 1, fsync */
|
/titanic_41/usr/src/cmd/modload/ |
H A D | plcysubr.c | 412 (void) fsync(newfd); in delete_one_entry() 664 if (fflush(fp) != 0 || fsync(fileno(fp)) != 0 || fclose(fp) != 0) in update_device_policy()
|
/titanic_41/usr/src/lib/libsys/i386/ |
H A D | libsys.list | 31 f 1 fsync
|
/titanic_41/usr/src/cmd/lms/ |
H A D | main.cpp | 278 } else if (-1 == fsync(lfp)) { in lock_pid_file()
|
/titanic_41/usr/src/lib/libsys/sparc/ |
H A D | libsys.list | 31 f 1 fsync
|
/titanic_41/usr/src/cmd/dispadmin/ |
H A D | dispadmin.c | 351 if (fsync(fd) == -1) in set_scheduler()
|
/titanic_41/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 96 extern int fsync(int); 586 (void) fsync(fileno(qf)); in chkquota()
|