Lines Matching refs:instance
59 static int instance = -1;
203 int instance;
207 instance = getminor((dev_t)arg);
208 pmcp = (pmc_t *)ddi_get_soft_state(pmc_soft_state, instance);
250 if (instance != -1) {
251 DPRINTF(("pmc_attach: Another instance is already attached."));
255 instance = ddi_get_instance(dip);
257 if (ddi_soft_state_zalloc(pmc_soft_state, instance) != DDI_SUCCESS) {
262 pmcp = (pmc_t *)ddi_get_soft_state(pmc_soft_state, instance);
280 instance);
283 ddi_soft_state_free(pmc_soft_state, instance);