Lines Matching defs:instance

136 	minor_t		instance;
142 /* Get Hermon softstate structure from instance */
143 instance = HERMON_DEV_INSTANCE(dev);
144 state = ddi_get_soft_state(hermon_statep, instance);
174 status = hermon_umap_db_find(instance, key, type, &value, 0, NULL);
463 minor_t instance;
467 /* Get Hermon softstate structure from instance */
468 instance = HERMON_DEV_INSTANCE(dev);
469 state = ddi_get_soft_state(hermon_statep, instance);
868 minor_t instance;
872 /* Get Hermon softstate structure from instance */
873 instance = HERMON_DEV_INSTANCE(dev);
874 state = ddi_get_soft_state(hermon_statep, instance);
1250 minor_t instance;
1252 /* Get Hermon softstate structure from instance */
1253 instance = HERMON_DEV_INSTANCE(dev);
1254 state = ddi_get_soft_state(hermon_statep, instance);
1837 hermon_umap_db_alloc(uint_t instance, uint64_t key, uint_t type, uint64_t value)
1849 umapdb->hdbe_common.hdb_instance = instance;
1925 hermon_umap_db_find(uint_t instance, uint64_t key, uint_t type,
1931 status = hermon_umap_db_find_nolock(instance, key, type, value, flag,
1944 hermon_umap_db_find_nolock(uint_t instance, uint64_t key, uint_t type,
1954 * Fill in key, type, instance, and flags values of the
1961 query.hqdb_common.hdb_instance = instance;
2021 uint_t instance;
2030 * which instance was used when the entry was added (but we want
2038 instance = umapdb->hdbe_common.hdb_instance;
2039 state = ddi_get_soft_state(hermon_statep, instance);
2041 cmn_err(CE_WARN, "Unable to match Hermon instance\n");
2118 * by comparing "instance".
2130 * "instance" is relevant to the search. If the
2133 * instance values and returning the appropriate search direction.
2141 * can only be differentiated by their instance values. If these
2166 minor_t instance;
2170 instance = HERMON_DEV_INSTANCE(dev);
2171 if (instance == (minor_t)-1) {
2187 status = hermon_umap_db_find_nolock(instance, dev,
2227 minor_t instance;
2231 instance = HERMON_DEV_INSTANCE(dev);
2232 if (instance == (minor_t)-1) {
2248 status = hermon_umap_db_find_nolock(instance, dev,