Searched refs:__bam_new (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_put.c | 134 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 D | bt_page.c | 65 * __bam_new -- 68 * PUBLIC: int __bam_new __P((DBC *, u_int32_t, PAGE **)); 71 __bam_new(dbc, type, pagepp) function
|
H A D | bt_split.c | 194 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 D | btree_ext.h | 30 int __bam_new __P((DBC *, u_int32_t, PAGE **));
|
Completed in 48 milliseconds