Lines Matching defs:instance

121 	minor_t		instance;
128 /* Get Tavor softstate structure from instance */
129 instance = TAVOR_DEV_INSTANCE(dev);
130 state = ddi_get_soft_state(tavor_statep, instance);
158 status = tavor_umap_db_find(instance, key, type, &value, 0, NULL);
422 minor_t instance;
428 /* Get Tavor softstate structure from instance */
429 instance = TAVOR_DEV_INSTANCE(dev);
430 state = ddi_get_soft_state(tavor_statep, instance);
821 minor_t instance;
825 /* Get Tavor softstate structure from instance */
826 instance = TAVOR_DEV_INSTANCE(dev);
827 state = ddi_get_soft_state(tavor_statep, instance);
1476 tavor_umap_db_alloc(uint_t instance, uint64_t key, uint_t type, uint64_t value)
1492 umapdb->tdbe_common.tdb_instance = instance;
1581 tavor_umap_db_find(uint_t instance, uint64_t key, uint_t type,
1589 status = tavor_umap_db_find_nolock(instance, key, type, value, flag,
1603 tavor_umap_db_find_nolock(uint_t instance, uint64_t key, uint_t type,
1615 * Fill in key, type, instance, and flags values of the
1622 query.tqdb_common.tdb_instance = instance;
1684 uint_t instance;
1695 * which instance was used when the entry was added (but we want
1703 instance = umapdb->tdbe_common.tdb_instance;
1704 state = ddi_get_soft_state(tavor_statep, instance);
1706 cmn_err(CE_WARN, "Unable to match Tavor instance\n");
1795 * by comparing "instance".
1809 * "instance" is relevant to the search. If the
1812 * instance values and returning the appropriate search direction.
1821 * can only be differentiated by their instance values. If these
1849 minor_t instance;
1855 instance = TAVOR_DEV_INSTANCE(dev);
1856 if (instance == -1) {
1878 status = tavor_umap_db_find_nolock(instance, dev,
1925 minor_t instance;
1931 instance = TAVOR_DEV_INSTANCE(dev);
1932 if (instance == -1) {
1954 status = tavor_umap_db_find_nolock(instance, dev,