Home
last modified time | relevance | path

Searched refs:cput (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c83 tdesc_t *cput, *cpu; in fix_small_cpu_struct() local
95 if ((cput = lookup_tdesc(td, "cpu_t")) != NULL) { in fix_small_cpu_struct()
96 if (cput->t_type != TYPEDEF) in fix_small_cpu_struct()
98 cpu = cput->t_tdesc; in fix_small_cpu_struct()
/freebsd/sys/powerpc/powerpc/
H A Dcpu.c265 static const struct cputab *cput; variable
303 cput = cp; in cpu_feature_setup()
336 revfmt = cput->revfmt; in cpu_setup()
337 name = cput->name; in cpu_setup()
371 if (cput->cpu_setup != NULL) in cpu_setup()
372 cput->cpu_setup(cpuid, vers); in cpu_setup()
/freebsd/usr.sbin/config/
H A Dmain.cc463 struct cputype *cput; in configfile_dynamic() local
474 SLIST_FOREACH(cput, &cputype, cpu_next) in configfile_dynamic()
475 cfg << "cpu\t" << cput->cpu_name << lend; in configfile_dynamic()