Home
last modified time | relevance | path

Searched refs:__memp_pg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp_ext.h8 int __memp_pg __P((DB_MPOOLFILE *, BH *, int));
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_bh.c223 ret = mfp->ftype == 0 ? 0 : __memp_pg(dbmfp, bhp, 1);
333 if ((ret = __memp_pg(dbmfp, bhp, 0)) != 0)
460 __memp_pg(dbmfp, bhp, is_pgin) in __memp_pg() function
H A Dmp_fget.c231 if ((ret = __memp_pg(dbmfp, bhp, 1)) != 0)