Searched refs:dbinfo (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/hsearch/
H A Dhsearch.c70 DB_INFO dbinfo; local
72 memset(&dbinfo, 0, sizeof(dbinfo));
73 dbinfo.db_pagesize = 512;
74 dbinfo.h_ffactor = 16;
75 dbinfo.h_nelem = (u_int32_t)nel; /* XXX: Possible overflow. */
78 DB_HASH, DB_CREATE, __db_omode("rw----"), NULL, &dbinfo, &dbp);
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb.c72 * does NOT have the flag set, return EINVAL if the user's dbinfo argument
81 "%s: %s specified in dbinfo argument but not set in file", \
92 db_open(fname, type, flags, mode, dbenv, dbinfo, dbpp)
98 DB_INFO *dbinfo;
139 dbinfo != NULL && dbinfo->db_cachesize != 0) {
168 /* Convert the dbinfo structure flags. */
169 if (dbinfo != NULL) {
175 if (F_ISSET(dbinfo, DB_DELIMITER))
177 if (F_ISSET(dbinfo, DB_DU
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_open.c72 __bam_open(dbp, dbinfo)
74 DB_INFO *dbinfo;
88 if (dbinfo == NULL) {
94 if (dbinfo->bt_minkey == 0)
97 if (dbinfo->bt_minkey < 2)
99 t->bt_minkey = dbinfo->bt_minkey;
103 if (dbinfo->bt_maxkey == 0)
106 if (dbinfo->bt_maxkey < 1)
108 t->bt_maxkey = dbinfo->bt_maxkey;
120 if ((t->bt_compare = dbinfo
[all...]
H A Dbt_recno.c77 __ram_open(dbp, dbinfo)
79 DB_INFO *dbinfo;
102 if (dbinfo == NULL) {
116 if (dbinfo->re_source == NULL) {
121 __ram_source(dbp, rp, dbinfo->re_source)) != 0)
127 F_ISSET(dbp, DB_RE_DELIMITER) ? dbinfo->re_delim : '\n';
128 rp->re_pad = F_ISSET(dbp, DB_RE_PAD) ? dbinfo->re_pad : ' ';
131 if ((rp->re_len = dbinfo->re_len) == 0) {
156 if (dbinfo != NULL && F_ISSET(dbinfo, DB_SNAPSHO
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c189 DB_INFO dbinfo; local
193 memset(&dbinfo, 0, sizeof(dbinfo));
194 dbinfo.db_pagesize = 4096;
195 dbinfo.h_ffactor = 40;
196 dbinfo.h_nelem = 1;
211 DB_HASH, __db_oflags(oflags), mode, NULL, &dbinfo, &dbp)) != 0)
/illumos-gate/usr/src/cmd/sendmail/db/xa/
H A Dxa_db.c46 db_xa_open(fname, type, flags, mode, dbinfo, dbpp)
51 DB_INFO *dbinfo;
81 type, flags, mode, dbenv, dbinfo, &real_dbp)) != 0)
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c368 tavor_sw_wqe_dbinfo_t *dbinfo)
415 * Note: We also update the "dbinfo" structure here to pass
419 dbinfo->db_nopcode = nopcode;
420 dbinfo->db_fence = fence;
1037 tavor_sw_wqe_dbinfo_t dbinfo; local
1131 qp->qp_sq_lastwqeaddr, &dbinfo);
1158 dapli_arbel_sq_dbreg(qp->qp_iauar, qp->qp_num, dbinfo.db_fence,
1159 dbinfo.db_nopcode, qp->qp_sq_counter, desc_sz);
366 dapli_arbel_wqe_send_linknext(ibt_send_wr_t *curr_wr, uint32_t curr_desc, uint_t curr_descsz, uint64_t *prev_addr, tavor_sw_wqe_dbinfo_t *dbinfo) argument
H A Ddapl_tavor_hw.c464 tavor_sw_wqe_dbinfo_t *dbinfo)
539 * Note: We also update the "dbinfo" structure here to pass
544 dbinfo->db_nopcode = nopcode;
545 dbinfo->db_fence = fence;
1297 tavor_sw_wqe_dbinfo_t dbinfo; local
1391 qp->qp_sq_lastwqeaddr, &dbinfo);
1416 qp->qp_num, dbinfo.db_fence, dbinfo.db_nopcode);
462 dapli_tavor_wqe_send_linknext(ibt_send_wr_t *curr_wr, uint64_t *curr_addr, boolean_t ns, uint32_t curr_desc, uint_t curr_descsz, uint64_t *prev_addr, tavor_sw_wqe_dbinfo_t *dbinfo) argument
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash.c94 __ham_open(dbp, dbinfo)
96 DB_INFO *dbinfo;
107 if (dbinfo != NULL && dbinfo->h_hash != NULL)
108 dbp->h_hash = dbinfo->h_hash;
162 __ham_init_htab(dbc, dbinfo != NULL ? dbinfo->h_nelem : 0,
163 dbinfo != NULL ? dbinfo->h_ffactor : 0);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c57 uint64_t *prev_desc, tavor_sw_wqe_dbinfo_t *dbinfo, tavor_qphdl_t qp);
61 uint_t curr_descsz, uint64_t *prev_desc, tavor_sw_wqe_dbinfo_t *dbinfo,
99 tavor_sw_wqe_dbinfo_t dbinfo; local
325 qp->qp_sq_lastwqeaddr, &dbinfo, qp);
329 &dbinfo, qp);
370 first_sz, qp->qp_qpnum, dbinfo.db_fence,
371 dbinfo.db_nopcode);
1306 tavor_sw_wqe_dbinfo_t *dbinfo, tavor_qphdl_t qp)
1371 * Note: We also update the "dbinfo" structure here to pass
1375 if (dbinfo) {
1304 tavor_wqe_send_linknext(ibt_send_wr_t *curr_wr, ibt_send_wr_t *prev_wr, uint64_t *curr_desc, uint_t curr_descsz, uint64_t *prev_desc, tavor_sw_wqe_dbinfo_t *dbinfo, tavor_qphdl_t qp) argument
1673 tavor_wqe_mlx_linknext(ibt_send_wr_t *prev_wr, uint64_t *curr_desc, uint_t curr_descsz, uint64_t *prev_desc, tavor_sw_wqe_dbinfo_t *dbinfo, tavor_qphdl_t qp) argument
[all...]

Completed in 91 milliseconds