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

/illumos-gate/usr/src/tools/gk/
H A DMakefile30 SHFILES = gen_make.machines
H A Dgen_make.machines.sh26 # script to generate example .make.machines for build users
37 EXISTING=$(grep "^$THISHOST" $HOME/.make.machines |awk -F"=" '{print $2}')
40 printf "Your existing \$HOME/.make.machines has a concurrency "
44 printf "machine. Multi-user machines might\nrequire different values.\n"
46 printf "$THISHOST max=$max\n" >> $HOME/.make.machines
H A Dlogin.sh42 if ( ! -f ~/.make.machines ) then
45 set maxjobs="`grep $hostname ~/.make.machines | tail -1 | awk -F= '{print $ 2;}'`"
/illumos-gate/usr/src/lib/librstp/common/
H A Dstatmch.h64 abstr->next = this->machines; \
65 this->machines = abstr; \
H A Dstpm.c48 /* state machines per bridge */
49 for (stater = this->machines; stater; stater = stater->next) {
57 /* state machines per port */
59 for (stater = port->machines; stater; stater = stater->next) {
141 this->machines = NULL;
186 for (stater = this->machines; stater; ) {
189 this->machines = stater = (STATE_MACH_T*) pv;
H A Dstpm.h58 STATE_MACH_T* machines; member in struct:stpm_t
H A Dport.c62 this->machines = NULL;
88 /* create and bind port state machines */
175 for (stater = this->machines; stater; ) {
210 for (stater = this->machines; stater; stater = stater->next) {
H A Dport.h59 /* per Port state machines */
70 STATE_MACH_T* machines; /* list of machines */ member in struct:port_t
/illumos-gate/usr/src/cmd/dtrace/demo/
H A Dmkdemo.pl117 * On machines that have DTrace installed, this script is available as
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.s1782 / large, then on slow machines the loop will take a long time, or the PIT
1783 / counter may even wrap. If this value is too small, then on fast machines
1785 / itself causes a bad guess. Because this code is used in machines with
1985 / large, then on slow machines the loop will take a long time, or the PIT
1986 / counter may even wrap. If this value is too small, then on fast machines
1988 / itself causes a bad guess. Because this code is used in machines with
H A Dcpr_wakecode.s279 / using the following value blows up machines! - DO NOT USE
/illumos-gate/usr/src/tools/scripts/
H A Dxref.mk94 # to share the resulting cross-reference across machines. We also
H A Dnightly.sh979 if [[ -f $HOME/.make.machines ]]
984 $HOME/.make.machines | read host jobs
1020 # directory, which doesn't always work. Needed until all build machines
/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkaif_startup.s300 * on all of our target machines, so we have to use the KDI to fetch the

Completed in 315 milliseconds