OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:choices
(Results
1 - 4
of
4
) 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
...]
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]];
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 23 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025