Searched defs:group (Results 1 - 3 of 3) sorted by relevance
/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/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/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...] |
Completed in 15 milliseconds