Searched refs:sync (Results 26 - 50 of 62) sorted by relevance

123

/osnet-11/usr/src/lib/libshell/common/data/
H A Dbuiltins.c139 CMDLIST(sync)
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.h96 int (*sync)(void *cookie); member in struct:ext2_dev_ops
H A Dext2.c668 if (!fs->devhandle->ops->sync(fs->devhandle->cookie)) return 0;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c200 dbp->sync = __rec_sync;
/osnet-11/usr/src/grub/grub2/util/
H A Dmisc.c316 void sync (void) function
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c1029 np_data.sync);
1034 np_data.sync);
1243 np_data.sync = B_FALSE; /* padding only */
1283 np_data.sync = sync_on_return;
1294 DPRINT((dfile, "Wait for sync\n"));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm152 =item $io->sync
154 C<sync> synchronizes a file's in-memory state with that on the
155 physical medium. C<sync> does not operate at the perlio api level, but
159 level you must use the flush method. C<sync> is not implemented on all
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dcommon.ksh932 # We need this to do a manual sync check (and possible manual
933 # sync) of the zone. (and by manual we mean a sync that does
959 # check if the 'osnet-incorporation' package is in sync between
969 # before we do a manual sync, we need to make sure that
982 # prepare to try and manually sync the zone image
989 # remove it from the ngz during out sync.
995 # to manually sync the image we must relax all the image
1007 # try to sync the image by specifying a version
1012 # going to explicitly sync i
[all...]
/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c184 sync ();
191 sync ();
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dmkbimage191 cp -a ${image}1/* ${image}.mnt/ && sync
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddevice.c211 * Attempt to open a device to allow use of read, write and sync functions.
380 return ped_architecture->dev_ops->sync (dev);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_open.c188 dbp->sync = __bt_sync;
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_am.c58 dbp->sync = __db_sync;
H A Ddb.c734 (t_ret = dbp->sync(dbp, 0)) != 0 && ret == 0)
/osnet-11/usr/src/lib/libcmd/common/
H A Dcp.c100 "[F:fsync|sync?\bfsync\b(2) each file after it is copied.]"
177 int sync; /* fsync() each file after copy */ member in struct:State_s
624 if (sfsync(op) || state->sync && fsync(wfd) || sfclose(op))
834 state->sync = 1;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_file.c468 sync();
/osnet-11/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb1.c304 return db->sync(db, flags);
H A Dsmdb2.c350 return db2_error_to_smdb(db->sync(db, flags));
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsresize.c1403 // if (v->u.dev->d_ops->sync(v->u.dev) == -1)
1404 // perr_exit("Failed to sync device");
1709 // if (vol->u.dev->d_ops->sync(vol->u.dev) == -1)
1710 // perr_exit("Failed to sync device");
2304 if (vol->u.dev->d_ops->sync(vol->u.dev) == -1)
2305 perr_exit("Failed to sync device");
2309 if (vol->u.dev->d_ops->sync(vol->u.dev) == -1)
2310 perr_exit("Failed to sync device");
2493 if (vol->u.dev->d_ops->sync(vol->u.dev) == -1)
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Ddevice.c938 sync (); /* Paranoia. */
/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni204 // Manifest values: keep them in sync with generated <bsm/adt_event.h>.
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dvolume.c159 dev->d_ops->sync(dev);
/osnet-11/usr/src/lib/libparted/common/libparted/arch/
H A Dsolaris.c1389 .sync = solaris_sync,
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c240 dbp->sync = hash_sync;
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_recno.c146 dbp->sync = __ram_sync;
402 * Recno db->sync function.
417 * sync function does all that for us.

Completed in 95 milliseconds

123