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.c244 static const struct cputab *cput; variable
282 cput = cp; in cpu_feature_setup()
315 revfmt = cput->revfmt; in cpu_setup()
316 name = cput->name; in cpu_setup()
350 if (cput->cpu_setup != NULL) in cpu_setup()
351 cput->cpu_setup(cpuid, vers); in cpu_setup()
/freebsd/usr.sbin/config/
H A Dmain.cc458 struct cputype *cput; in configfile_dynamic() local
469 SLIST_FOREACH(cput, &cputype, cpu_next) in configfile_dynamic()
470 cfg << "cpu\t" << cput->cpu_name << lend; in configfile_dynamic()