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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DToggle.c226 * If this widget is in a radio group then it may cause another
230 * the resource group, reguardless of what my ancestors did.
341 * Description: Gets the radio group associated with a give toggle
343 * Arguments: w - the toggle widget who's radio group we are getting.
344 * Returns: the radio group associated with this toggle group.
358 * Description: Creates a radio group. give two widgets.
359 * Arguments: w1, w2 - the toggle widgets to add to the radio group.
362 * NOTE: A pointer to the group is added to each widget's radio_group
376 "to create a new toggle group, whe
425 RadioGroup * group; local
455 RadioGroup * group = GetRadioGroup(w); local
487 RadioGroup * group; local
520 RadioGroup * group; local
551 RadioGroup * group; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Toggle.c231 * If this widget is in a radio group then it may cause another
235 * the resource group, reguardless of what my ancestors did.
338 * Description: Gets the radio group associated with a give toggle
340 * Arguments: w - the toggle widget who's radio group we are getting.
341 * Returns: the radio group associated with this toggle group.
355 * Description: Creates a radio group. give two widgets.
356 * Arguments: w1, w2 - the toggle widgets to add to the radio group.
359 * NOTE: A pointer to the group is added to each widget's radio_group
373 "to create a new toggle group, whe
422 RadioGroup * group; local
452 RadioGroup * group = GetRadioGroup(w); local
504 RadioGroup * group; local
531 RadioGroup * group; local
[all...]
/solaris-x11-s11/open-src/util/build-tools/
H A Dfind-build-errors403 $f1 =~ s{ group=\S+}{};
404 $f2 =~ s{ group=group}{};
/solaris-x11-s11/open-src/common/
H A Dpkg-manifest-generate.pl282 join(" ", grep (! /^(mode|group|owner|pkg.size|timestamp)=/,
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c1153 static int drm_mode_group_init(struct drm_device *dev, struct drm_mode_group *group) argument
1161 group->id_list = kzalloc(total_objects * sizeof(uint32_t), GFP_KERNEL);
1162 if (!group->id_list)
1165 group->num_crtcs = 0;
1166 group->num_connectors = 0;
1167 group->num_encoders = 0;
1172 struct drm_mode_group *group)
1179 if ((ret = drm_mode_group_init(dev, group)))
1183 group->id_list[group
1171 drm_mode_group_init_legacy_group(struct drm_device *dev, struct drm_mode_group *group) argument
[all...]
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm.h121 #define DRM_IOC(dir, group, nr, size) _IOC(dir, group, nr, size)
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc.h730 * drm_mode_group - group of mode setting resources for potential sub-grouping
734 * @id_list: list of KMS object IDs in this group
747 /* list of object IDs for this group */
901 extern int drm_mode_group_init_legacy_group(struct drm_device *dev, struct drm_mode_group *group);

Completed in 30 milliseconds