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

/linux-master/tools/testing/ktest/examples/
H A Dkvm.conf7 MACHINE = Guest
11 CONSOLE = virsh console ${MACHINE}
81 POWER_CYCLE = virsh destroy ${MACHINE}; sleep 5; virsh start ${MACHINE}
H A Dtest.conf6 MACHINE = foo
11 # If this is the case, MACHINE defines the way to connect to the
H A Dvmware.conf24 MACHINE = Guest
H A Dsnowball.conf51 MACHINE = snowball
H A Dcrosstests.conf212 MACHINE = crosstest
/linux-master/tools/testing/ktest/examples/include/
H A Ddefaults.conf9 # and a 32 bit version. The MACHINE is the DNS name to get to the
15 # By default, BOX and MACHINE are the same.
18 BOX := ${MACHINE}
38 CONFIG_DIR := ${THIS_DIR}/configs/${MACHINE}
50 SSH := ssh ${SSH_USER}@${MACHINE}
60 OUTPUT_DIR = ${THIS_DIR}/build/${MACHINE}
92 LOG_FILE = ${OUTPUT_DIR}/${MACHINE}.log
110 REBOOT_SUCCESS_LINE = ${MACHINE} login:
H A Dbootconfig.conf20 # and MACHINE is defined in the example configs.
21 BOOTCONFIG_TEST_PREP = scp ${BOOTCONFIG_PATH}${BOOTCONFIG_FILE} ${SSH_USER}@${MACHINE}:/tmp && ${ADD_BOOTCONFIG}
28 DO_TEST = scp ${BOOTCONFIG_PATH}${BOOTCONFIG_VERIFY} ${SSH_USER}@${MACHINE}:/tmp && ${SSH} /tmp/${BOOTCONFIG_VERIFY}
/linux-master/sound/oss/dmasound/
H A Ddmasound.h138 } MACHINE; typedef in typeref:struct:__anon3250
156 MACHINE mach; /* machine dependent things */
H A Ddmasound_q40.c594 static MACHINE machQ40 = {
H A Ddmasound_paula.c685 static MACHINE machAmiga = {
H A Ddmasound_atari.c1529 static __initdata MACHINE machTT = {
1558 static __initdata MACHINE machFalcon = {
/linux-master/arch/m68k/include/asm/
H A Dm54xxsim.h12 #define MACHINE MACH_M54XX macro
H A Dm5441xsim.h14 #define MACHINE MACH_M5441X macro
/linux-master/arch/m68k/coldfire/
H A Dhead.S286 movel #MACHINE,%d0
/linux-master/tools/testing/ktest/
H A Dktest.pl38 "TMP_DIR" => "/tmp/ktest/\${MACHINE}",
58 "SSH_EXEC" => "ssh \$SSH_USER\@\$MACHINE \$SSH_COMMAND",
59 "SCP_TO_TARGET" => "scp \$SRC_FILE \$SSH_USER\@\$MACHINE:\$DST_FILE",
61 "REBOOT" => "ssh \$SSH_USER\@\$MACHINE reboot",
274 "MACHINE" => \$machine,
390 $config_help{"MACHINE"} = << "EOF"
740 get_mandatory_config("MACHINE");
1866 $command =~ s/\$MACHINE/$machine/g;
4394 $ENV{"MACHINE"} = $machine;

Completed in 171 milliseconds