Searched refs:machines (Results 1 - 25 of 56) sorted by relevance

123

/barrelfish-master/tools/harness/machines/
H A Duw_machinedata.py10 machines = { variable
H A Dmsrc_machinedata.py10 machines = { variable
H A Deth_machinedata.py10 machines = dict({ variable
H A Dgem5.py15 import debug, machines namespace
16 from machines import ARMSimulatorBase, MachineFactory, ARMSimulatorOperations
105 # @machines.add_machine
H A Duw.py11 import debug, machines, uw_machinedata namespace
12 from machines import Machine, MachineLockedError, MachineFactory
20 _uw_machines = uw_machinedata.machines
H A Dmsrc.py11 import debug, machines, msrc_machinedata namespace
12 from machines import Machine, MachineLockedError, MachineFactory
20 _msrc_machines = msrc_machinedata.machines
H A Dpandaboard.py12 from machines import ARMMachineBase, MachineFactory, MachineOperations
13 from machines.eth import ETHBaseMachineOperations
15 # XXX: the rack-mount pandaboard machines are ETH-specific
H A Deth.py12 from machines import Machine, MachineLockedError, MachineFactory,\
97 _machines = eth_machinedata.machines
H A Dimx8x.py12 from machines import ARMMachineBase, MachineFactory, MachineOperations
13 from machines.eth import ETHMachineOperations
16 # XXX: the rack-mount colibri machines are ETH-specific
H A Dfvp.py12 from machines import ARMSimulatorBase, MachineFactory, ARMSimulatorOperations
/barrelfish-master/tools/harness/siteconfig/
H A Duw.py40 # also cause the UW machines to be loaded/initialised
41 import machines.uw namespace
H A Dmsrc.py39 # also cause the MSRC machines to be loaded/initialised
40 import machines.msrc namespace
H A Deth.py51 # also cause the ETH machines to be loaded/initialised
52 import machines.eth namespace
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dwm_types.h69 machine_t machines[MAX_MACHINES]; member in struct:__anon1676
H A Dwm_interface.c435 sprintf(host_workers,"workers(%s)",mc_list.machines[i].hostname);
437 (char *) &(mc_list.machines[i].num_workers),
440 sprintf(awake_workers,"awake_workers(%s)",mc_list.machines[i].hostname);
442 (char *) &(mc_list.machines[i].num_awake),
445 sprintf(command,"set machines(%d) %s", i, mc_list.machines[i].hostname);
448 /* sprintf(machine_i,"machines(%d)", i);
450 (char *) &(mc_list.machines[i].hostname),
574 for(cur = mc_list.machines[i].list; cur != NULL; cur = cur->next)
595 mc_list.machines[
[all...]
H A Dwm.c240 if(strcmp(hostname,mc_list.machines[i].hostname) == 0)
241 return(&(mc_list.machines[i]));
258 mc_list.machines[mc_id].num_workers = 0;
259 mc_list.machines[mc_id].num_awake = 0;
260 mc_list.machines[mc_id].auto_start = auto_start;
261 strcpy(mc_list.machines[mc_id].hostname, hostname);
262 strcpy(mc_list.machines[mc_id].exec_file, exec_file);
263 sprintf(mc_list.machines[mc_id].heap_map_file,"%s/%d.%s.heap.map",
265 mc_list.machines[mc_id].list = NULL;
268 return(&(mc_list.machines[mc_i
[all...]
H A Dwm_msgs.h164 mc_status_t machines[MAX_MACHINES]; member in struct:__anon1670
/barrelfish-master/tools/harness/
H A Dscalebench.py13 from machines import MachineFactory
32 import machines namespace
63 metavar='MACHINE', help='victim machines to use')
75 help='list available builds, machines and tests')
132 # resolve and instantiate all machines
134 p.error('no machines specified')
135 options.machines = []
139 p.error('no machines match "%s" (try -L for a list)' % spec)
140 options.machines.extend(
141 [m for m in matches if m not in options.machines])
[all...]
H A Dreprocess.py31 options.machines = None
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dmenu.tcl27 set selhost $machines(0)
32 #set machines(0) [exec hostname]
33 #set machines(1) rincewind
36 #set selhost $machines(0)
68 global machines
82 set mcname $machines($i)
216 global machines
231 set mcname $machines($i)
233 .$wmname.list insert end $machines($i)
283 global machines
[all...]
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumssocket.tex34 that can connect multiple processes on different machines
69 The \notation{internet} domain can be used to connect any two machines
185 available machines which are not highly loaded and accepts
193 % Invoke ECLiPSe on all available machines and accept a hello message
196 machine_list(List), % make a list of machines from ruptime
210 % Invoke eclipse on all machines with small load and let them execute
232 is_built_in(socket/3), % to ignore non-BSD machines
243 % machines in the form
H A Dumscmdlineopts.tex76 The default is \notation{512M} on 64-bit, or \notation{256M} on 32-bit machines.
86 The default is \notation{128M} on 64-bit, or \notation{64M} on 32-bit machines.
/barrelfish-master/tools/harness/tests/
H A Ddistopsbreakdown.py132 if options.machines:
133 self.buildarch = options.machines[0].get_buildarchs()[0]
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Decoptions.tex47 system specific pagesizes. On machines where initially only virtual memory
/barrelfish-master/usr/eclipseclp/
H A DBUILD_ROTD82 # XXX - Note that cleaning up might not work properly: the machines chosen
159 same as on the Unix machines. In this case the directory
641 eval machines=\"'$TEST_MACHINES_'$arch\"
642 if [ "$machines" = "" ] ; then
649 for m in $machines ; do
650 # If it's an alias, select one of the machines.
1065 # TEST_MACHINES List of machines on which some tests are to be run
1094 eval machines=\"'$TEST_MACHINES_'$arch\"
1096 for machine in $machines ; do
1463 # Run all the tests, with the tests on different machines don
[all...]

Completed in 154 milliseconds

123