Home
last modified time | relevance | path

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

/trueos/sys/sparc64/sparc64/
HDidentcpu.c22 SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD,
/trueos/lib/libc/gen/
HD__xuname.c133 mib[1] = HW_MACHINE; in __xuname()
/trueos/usr.bin/uname/
HDuname.c253 NATIVE_SYSCTL2_GET(platform, CTL_HW, HW_MACHINE) { in NATIVE_SYSCTL2_GET() argument
/trueos/sys/arm/arm/
HDidentcpu.c62 SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD,
/trueos/sys/mips/mips/
HDmachdep.c103 SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD, machine, 0, "Machine class");
/trueos/sys/kern/
HDkern_xxx.c423 name[1] = HW_MACHINE; in freebsd4_uname()
/trueos/sys/powerpc/booke/
HDmachdep.c175 SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD, machine, 0, "");
/trueos/sys/x86/x86/
HDidentcpu.c111 SYSCTL_PROC(_hw, HW_MACHINE, machine, CTLTYPE_STRING | CTLFLAG_RD,
114 SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD,
/trueos/sys/powerpc/aim/
HDmachdep.c152 SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD, machine, 0, "");
/trueos/sys/sys/
HDsysctl.h658 #define HW_MACHINE 1 /* string: machine class */ macro
/trueos/sys/ia64/ia64/
HDmachdep.c161 SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD, machine, 0, "");
/trueos/bin/launchctl/
HDlaunchctl_old.c1261 if (sysctl_hw_streq(HW_MACHINE, launch_data_get_string(obj))) { in job_disabled_dict_logic()