Searched refs:instance (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_kstat.c66 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 Ddrm_kstat.c43 int instance; local
49 instance = ddi_get_instance(sc->dip);
51 ksp = kstat_create("drm", instance, "drminfo", "drm",
H A Ddrm_sunmod.c83 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 DOWconfig.c39 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...]
/solaris-x11-s11/open-src/xserver/xserver-common/
H A DXserver94 # Also sets variable with name of $2_INSTANCE to the service instance the
101 # The "" instance is to get the properties from the base service without
102 # any instance specifier
103 for instance in ":display${DISPLAY}" ${CLASSES} "" ; do
104 propinst="svc:/application/x11/x11-server${instance}"

Completed in 18 milliseconds