Searched refs:group (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Toggle.c | 226 * 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 D | Xaw3_1Toggle.c | 231 * 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 D | find-build-errors | 403 $f1 =~ s{ group=\S+}{}; 404 $f2 =~ s{ group=group}{};
|
/solaris-x11-s11/open-src/common/ |
H A D | pkg-manifest-generate.pl | 282 join(" ", grep (! /^(mode|group|owner|pkg.size|timestamp)=/,
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_crtc.c | 1153 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 D | drm.h | 121 #define DRM_IOC(dir, group, nr, size) _IOC(dir, group, nr, size)
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_crtc.h | 730 * 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 237 milliseconds