Searched refs:prop (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_modes.c89 struct drm_property *prop; local
91 prop = dev_priv->force_audio_property;
92 if (prop == NULL) {
93 prop = drm_property_create_enum(dev, 0,
97 if (prop == NULL)
100 dev_priv->force_audio_property = prop;
102 drm_object_attach_property(&connector->base, prop, 0);
116 struct drm_property *prop; local
118 prop = dev_priv->broadcast_rgb_property;
119 if (prop
[all...]
/solaris-x11-s11/open-src/lib/libXmu/sun-src/src/
H A DCmapEquiv.c168 char *prop; local
177 (unsigned char **)&prop)) {
178 if (prop != NULL) {
179 Bool ret = areEquiv(prop, pVis1->visualid, pVis2->visualid);
180 XFree(prop);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DVendor.c239 XTextProperty prop; local
245 prop.value = (unsigned char *)fromVal->addr;
246 prop.encoding = XA_COMPOUND_TEXT(dpy);
247 prop.format = 8;
248 prop.nitems = fromVal->size;
250 if(XmbTextPropertyToTextList(dpy, &prop, &list, &count) < Success) {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c157 scf_property_t *prop; /* SCF property */ local
177 prop = scf_property_create(scf_handle);
180 (prop == NULL) ||
200 (scf_pg_get_property(prop_group, XSRV_PROP_NAME, prop) == -1) ||
201 (scf_property_get_value(prop, value) == -1) ||
233 if (prop != NULL) {
234 scf_property_destroy(prop);
/solaris-x11-s11/open-src/common/
H A DX-parfait.conf361 XGetWindowProperty(d, w, p, lo, ll, del, rt, at, af, n, bar, prop) : noescape {
363 if (prop != 0) {
364 prop == new(undefined);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsfindNX.c106 Atom prop,
118 if ((XGetWindowProperty(dpy, w, prop, 0, largest_len, False, type,
103 GetProperty( Display *dpy, Window w, Atom prop, Atom type, unsigned long *nitems, char **data) argument
H A DdpsXcmu.c1569 XStandardColormap *prop,
1590 for (i = 0; i < nProp; i++) copy[i+1] = prop[i];
1594 for (i = 0; i < nProp; i++) copy[i] = prop[i];
1565 DefineProperty( Display *dpy, XStandardColormap *map, XVisualInfo *vinfo, XStandardColormap *prop, int nProp, Atom atom) argument

Completed in 42 milliseconds