Home
last modified time | relevance | path

Searched refs:memp_fset (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_delete.c239 return (memp_fset(dbp->mpf, h, DB_MPOOL_DIRTY));
283 ret = memp_fset(dbp->mpf, h, DB_MPOOL_DIRTY);
561 memp_fset(dbp->mpf, parent, DB_MPOOL_DIRTY);
562 memp_fset(dbp->mpf, child, DB_MPOOL_DIRTY);
H A Dbt_rsearch.c314 if ((ret = memp_fset(dbp->mpf, h, DB_MPOOL_DIRTY)) != 0)
H A Dbt_put.c333 if ((ret = memp_fset(dbp->mpf, h, DB_MPOOL_DIRTY)) != 0)
H A Dbt_cursor.c1799 (void)memp_fset(dbp->mpf, h, DB_MPOOL_DIRTY);
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_fset.c30 memp_fset(dbmfp, pgaddr, flags) in memp_fset() function
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c100 (void)memp_fset(dbc->dbp->mpf, pagep, DB_MPOOL_DIRTY);
150 (void)memp_fset(dbc->dbp->mpf, pagep, DB_MPOOL_DIRTY);
608 ret = memp_fset(dbp->mpf, np, DB_MPOOL_DIRTY);
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h840 int memp_fset __P((DB_MPOOLFILE *, void *, u_int32_t));
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c1576 return (memp_fset(dbp->mpf, pagep, DB_MPOOL_DIRTY));