Searched refs:memp_fset (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_delete.c | 239 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 D | bt_rsearch.c | 314 if ((ret = memp_fset(dbp->mpf, h, DB_MPOOL_DIRTY)) != 0)
|
H A D | bt_put.c | 333 if ((ret = memp_fset(dbp->mpf, h, DB_MPOOL_DIRTY)) != 0)
|
H A D | bt_cursor.c | 1799 (void)memp_fset(dbp->mpf, h, DB_MPOOL_DIRTY);
|
/illumos-gate/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_fset.c | 30 memp_fset(dbmfp, pgaddr, flags) in memp_fset() function
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_dup.c | 100 (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 D | db.h | 840 int memp_fset __P((DB_MPOOLFILE *, void *, u_int32_t));
|
/illumos-gate/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_page.c | 1576 return (memp_fset(dbp->mpf, pagep, DB_MPOOL_DIRTY));
|