Searched refs:descr (Results 1 - 25 of 89) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dfpu_machdep.c68 const char *descr; local
77 descr = fpu_descr[fputype];
79 descr = "unknown type";
81 printf("fpu: %s\n", descr);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dregcache.c84 struct regcache_descr *descr; local
88 descr = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct regcache_descr);
89 descr->gdbarch = gdbarch;
94 descr->nr_cooked_registers = gdbarch_num_regs (gdbarch)
96 descr->sizeof_cooked_register_status
100 descr->register_type
101 = GDBARCH_OBSTACK_CALLOC (gdbarch, descr->nr_cooked_registers,
103 for (i = 0; i < descr->nr_cooked_registers; i++)
104 descr->register_type[i] = gdbarch_register_type (gdbarch, i);
108 descr
161 struct regcache_descr *descr = regcache_descr (gdbarch); local
173 struct regcache_descr *descr = regcache_descr (gdbarch); local
187 struct regcache_descr *descr; member in struct:regcache
215 struct regcache_descr *descr; local
848 struct regcache_descr *descr = regcache->descr; local
887 struct regcache_descr *descr = regcache->descr; local
898 struct regcache_descr *descr = regcache->descr; local
909 struct regcache_descr *descr = regcache->descr; local
920 struct regcache_descr *descr = regcache->descr; local
[all...]
H A Dregset.h47 const void *descr; member in struct:regset
H A Dlibunwind-frame.c115 struct libunwind_descr *descr local
118 return descr;
123 struct libunwind_descr *descr)
140 arch_descr->gdb2uw = descr->gdb2uw;
141 arch_descr->uw2gdb = descr->uw2gdb;
142 arch_descr->is_fpreg = descr->is_fpreg;
143 arch_descr->accessors = descr->accessors;
144 arch_descr->special_accessors = descr->special_accessors;
155 struct libunwind_descr *descr; local
191 descr
122 libunwind_frame_set_descr(struct gdbarch *gdbarch, struct libunwind_descr *descr) argument
257 struct libunwind_descr *descr; local
322 struct libunwind_descr *descr; local
410 struct libunwind_descr *descr; local
458 struct libunwind_descr *descr; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3/
H A Dfpu_machdep.c64 const char *descr; local
74 descr = fpu_descr[fputype];
76 printf("fpu: %s\n", descr);
/netbsd-6-1-5-RELEASE/tests/sbin/newfs/
H A Dquotas_common.sh23 local descr="${1}"; shift
28 atf_set "descr" "Checks ${descr} quotas inodes"
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-dump.h26 char *descr);
/netbsd-6-1-5-RELEASE/tests/fs/ffs/
H A Dffs_common.sh42 local descr="${1}"; shift
47 atf_set "descr" "${descr}"
68 local descr="${1}"; shift
73 atf_set "descr" "${descr}"
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dformat-csharp.c165 format_free (void *descr) argument
167 struct spec *spec = (struct spec *) descr;
173 format_get_number_of_directives (void *descr) argument
175 struct spec *spec = (struct spec *) descr;
222 format_print (void *descr) argument
224 struct spec *spec = (struct spec *) descr;
252 void *descr; local
261 descr = format_parse (line, false, &invalid_reason);
263 format_print (descr);
265 if (descr
[all...]
H A Dformat-qt.c95 format_free (void *descr) argument
97 struct spec *spec = (struct spec *) descr;
103 format_get_number_of_directives (void *descr) argument
105 struct spec *spec = (struct spec *) descr;
161 format_print (void *descr) argument
163 struct spec *spec = (struct spec *) descr;
194 void *descr; local
203 descr = format_parse (line, false, &invalid_reason);
205 format_print (descr);
207 if (descr
[all...]
H A Dformat-ycp.c98 format_free (void *descr) argument
100 struct spec *spec = (struct spec *) descr;
106 format_get_number_of_directives (void *descr) argument
108 struct spec *spec = (struct spec *) descr;
171 format_print (void *descr) argument
173 struct spec *spec = (struct spec *) descr;
204 void *descr; local
213 descr = format_parse (line, false, &invalid_reason);
215 format_print (descr);
217 if (descr
[all...]
H A Dformat-gcc-internal.c232 format_free (void *descr) argument
234 struct spec *spec = (struct spec *) descr;
242 format_get_number_of_directives (void *descr) argument
244 struct spec *spec = (struct spec *) descr;
301 format_print (void *descr) argument
303 struct spec *spec = (struct spec *) descr;
384 void *descr; local
393 descr = format_parse (line, false, &invalid_reason);
395 format_print (descr);
397 if (descr
[all...]
H A Dformat-librep.c256 format_free (void *descr) argument
258 struct spec *spec = (struct spec *) descr;
266 format_get_number_of_directives (void *descr) argument
268 struct spec *spec = (struct spec *) descr;
365 format_print (void *descr) argument
367 struct spec *spec = (struct spec *) descr;
420 void *descr; local
429 descr = format_parse (line, false, &invalid_reason);
431 format_print (descr);
433 if (descr
[all...]
H A Dformat-perl-brace.c140 format_free (void *descr) argument
142 struct spec *spec = (struct spec *) descr;
155 format_get_number_of_directives (void *descr) argument
157 struct spec *spec = (struct spec *) descr;
229 format_print (void *descr) argument
231 struct spec *spec = (struct spec *) descr;
259 void *descr; local
268 descr = format_parse (line, false, &invalid_reason);
270 format_print (descr);
272 if (descr
[all...]
H A Dformat-sh.c237 format_free (void *descr) argument
239 struct spec *spec = (struct spec *) descr;
252 format_get_number_of_directives (void *descr) argument
254 struct spec *spec = (struct spec *) descr;
330 format_print (void *descr) argument
332 struct spec *spec = (struct spec *) descr;
360 void *descr; local
369 descr = format_parse (line, false, &invalid_reason);
371 format_print (descr);
373 if (descr
[all...]
H A Dformat.h55 void (*free) (void *descr);
59 int (*get_number_of_directives) (void *descr);
/netbsd-6-1-5-RELEASE/sys/dev/mii/
H A Dmii_verbose.c66 const char *descr; member in struct:mii_knowndev
99 for (i = 0; mii_knowndevs[i].descr != NULL; i++)
103 return (mii_knowndevs[i].descr);
/netbsd-6-1-5-RELEASE/tests/sbin/fsck_ffs/
H A Dquotas_common.sh24 local descr="${1}"; shift
29 atf_set "descr" "Checks ${descr} quotas inodes"
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/info/
H A Dperform.c161 const struct pkg_meta_desc *descr; local
163 for (descr = pkg_meta_descriptors; descr->entry_filename; ++descr)
164 free(*(char **)((char *)meta + descr->entry_offset));
176 const struct pkg_meta_desc *descr, *last_descr; local
195 for (descr = pkg_meta_descriptors; descr->entry_filename;
196 ++descr) {
197 if (strcmp(descr
248 const struct pkg_meta_desc *descr; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dtest_helpers.h50 atf_tc_set_md_var(tc, "descr", "Tests that the " hdrname " file can " \
58 #define BUILD_TC(name, sfile, descr, failmsg) \
62 atf_tc_set_md_var(tc, "descr", descr); \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dtest_helpers.h52 atf_tc_set_md_var(tc, "descr", "Tests that the " hdrname " file can " \
60 #define BUILD_TC(name, sfile, descr, failmsg) \
64 atf_tc_set_md_var(tc, "descr", descr); \
/netbsd-6-1-5-RELEASE/tests/util/ps/
H A Dt_ps.sh184 atf_set "descr" "Checks that the default set of columns is correct" \
202 atf_set "descr" "Checks that 'ps -O foo' inserts columns just after" \
219 atf_set "descr" "Checks simple cases of 'ps -o foo' to control which" \
247 atf_set "descr" "Tests simple uses of header overriding via" \
276 atf_set "descr" "Tests header overriding with embedded space," \
306 atf_set "descr" "Tests simple uses of null column headings" \
348 atf_set "descr" "Tests the use of 'ps -o foo= -o bar=' (with a" \
376 atf_set "descr" "Tests the use of -o options to display the" \
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/dev/
H A Dw100.c61 struct w100_wsscreen_descr *descr; member in struct:__anon6874
74 struct w100_wsscreen_descr *descr,
187 struct w100_wsscreen_descr *descr = w100_console.descr; local
192 error = w100_new_screen(sc, descr->depth, &scr);
202 w100_setup_rasops(sc, ri, descr, geom);
209 wsdisplay_cnattach(&descr->c, ri, ri->ri_ccol, ri->ri_crow,
218 w100_cnattach(struct w100_wsscreen_descr *descr, argument
222 w100_console.descr = descr;
261 w100_setup_rasops(struct w100_softc *sc, struct rasops_info *rinfo, struct w100_wsscreen_descr *descr, const struct w100_panel_geometry *geom) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/hil/
H A Dhildevs.h35 const char *descr; member in struct:hildevice
/netbsd-6-1-5-RELEASE/usr.sbin/btattach/
H A Dbtattach.h36 const char * descr; /* long description */ member in struct:devtype

Completed in 220 milliseconds

1234