Searched refs:pgin (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_conv.c97 __db_convert(pg, pp, pagesize, pgin)
101 int pgin;
114 if (pgin) {
127 if (pgin)
137 if (pgin) {
170 if (!pgin)
178 if (pgin)
194 if (!pgin)
200 if (pgin)
219 if (!pgin)
[all...]
/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_open.c190 * Register a file type's pgin, pgout routines.
193 memp_register(dbmp, ftype, pgin, pgout)
196 int (*pgin) __P((db_pgno_t, void *, DBT *));
208 mpr->pgin = pgin;
H A Dmp_bh.c222 /* Call any pgin function. */
326 * that the contents of the buffer will need to be passed through pgin
379 * If we rewrote the page, it will need processing by the pgin
444 * page, it will need processing by the pgin routine before reuse.
455 * Call the pgin/pgout routine.
491 if (mpreg->pgin != NULL && (ret =
492 mpreg->pgin(bhp->pgno, bhp->buf, dbtp)) != 0)
508 __memp_fn(dbmfp), is_pgin ? "pgin" : "pgout", (u_long)bhp->pgno);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c99 mpool_filter(mp, pgin, pgout, pgcookie)
101 void (*pgin) __P((void *, db_pgno_t, void *));
105 mp->pgin = pgin;
268 if (mp->pgin != NULL)
269 (mp->pgin)(mp->pgcookie, bp->pgno, bp->page);
H A Dmpool.h71 void (*pgin) __P((void *, db_pgno_t, void *)); member in struct:MPOOL
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dmp.h123 /* List of pgin/pgout routines. */
146 * DB_MPOOL registry of pgin/pgout functions.
153 int (DB_CALLBACK *pgin) __P((db_pgno_t, void *, DBT *)); member in struct:__db_mpreg
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs263 SAVE_UINT32(self, vminfop, pgin);

Completed in 21 milliseconds