HomeSort by: relevance | last modified time | path
    Searched defs:list (Results 1 - 25 of 402) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/msgc/
msgparse.y 13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
56 %start list
60 list : /* empty */ label
61 | list msg
msgparse.y 13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
56 %start list
60 list : /* empty */ label
61 | list msg
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_pp_overdriver.c 1273 const struct phm_fuses_default *list = vega10_fuses_default; local in function:pp_override_get_default_fuse_value
1276 for (i = 0; list[i].key != 0; i++) {
1277 if (key == list[i].key) {
1278 result->key = list[i].key;
1279 result->VFT2_m1 = list[i].VFT2_m1;
1280 result->VFT2_m2 = list[i].VFT2_m2;
1281 result->VFT2_b = list[i].VFT2_b;
1282 result->VFT1_m1 = list[i].VFT1_m1;
1283 result->VFT1_m2 = list[i].VFT1_m2;
1284 result->VFT1_b = list[i].VFT1_b
    [all...]
amdgpu_pp_overdriver.c 1273 const struct phm_fuses_default *list = vega10_fuses_default; local in function:pp_override_get_default_fuse_value
1276 for (i = 0; list[i].key != 0; i++) {
1277 if (key == list[i].key) {
1278 result->key = list[i].key;
1279 result->VFT2_m1 = list[i].VFT2_m1;
1280 result->VFT2_m2 = list[i].VFT2_m2;
1281 result->VFT2_b = list[i].VFT2_b;
1282 result->VFT1_m1 = list[i].VFT1_m1;
1283 result->VFT1_m2 = list[i].VFT1_m2;
1284 result->VFT1_b = list[i].VFT1_b
    [all...]
  /src/usr.bin/chpass/
table.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
48 ENTRY list[] = { variable in typeref:typename:ENTRY[]
table.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
48 ENTRY list[] = { variable in typeref:typename:ENTRY[]
  /src/tests/usr.bin/xlint/lint1/
d_cast_typeof.c 7 char list; member in struct:foo
15 ((char *)&((typeof(hole))0)->list) :
16 ((char *)&((typeof(*hole) *)0)->list);
d_cast_typeof.c 7 char list; member in struct:foo
15 ((char *)&((typeof(hole))0)->list) :
16 ((char *)&((typeof(*hole) *)0)->list);
  /src/usr.bin/hexdump/
conv.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
105 static const char *list[] = { local in function:conv_u
118 (void)printf(pr->fmt, list[*p]);
conv.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
105 static const char *list[] = { local in function:conv_u
118 (void)printf(pr->fmt, list[*p]);
  /src/usr.bin/mklocale/
yacc.y 15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
107 rune_list *list;
117 %token <i> LIST
124 %type <list> list
125 %type <list> map
184 | LIST list
194 list : RUN label
    [all...]
yacc.y 15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
107 rune_list *list;
117 %token <i> LIST
124 %type <list> list
125 %type <list> map
184 | LIST list
194 list : RUN label
    [all...]
  /src/games/backgammon/teachgammon/
ttext1.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
47 const char *const list[] = { variable in typeref:typename:const char * const[]
57 "\t?\tto get this list",
ttext1.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
47 const char *const list[] = { variable in typeref:typename:const char * const[]
57 "\t?\tto get this list",
  /src/games/battlestar/
init.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
92 static const char *const list[] = { variable in typeref:typename:const char * const[]
125 for (ptr = list; *ptr; ptr++)
init.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
92 static const char *const list[] = { variable in typeref:typename:const char * const[]
125 for (ptr = list; *ptr; ptr++)
  /src/sys/arch/hpc/hpc/platid_gen/
gram.y 12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
81 %type <node>list
86 start: list { def_tree = $1; };
88 list: label
89 list item { LIST_ADD($1, $2); $$ = $1; } |
gram.y 12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
81 %type <node>list
86 start: list { def_tree = $1; };
88 list: label
89 list item { LIST_ADD($1, $2); $$ = $1; } |
  /src/lib/libcurses/
screen.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
272 struct __winlist *list; local in function:__delscreen
278 /* walk the window list and kill all the parent windows */
279 while ((list = screen->winlistp) != NULL) {
280 delwin(list->winp);
281 if (list == screen->winlistp)
screen.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
272 struct __winlist *list; local in function:__delscreen
278 /* walk the window list and kill all the parent windows */
279 while ((list = screen->winlistp) != NULL) {
280 delwin(list->winp);
281 if (list == screen->winlistp)
  /src/usr.bin/make/unit-tests/
archive.mk 22 @${MAKE} -f ${MAKEFILE} list-archive
23 @${MAKE} -f ${MAKEFILE} list-archive-wildcard
24 @${MAKE} -f ${MAKEFILE} list-archive-undef-archive || echo "exit $$?"
26 @${MAKE} -f ${MAKEFILE} list-archive-undef-member || echo "exit $$?"
48 list-archive: ${ARCHIVE} pre post
54 # To prevent an overly long file list, the pattern is restricted to [at]*.mk.
55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post
58 .if make(list-archive-undef-archive)
61 list-archive-undef-archive: ${ARCHIVE}$${UNDEF}(archive.mk) pre post
65 .if make(list-archive-undef-member
    [all...]
archive.mk 22 @${MAKE} -f ${MAKEFILE} list-archive
23 @${MAKE} -f ${MAKEFILE} list-archive-wildcard
24 @${MAKE} -f ${MAKEFILE} list-archive-undef-archive || echo "exit $$?"
26 @${MAKE} -f ${MAKEFILE} list-archive-undef-member || echo "exit $$?"
48 list-archive: ${ARCHIVE} pre post
54 # To prevent an overly long file list, the pattern is restricted to [at]*.mk.
55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post
58 .if make(list-archive-undef-archive)
61 list-archive-undef-archive: ${ARCHIVE}$${UNDEF}(archive.mk) pre post
65 .if make(list-archive-undef-member
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/stats/
stats_client.cc 41 StatModule *list; variable in namespace:__anon8b5ce44c0110
51 module_id = reg_func(&list);
66 mod->next = list;
67 list = mod;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_csa.c 75 struct list_head list; local in function:amdgpu_map_static_csa
80 INIT_LIST_HEAD(&list);
85 list_add(&csa_tv.head, &list);
86 amdgpu_vm_get_pd_bo(vm, &list, &pd);
88 r = ttm_eu_reserve_buffers(&ticket, &list, true, NULL);
96 ttm_eu_backoff_reservation(&ticket, &list);
108 ttm_eu_backoff_reservation(&ticket, &list);
112 ttm_eu_backoff_reservation(&ticket, &list);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_workarounds_types.h 26 struct i915_wa *list; member in struct:i915_wa_list

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>