Searched refs:MACHINE (Results 1 - 25 of 141) sorted by relevance

123456

/freebsd-10-stable/sys/modules/
H A DMakefile.inc3 .if ${MACHINE} == "pc98"
/freebsd-10-stable/sys/pc98/include/
H A Dparam.h29 #define MACHINE "pc98" macro
/freebsd-10-stable/share/mk/
H A Dbsd.arch.inc.mk5 .if exists(${.CURDIR}/Makefile.${MACHINE})
6 .include "Makefile.${MACHINE}"
/freebsd-10-stable/sys/tools/fdt/
H A Dmake_dtb.sh15 if [ -z "${MACHINE}" ]; then
16 MACHINE=$(uname -m)
22 cpp -P -x assembler-with-cpp -I $S/gnu/dts/include -I $S/boot/fdt/dts/${MACHINE} -I $S/gnu/dts/${MACHINE} -include $d /dev/null |
23 dtc -O dtb -o $dtb -b 0 -p 1024 -i $S/boot/fdt/dts/${MACHINE} -i $S/gnu/dts/${MACHINE}
/freebsd-10-stable/sbin/reboot/
H A DMakefile8 .if exists(${.CURDIR}/boot_${MACHINE}.8)
9 MAN+= boot_${MACHINE}.8
10 MLINKS+= boot_${MACHINE}.8 boot.8
12 .if ${MACHINE} == "amd64"
/freebsd-10-stable/contrib/bmake/
H A Dmachine.sh24 MACHINE=
48 MACHINE=$OS$OSMAJOR.$machine
53 MACHINE=$OS$OSMAJOR.$machine
57 MACHINE=$OS$OSMAJOR.$machine
64 4.0*) MACHINE_ARCH=$machine_arch MACHINE=$machine_arch;;
72 MACHINE=i386
87 MACHINE=${MACHINE:-$OS$OSMAJOR}
95 "") echo $MACHINE;;
/freebsd-10-stable/etc/devd/
H A DMakefile7 .if ${MACHINE} == "powerpc"
11 .if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
/freebsd-10-stable/sys/modules/fdc/
H A DMakefile5 .if ${MACHINE} == "pc98"
11 .if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
/freebsd-10-stable/contrib/binutils/ld/emulparams/
H A Darmelf.sh0 MACHINE=
26 MACHINE=
H A Dscoreelf.sh0 MACHINE=
28 MACHINE=
H A Darcelf.sh11 MACHINE=
H A Davr6.sh2 MACHINE=
H A Delf_i386_chaos.sh7 MACHINE=
H A Delf_i386_ldso.sh7 MACHINE=
H A Di386moss.sh7 MACHINE=
H A Di386nto.sh9 MACHINE=
/freebsd-10-stable/sys/modules/ata/
H A DMakefile5 .if ${MACHINE} == "pc98"
/freebsd-10-stable/sys/modules/cpufreq/
H A DMakefile10 .if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
17 .if ${MACHINE} == "i386"
21 .if ${MACHINE} == "powerpc"
/freebsd-10-stable/usr.sbin/fdread/
H A DMakefile6 .if ${MACHINE} == "pc98"
/freebsd-10-stable/sys/modules/apm/
H A DMakefile4 .if ${MACHINE} == "pc98"
10 .if ${MACHINE} == "pc98"
/freebsd-10-stable/crypto/openssl/
H A Dconfig51 [ "$MACHINE" ] || MACHINE=`(uname -m) 2>/dev/null` || MACHINE="unknown"
66 echo "${MACHINE}-whatever-isc4"; exit 0
89 # We hardcode i586 in place of ${MACHINE} for the
92 # ${MACHINE} gets always assigned to i386. Now, problem
104 case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
106 MACHINE=`echo "$MACHINE" | sed -e 's/-/_/g'`
114 echo "${MACHINE}
[all...]
/freebsd-10-stable/sys/modules/sio/
H A DMakefile3 .if ${MACHINE} == "pc98"
12 .if ${MACHINE} == "pc98"
22 .if ${MACHINE} == "pc98"
/freebsd-10-stable/usr.sbin/bsdinstall/partedit/
H A DMakefile11 PARTEDIT_ARCH= ${MACHINE}
12 .if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
/freebsd-10-stable/contrib/bmake/mk/
H A Dsys.dependfile.mk21 # 2. that machine specific files end in .${MACHINE}
37 ${.CURDIR}/${.MAKE.DEPENDFILE_PREFIX}.${MACHINE} \
47 .elif ${.MAKE.DEPENDFILE_PREFERENCE:M*${MACHINE}} != "" && ${.MAKE.DEPENDFILE_DEFAULT:E} != ${MACHINE}
48 # MACHINE specific depend files are supported, but *not* default.
50 _aml = ${ALL_MACHINE_LIST:Uarm amd64 i386 powerpc:N${MACHINE}} ${MACHINE}
51 # make sure we restore MACHINE
52 _m := ${MACHINE}
53 _e := ${_aml:@MACHINE
54 MACHINE := ${_m} macro
[all...]
/freebsd-10-stable/sys/modules/cam/
H A DMakefile5 .PATH: $S/cam $S/cam/scsi $S/cam/ata $S/${MACHINE}/${MACHINE}
22 .if exists($S/${MACHINE}/${MACHINE}/cam_machdep.c)
41 .if exists($S/${MACHINE}/${MACHINE}/ata_machdep.c)

Completed in 101 milliseconds

123456