Searched defs:types (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_irq.c139 int types; local
142 /* Get supported interrupt types */
143 if (ddi_intr_get_supported_types(dev->devinfo, &types) != DDI_SUCCESS) {
147 if (!(types & DDI_INTR_TYPE_MSI))
/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/
H A DPSres.c47 #include <sys/types.h>
115 ResourceType types; member in struct:_ResourceDirectoryStruct
375 char *types = typebuf; local
385 if (types != typebuf) FREE((char *) types);
394 if (types == typebuf) {
395 types = (char *) MALLOC(2*MAXLEN);
396 (void) memcpy((MT) types, (MT) typebuf, (MST) typelen);
397 } else types = REALLOC(types, bufle
1440 register char **types = NULL; local
[all...]
/solaris-x11-s11/open-src/kernel/efb/src/
H A DdrmP.h42 #include <sys/types.h>
131 /* Internal types and structures */
622 drm_stat_type_t types[15]; member in struct:drm_device
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h43 #include <sys/types.h>
179 /* Internal types and structures */
1100 enum drm_stat_type types[15]; member in struct:drm_device

Completed in 93 milliseconds