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

/freebsd-9.3-release/usr.sbin/pciconf/
H A Dpciconf.c531 const char *dbf; local
543 if ((dbf = getenv("PCICONF_VENDOR_DATABASE")) == NULL)
544 dbf = _PATH_PCIVDB;
545 if ((db = fopen(dbf, "r")) == NULL)
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddbuf.c158 dmu_buf_impl_t *dbf; local
161 for (dbf = h->hash_table[idx]; dbf != NULL; dbf = dbf->db_hash_next) {
162 if (DBUF_EQUAL(dbf, os, obj, level, blkid)) {
163 mutex_enter(&dbf->db_mtx);
164 if (dbf->db_state != DB_EVICTING) {
166 return (dbf);
168 mutex_exit(&dbf
192 dmu_buf_impl_t *dbf, **dbp; local
[all...]

Completed in 58 milliseconds