Searched defs:dbh (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_sv.c93 DB * dbh; member in struct:pvt
161 if (pvt->dbh != NULL)
162 (*pvt->dbh->close)(pvt->dbh);
180 if (pvt->dbh != NULL) {
191 if ((*pvt->dbh->get)(pvt->dbh, &key, &data, 0) != 0)
193 } else if ((*pvt->dbh->seq)(pvt->dbh, &key, &data, R_CURSOR)
224 if (pvt->dbh !
[all...]
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_db.c325 med_db_hdr_t dbh; local
330 (void) memset(&dbh, '\0', sizeof (med_db_hdr_t));
333 dbh.med_dbh_mag = MED_DB_MAGIC;
334 dbh.med_dbh_rev = MED_DB_REV;
335 dbh.med_dbh_nm = med_db_nmu;
338 crcgen(&dbh, &dbh.med_dbh_cks, sizeof (med_db_hdr_t), NULL);
345 (void) memmove(rec_buf, &dbh, sizeof (med_db_hdr_t));

Completed in 53 milliseconds