OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ci_cpu_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/cpuctl/arch/
cpuctl_i386.h
9
int32_t
ci_cpu_type
; /* for cpu's without cpuid */
member in struct:cpu_info
i386.c
978
if (ci->
ci_cpu_type
>= 0)
1526
ci->
ci_cpu_type
= x86_identify();
1527
if (ci->
ci_cpu_type
>= 0) {
1996
if (ci->
ci_cpu_type
>= 0) {
1998
if (ci->
ci_cpu_type
>= (int)__arraycount(i386_nocpuid_cpus))
1999
errx(1, "unknown cpu type %d", ci->
ci_cpu_type
);
2000
name = i386_nocpuid_cpus[ci->
ci_cpu_type
].cpu_name;
2001
cpu_vendor = i386_nocpuid_cpus[ci->
ci_cpu_type
].cpu_vendor;
2002
vendorname = i386_nocpuid_cpus[ci->
ci_cpu_type
].cpu_vendorname;
2003
class = i386_nocpuid_cpus[ci->
ci_cpu_type
].cpu_class
[
all
...]
Completed in 48 milliseconds
Indexes created Tue Oct 14 10:09:51 GMT 2025