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

/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.c762 const char *dbf; local
774 if ((dbf = getenv("PCICONF_VENDOR_DATABASE")) == NULL)
775 dbf = _PATH_LPCIVDB;
776 if ((db = fopen(dbf, "r")) == NULL) {
777 dbf = _PATH_PCIVDB;
778 if ((db = fopen(dbf, "r")) == NULL)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddbuf.c294 dmu_buf_impl_t *dbf; local
297 for (dbf = h->hash_table[idx]; dbf != NULL; dbf = dbf->db_hash_next) {
298 if (DBUF_EQUAL(dbf, os, obj, level, blkid)) {
299 mutex_enter(&dbf->db_mtx);
300 if (dbf->db_state != DB_EVICTING) {
302 return (dbf);
304 mutex_exit(&dbf
327 dmu_buf_impl_t *dbf, **dbp; local
[all...]

Completed in 167 milliseconds