Home
last modified time | relevance | path

Searched refs:DB_INCOMPLETE (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/sendmail/db/mp/
H A Dmp_sync.c84 ret = DB_INCOMPLETE;
171 ret = mp->lsn_cnt ? DB_INCOMPLETE : 0;
223 F_ISSET(mp, MP_LSN_RETRY) ? DB_INCOMPLETE : 0;
433 return (incomplete ? DB_INCOMPLETE : __os_fsync(dbmfp->fd));
/titanic_44/usr/src/cmd/sendmail/db/btree/
H A Dbt_open.c299 if ((ret = memp_fsync(dbp->mpf)) == DB_INCOMPLETE)
/titanic_44/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb2.c79 # ifdef DB_INCOMPLETE
80 case DB_INCOMPLETE:
/titanic_44/usr/src/cmd/sendmail/db/db/
H A Ddb_am.c428 if ((ret = memp_fsync(dbp->mpf)) == DB_INCOMPLETE)
H A Ddb.c756 t_ret != DB_INCOMPLETE && ret == 0)
/titanic_44/usr/src/cmd/sendmail/db/
H A Ddb.h384 #define DB_INCOMPLETE ( -1) /* Sync didn't finish. */ macro