HomeSort by: relevance | last modified time | path
    Searched defs:choices (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libform/
type_enum.c 53 char **choices; member in struct:__anon0f6d32f40108
88 char **choices; local in function:create_enum_args
94 new->choices = va_arg(*args, char **);
101 /* count the choices we have */
102 choices = new->choices;
104 while (*choices != NULL) {
106 new->num_choices, new->choices[new->num_choices]);
108 choices++;
110 _formi_dbg_printf("%s: have %u choices\n", __func__
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_vm.c 190 unsigned choices[2] = {}; local in function:radeon_vm_grab_id
214 choices[fence->ring == ring ? 0 : 1] = i;
219 if (choices[i]) {
220 vm_id->id = choices[i];
221 trace_radeon_vm_grab_id(choices[i], ring);
222 return rdev->vm_manager.active[choices[i]];

Completed in 42 milliseconds