Searched refs:__memp_pgwrite (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp_ext.h7 int __memp_pgwrite __P((DB_MPOOLFILE *, BH *, int *, int *));
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_bh.c129 found: ret = __memp_pgwrite(dbmfp, bhp, restartp, wrotep);
251 * __memp_pgwrite --
254 * PUBLIC: int __memp_pgwrite __P((DB_MPOOLFILE *, BH *, int *, int *));
257 __memp_pgwrite(dbmfp, bhp, restartp, wrotep) function
H A Dmp_sync.c400 ret = __memp_pgwrite(dbmfp, bharray[next], NULL, &wrote);

Completed in 64 milliseconds