HomeSort by relevance Sort by last modified time
    Searched refs:machines (Results 1 - 25 of 29) sorted by null

1 2

  /onnv/onnv-gate/usr/src/tools/gk/
Makefile 30 SHFILES = gen_make.machines
gen_make.machines.sh 26 # 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
login.sh 42 if ( ! -f ~/.make.machines ) then
45 set maxjobs="`grep $hostname ~/.make.machines | tail -1 | awk -F= '{print $ 2;}'`"
  /onnv/onnv-gate/usr/src/lib/librstp/common/
statmch.h 64 abstr->next = this->machines; \
65 this->machines = abstr; \
stpm.c 48 /* 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;
stpm.h 58 STATE_MACH_T* machines; member in struct:stpm_t
port.c 62 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) {
port.h 59 /* per Port state machines */
70 STATE_MACH_T* machines; /* list of machines */ member in struct:port_t
  /onnv/onnv-gate/usr/src/psm/promif/ieee1275/common/
README.common 28 implementations of the promif interfaces for machines compliant with
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
integer.pm 18 of the enclosing BLOCK. On many machines, this doesn't matter a great
39 $a = 2**31 - 1; # Largest positive integer on 32-bit machines
AnyDBM_File.pm 71 on mixed universe machines, may be in the bsd compat library,
AutoSplit.pm 122 potential file naming conflicts on machines with drastically limited
CPAN.pm     [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
Makefile.PL 85 /* machines that do not support unaligned integer read/write */
  /onnv/onnv-gate/usr/src/common/openssl/crypto/des/
FILES0 15 times - Some outputs from 'speed' on some machines.
  /onnv/onnv-gate/usr/src/uts/i86pc/ml/
locore.s     [all...]
cpr_wakecode.s 290 / using the following value blows up machines! - DO NOT USE
  /onnv/onnv-gate/usr/src/lib/libdhcpsvc/private/
README.synch 36 processes on multiple machines.
72 multiple machines as well; see the discussion on cross-host synchronization
  /onnv/onnv-gate/usr/src/tools/
README.tools 28 machines. From here, 'make install' will build and install the tools
34 but the 'gk' account has the path setup properly, has a .make.machines
341 2. Login as 'gk' (or root, but your PATH and .make.machines for dmake will
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/bin/
nisclient.sh 60 o to initialize NIS+ client machines:
    [all...]
  /onnv/onnv-gate/usr/src/tools/SUNWonbld/
prototype_com 175 f none opt/onbld/gk/gen_make.machines 755 root bin
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
kaif_startup.s 302 * on all of our target machines, so we have to use the KDI to fetch the
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
Encode.pm 421 ASCII data (or EBCDIC on EBCDIC machines). See L</"The UTF-8 flag">
  /onnv/onnv-gate/usr/src/cmd/sgs/packages/common/
SUNWonld-README 184 4239308 LD_DEBUG busted for sparc machines
    [all...]
  /onnv/onnv-gate/usr/src/tools/scripts/
nightly.sh     [all...]

Completed in 420 milliseconds

1 2