Home
last modified time | relevance | path

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

/dragonfly/usr.bin/uname/
H A Duname.c269 NATIVE_SYSCTL2_GET(arch, CTL_HW, HW_MACHINE_ARCH) { in NATIVE_SYSCTL2_GET() argument
/dragonfly/sys/kern/
H A Dkern_mib.c153 SYSCTL_STRING(_hw, HW_MACHINE_ARCH, machine_arch, CTLFLAG_RD | CTLFLAG_NOLOCK,
/dragonfly/contrib/dhcpcd/src/
H A Dif-bsd.c1660 #ifndef HW_MACHINE_ARCH
1662 # define HW_MACHINE_ARCH HW_MODEL macro
1668 int mib[2] = { CTL_HW, HW_MACHINE_ARCH }; in if_machinearch()
/dragonfly/usr.bin/dsynth/
H A Dconfig.c117 ArchitectureName = dokernsysctl(CTL_HW, HW_MACHINE_ARCH); in ParseConfiguration()
/dragonfly/sys/sys/
H A Dsysctl.h643 #define HW_MACHINE_ARCH 11 /* string: machine architecture */ macro
/dragonfly/contrib/bmake/
H A Dmain.c1000 const int mib[2] = { CTL_HW, HW_MACHINE_ARCH }; in InitVarMachineArch()
H A DChangeLog2459 * main.c: check that CTL_HW and HW_MACHINE_ARCH exist.