Searched refs:dbf (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.sbin/pciconf/
H A Dpciconf.c532 const char *dbf; local
544 if ((dbf = getenv("PCICONF_VENDOR_DATABASE")) == NULL)
545 dbf = _PATH_PCIVDB;
546 if ((db = fopen(dbf, "r")) == NULL)
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddbuf.c161 dmu_buf_impl_t *dbf; local
164 for (dbf = h->hash_table[idx]; dbf != NULL; dbf = dbf->db_hash_next) {
165 if (DBUF_EQUAL(dbf, os, obj, level, blkid)) {
166 mutex_enter(&dbf->db_mtx);
167 if (dbf->db_state != DB_EVICTING) {
169 return (dbf);
171 mutex_exit(&dbf
194 dmu_buf_impl_t *dbf, **dbp; local
[all...]

Completed in 128 milliseconds