Home
last modified time | relevance | path

Searched refs:dbh (Results 1 – 2 of 2) sorted by relevance

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