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

123

/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h185 #define DB_TXN_NOSYNC 0x000800 /* Do not sync log on commit. */
457 int (*sync) __P((DB *, u_int32_t)); member in struct:__db
461 #define DB_AM_INMEM 0x000004 /* In-memory; no sync on close. */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm176 is performed to keep the cache size in sync. To prevent from this,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm178 directory are in sync it silently returns an empty list.
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com267 sync.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com288 sync.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com273 sync.o \
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash.c176 if (!file_existed && (ret = dbp->sync(dbp, 0)) != 0)
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile248 sync.o \
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgweb.c2406 sync();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm628 Well, you could keep them in sync, but there's no guarantee it will always
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c1700 /* Reopen the database to sync the cache */
2248 (void) db->sync(db, 0);
2349 /* Reopen the database to sync the cache */
2582 (void) db->sync(db, 0);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c4134 /* mft_bitmap is not modified in mkntfs; no need to sync it later. */
4671 * No need to sync $MFT/$BITMAP as that has never been modified since
4712 if (g_vol->u.dev->d_ops->sync(g_vol->u.dev)) {

Completed in 243 milliseconds

123