Lines Matching defs:instance
83 int instance = ddi_get_instance(dip);
98 (void) snprintf(buf, sizeof (buf), "%s%d", "efb", instance);
101 INST2NODE0(instance), DDI_NT_DISPLAY, NULL);
171 int instance;
185 * the mid 3 bits are used for instance number. All minor numbers
193 instance = DEV2INST(*devp);
279 newminor = newminor | (instance << NBITSMNODE);
762 * Create a DRM entry and add it into the instance list (drm_inst_head).
835 * Get the soft state of DRM instance by device number
843 int instance = DEV2INST(dev);
852 (ddi_get_instance(mstate->mis_dip) == instance)) {