Searched refs:__bam_new (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_put.c134 if ((ret = __db_dput(dbc, data, hp, indxp, __bam_new)) != 0)
447 if ((ret = __db_poff(dbc, item, &bo.pgno, __bam_new)) != 0)
604 if ((ret = __bam_new(dbc, P_DUPLICATE, &cp)) != 0)
H A Dbt_page.c65 * __bam_new --
68 * PUBLIC: int __bam_new __P((DBC *, u_int32_t, PAGE **));
71 __bam_new(dbc, type, pagepp) function
H A Dbt_split.c194 if ((ret = __bam_new(dbc, TYPE(cp->page), &lp)) != 0 ||
195 (ret = __bam_new(dbc, TYPE(cp->page), &rp)) != 0)
270 if ((ret = __bam_new(dbc, TYPE(cp->page), &rp)) != 0)
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree_ext.h30 int __bam_new __P((DBC *, u_int32_t, PAGE **));

Completed in 48 milliseconds