Searched defs:instance (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_kstat.c | 66 int instance; local 72 instance = ddi_get_instance(sc->devinfo); 74 ksp = kstat_create("drm", instance, "drminfo", "drm",
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_kstat.c | 43 int instance; local 49 instance = ddi_get_instance(sc->dip); 51 ksp = kstat_create("drm", instance, "drminfo", "drm",
|
H A D | drm_sunmod.c | 83 int instance = ddi_get_instance(dip); local 98 (void) snprintf(buf, sizeof (buf), "%s%d", "efb", instance); 101 INST2NODE0(instance), DDI_NT_DISPLAY, NULL); 171 int instance; local 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 local [all...] |
/solaris-x11-s11/open-src/lib/libowconfig/sun-src/ |
H A D | OWconfig.c | 39 elaborate per class or per instance data, this should be 48 on a per instance basis, but there needed to be some mechanism 49 that identified an instance as belonging to a package. 86 * An instance list is a child of a class. 87 * An attribute list is a child of an instance. 101 struct instanceStruct instance; member in union:nodeStruct::__anon464 221 freeInstance: The instance node destructor... 232 tmp = ip->nodeValue.instance.pkg; 237 nextInstance = ip->nodeValue.instance.nextInstance; 238 prevInstance = ip->nodeValue.instance [all...] |
Completed in 14 milliseconds