Home
last modified time | relevance | path

Searched refs:HW_MACHINE (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsysctl.h228 #define HW_MACHINE 1 /* string: machine class */ macro
/f-stack/freebsd/arm/arm/
H A Didentcpu-v6.c56 SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD,
/f-stack/freebsd/mips/mips/
H A Dmachdep.c106 SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD, machine, 0, "Machine class");
/f-stack/freebsd/kern/
H A Dkern_xxx.c382 name[1] = HW_MACHINE; in freebsd4_uname()
/f-stack/freebsd/x86/x86/
H A Didentcpu.c156 SYSCTL_PROC(_hw, HW_MACHINE, machine, CTLTYPE_STRING | CTLFLAG_RD |
159 SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD,
/f-stack/freebsd/sys/
H A Dsysctl.h1037 #define HW_MACHINE 1 /* string: machine class */ macro
/f-stack/freebsd/arm64/arm64/
H A Didentcpu.c97 SYSCTL_PROC(_hw, HW_MACHINE, machine, CTLTYPE_STRING | CTLFLAG_RD |