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

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_conv.c42 __bam_mswap(pp) : __db_pgin(pg, pginfo->db_pagesize, pp));
64 __bam_mswap(pp) : __db_pgout(pg, pginfo->db_pagesize, pp));
68 * __bam_mswap --
71 * PUBLIC: int __bam_mswap __P((PAGE *));
74 __bam_mswap(pg) function
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree_ext.h10 int __bam_mswap __P((PAGE *));
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb.c388 if (swapped && (ret = __bam_mswap((PAGE *)btm)) != 0)

Completed in 44 milliseconds