/solaris-x11-s11/open-src/lib/libdga/sun-src/ |
H A D | vmbuf_grab.h | 42 #define VBVERS 4 /* multibuffer grabber version */ 48 long version; /* version: VBVERS */ member in struct:_vbinfo
|
H A D | dga_rtnshared.h | 44 #define RTN_VERS 0 /* Current version number */ 75 u_char version; /* version, currently 0 */ member in struct:shared_retained_info
|
H A D | dga_pixshared.h | 47 #define PXMPVERS 0 /* Current version number */ 75 u_char version; /* version, currently 0 */ member in struct:shared_pixmap_info
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_ioctl.c | 91 * Deprecated in DRM version 1.1, and will return EBUSY when setversion has 92 * requested version 1.1 or greater. 363 drm_version_t version; local 372 version.name_len = version32.name_len; 373 version.name = (char *)(uintptr_t)version32.name; 374 version.date_len = version32.date_len; 375 version.date = (char *)(uintptr_t)version32.date; 376 version.desc_len = version32.desc_len; 377 version.desc = (char *)(uintptr_t)version32.desc; 380 DRM_COPYFROM_WITH_RETURN(&version, (voi [all...] |
H A D | drm.h | 231 int version_major; /**< Major version */ 232 int version_minor; /**< Minor version */ 254 struct drm_version __user *version; member in struct:drm_list
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextSrcP.h | 80 long version; member in struct:__anon411
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/include/ |
H A D | gfx_common.h | 55 uint32_t version; member in struct:gfx_identifier 105 uint32_t version; member in struct:gfx_edid
|
/solaris-x11-s11/open-src/driver/efb/sun-src/src/ |
H A D | gfx_common.h | 55 uint32_t version; member in struct:gfx_identifier 105 uint32_t version; member in struct:gfx_edid
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_drv.c | 321 * Get version information 325 * Fills in the version information in \p arg. 330 struct drm_version *version = data; local 333 version->version_major = dev->driver->major; 334 version->version_minor = dev->driver->minor; 335 version->version_patchlevel = dev->driver->patchlevel; 336 err = drm_copy_field(version->name, &version->name_len, 339 err = drm_copy_field(version->date, &version [all...] |
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_edid.h | 117 u8 version; member in struct:detailed_data_monitor_range::__anon177::__anon179 237 /* EDID version */ 238 u8 version; member in struct:edid
|
H A D | drm.h | 139 int version_major; /**< Major version */ 140 int version_minor; /**< Minor version */ 162 struct drm_version *version; member in struct:drm_list
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | XDPS.c | 132 static int version[DPSMAXDISPLAYS]; variable 256 return(version[DPY_NUMBER(dpy)]); 464 the client has a later (higher) version of 487 /* otherwise, try previous version */ 500 BadMatch error if the client's version is newer (higher) 505 assigned to our version[] array, it is as if we handled 513 DPSFatalProc(NULL, "Server replied with bogus version"); 518 version[DPY_NUMBER(dpy)] = rep.serverversion; 608 if (secure && version[dpyix] < DPSPROTO_V09) 725 if (secure && version[dpyi [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/ |
H A D | PSres.c | 349 float version = 0.0; local 356 count = sscanf(inBuf, "PS-Resources-Exclusive-%f", &version); 359 return version; 361 count = sscanf(inBuf, "PS-Resources-%f", &version); 364 return version; 487 float version; local 492 version = ParseVersion(f, &exclusive); 493 if (version < 1.0) return NULL;
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/ |
H A D | makepsres.c | 1601 char version[10]; local 1625 "%10[0123456789.]", version) != 1) continue; 1629 strlen(version),
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_bios.h | 40 u16 version; /**< decimal */ member in struct:vbt_header 52 u16 version; /**< decimal */ member in struct:bdb_header
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FontSB.c | 310 /* version */ XtVersion, 3590 char version[20]; local 3653 DPSversion(fsb->fsb.context, 20, version); 3654 fsb->fsb.old_server = (atof(version) < 1007);
|