Searched defs:prop (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s12/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-s12/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-s12/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);

Completed in 21 milliseconds