Home
last modified time | relevance | path

Searched refs:__memp_bhwrite (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp_ext.h4 int __memp_bhwrite
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_sync.c198 ret = __memp_bhwrite(dbmp, mfp, bharray[next], NULL, &wrote);
498 if ((ret = __memp_bhwrite(dbmp, mfp, bhp, NULL, &wrote)) != 0)
H A Dmp_fput.c139 if (__memp_bhwrite(dbmp,
H A Dmp_region.c141 if ((ret = __memp_bhwrite(dbmp,
H A Dmp_bh.c37 __memp_bhwrite(dbmp, mfp, bhp, restartp, wrotep) in __memp_bhwrite() function