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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_am.h27 * DB *file_dbp, *mdbp;
32 file_dbp = NULL; \
37 __db_fileid_to_db(logp, &file_dbp, argp->fileid)) != 0) { \
44 if (file_dbp == NULL) \
46 if ((ret = file_dbp->cursor(file_dbp, NULL, &dbc, 0)) != 0) \
49 mpf = file_dbp->mpf; \
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_rec.c48 DB *file_dbp; local
70 (void)__db_pgerr(file_dbp, pgno);
80 (void)__db_pgerr(file_dbp, argp->pgno);
91 P_INIT(pagep, file_dbp->pgsize,
98 P_INIT(pagep, file_dbp->pgsize,
150 DB *file_dbp; local
175 (void)__db_pgerr(file_dbp, argp->pgno);
183 P_INIT(pagep, file_dbp->pgsize,
204 (void)__db_pgerr(file_dbp, pgno);
249 DB *file_dbp; local
521 DB *file_dbp; local
609 DB *file_dbp; local
675 DB *file_dbp; local
752 DB *file_dbp; local
817 DB *file_dbp; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c83 DB *file_dbp; local
112 GET_META(file_dbp, hcp, ret);
152 if ((ret = __ham_put_page(file_dbp, pagep, 1)) != 0)
158 __ham_dpair(file_dbp, pagep, argp->ndx);
160 if ((ret = __ham_put_page(file_dbp, (PAGE *)pagep, 1)) != 0)
163 if ((ret = __ham_put_page(file_dbp, (PAGE *)pagep, 0)) != 0)
171 RELEASE_META(file_dbp, hcp);
192 DB *file_dbp; local
220 GET_META(file_dbp, (HASH_CURSOR *)dbc->internal, ret);
238 P_INIT(pagep, file_dbp
378 DB *file_dbp; local
475 DB *file_dbp; local
598 DB *file_dbp; local
678 DB *file_dbp; local
769 DB *file_dbp; local
856 DB *file_dbp; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_rec.c43 DB *file_dbp; local
118 DB *file_dbp; local
192 DB *file_dbp; local
230 P_INIT(pagep, file_dbp->pgsize, argp->pgno, argp->prev_pgno,
346 DB *file_dbp; local
356 (void)__db_pgerr(file_dbp, argp->pgno);
399 DB *file_dbp; local
416 (void)__db_pgerr(file_dbp, argp->pgno);
442 (void)__db_pgerr(file_dbp, argp->next);
472 (void)__db_pgerr(file_dbp, arg
513 DB *file_dbp; local
[all...]

Completed in 70 milliseconds