Lines Matching refs:instance

93 	uint32_t	instance;
314 int instance);
482 int instance = PCIHP_AP_MINOR_NUM_TO_INSTANCE(minor);
491 instance)) != NULL) {
499 *result = (void *)(uintptr_t)instance;
515 int instance = ddi_get_instance(dip);
531 if (ddi_soft_state_zalloc(db_state, instance) != DDI_SUCCESS) {
536 dbp = (db_ctrl_t *)ddi_get_soft_state(db_state, instance);
557 ddi_soft_state_free(db_state, instance);
571 ddi_soft_state_free(db_state, instance);
586 ddi_soft_state_free(db_state, instance);
599 ddi_soft_state_free(db_state, instance);
619 ddi_soft_state_free(db_state, instance);
637 PCIHP_AP_MINOR_NUM(instance, PCIHP_DEVCTL_MINOR),
643 ddi_soft_state_free(db_state, instance);
669 ddi_soft_state_free(db_state, instance);
674 (void) sprintf(name, "%d", instance);
677 PCIHP_AP_MINOR_NUM(instance, PCIHP_DEBUG_MINOR),
680 ddi_driver_name(dbp->dip), instance);
696 dbp = (db_ctrl_t *)ddi_get_soft_state(db_state, instance);
714 int instance = ddi_get_instance(dip);
719 dbp = (db_ctrl_t *)ddi_get_soft_state(db_state, instance);
739 (void) sprintf(name, "%d", instance);
742 ddi_soft_state_free(db_state, instance);
1381 int instance = PCIHP_AP_MINOR_NUM_TO_INSTANCE(minor);
1382 db_ctrl_t *dbp = (db_ctrl_t *)ddi_get_soft_state(db_state, instance);
1422 int instance = PCIHP_AP_MINOR_NUM_TO_INSTANCE(minor);
1423 db_ctrl_t *dbp = (db_ctrl_t *)ddi_get_soft_state(db_state, instance);
1456 int instance = PCIHP_AP_MINOR_NUM_TO_INSTANCE(minor);
1459 db_ctrl_t *dbp = (db_ctrl_t *)ddi_get_soft_state(db_state, instance);
1479 pci_data.name, pci_data.instance))
1494 pci_data.instance = ddi_get_instance(child_dip);
1585 db_lookup_child_name(db_ctrl_t *dbp, char *name, int instance)
1594 if (instance != -1) {
1595 if (ddi_get_instance(cdip) == instance)
1729 int instance = ddi_get_instance(dip);
1786 instance);
2267 * Pseudo nodes indicate a prototype node with per-instance
3039 int instance = PCIHP_AP_MINOR_NUM_TO_INSTANCE(minor);
3041 db_ctrl_t *dbp = (db_ctrl_t *)ddi_get_soft_state(db_state, instance);