Home
last modified time | relevance | path

Searched full:parallel (Results 1 – 25 of 724) sorted by relevance

12345678910>>...29

/illumos-gate/usr/src/uts/
H A DMakefile33 # Some of these architectures are built in parallel (see i386_PARALLEL and
34 # sparc_PARALLEL). This requires building some parts first before parallel build
36 # the parallel build to work. The i386_PREREQ and sparc_PREREQ variables tell
44 # For i386 all architectures can be compiled in parallel.
46 # intel/Makefile knows how to build prerequisites needed for parallel build.
52 # For sparc all architectures can be compiled in parallel.
54 # sun4/Makefile knows how to build prerequisites needed for parallel build.
61 # Platforms defined in $(MACH)_PARALLEL are built in parallel. DUMMY is placed
63 # parallel.
65 .PARALLEL: $($(MACH)_PARALLEL) DUMMY
[all …]
/illumos-gate/usr/src/cmd/
H A DMakefile41 # parallel build.
811 .PARALLEL: $(SUBDIRS) $(MSGSUBDIRS) $(AUDITSUBDIRS)
817 # Manifests cannot be checked in parallel, because we are using
819 # For this reason, to avoid .PARALLEL and .NO_PARALLEL conflicts,
820 # we spawn off a sub-make to perform the non-parallel 'make check'
826 # The .WAIT directive works around an apparent bug in parallel make.
/illumos-gate/usr/src/man/man4d/
H A Decpp.4d8 ecpp \- IEEE 1284 compliant parallel port driver
78 will not operate with the parallel port operating in a fast handshaking mode.
160 The mode field reflects the \fIIEEE 1284\fR mode to which the parallel port is
279 The following ioctls are used to directly read and write the parallel port
343 1284 compliant parallel port device special files appears in both namespaces.
467 \fBParallel port controller not supported\fR
471 Driver does not support parallel port controller on the given host. Attach
H A Dusbprn.4d27 \fBusbprn\fR driver supports a subset of the \fBecpp\fR(4D) parallel port
448 The USB Parallel Printer Adapter is not hotpluggable. The printer should be
449 connected to USB Parallel Printer Adapter before plugging the USB cable into
451 of USB Parallel Printer Adapter from the host or hub port.
/illumos-gate/usr/src/
H A DMakefile61 # Headers that can be built in parallel
66 # Directories that can be built in parallel
162 # Declare what parts can be built in parallel
164 # prevent everything going in parallel
166 .PARALLEL: $(PARALLEL_HEADERS) DUMMY
167 .PARALLEL: $(PARALLEL_DIRS) DUMMY
/illumos-gate/usr/src/uts/intel/
H A DMakefile58 .PARALLEL: $(PARALLEL_KMODS) $(XMODS) config
82 # i86xpv and intel are all built in parallel. This requires building certain
83 # parts before the parallel build can start. The uts/Makefile appends the
85 # any prerequisites needed before the full parallel build can start. After that
/illumos-gate/usr/src/man/man8/
H A Dyppush.813 [\fB-p\fR \fI#parallel-xfrs\fR] \fImapname\fR
64 \fB\fB-p\fR \fI#parallel-xfrs\fR\fR
67 Allows the specified number of map transfers to occur in parallel.
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c46 * Begin Sun Additions for Parallel ports
62 * the parameter structure for the parallel port
97 * for BPP PARALLEL interfaces
165 * For ecpp parallel port
285 * "%%%%[ PrinterError: %s; source: parallel ]%%%%\n", in printer_info()
348 * end of Sun Additions for parallel port
483 * If we are an ecpp parallel port in centronics mode treat in main()
/illumos-gate/usr/src/lib/krb5/
H A DMakefile10 # Build everything in parallel; use .WAIT for dependencies
11 .PARALLEL:
/illumos-gate/usr/src/lib/krb5/kadm5/
H A DMakefile10 # Build everything in parallel; use .WAIT for dependencies
11 .PARALLEL: $(SUBDIRS)
/illumos-gate/usr/src/cmd/krb5/
H A DMakefile7 # Build everything in parallel; use .WAIT for dependencies
8 .PARALLEL:
/illumos-gate/usr/src/psm/stand/boot/sparcv9/
H A DMakefile.com135 .PARALLEL: $(OBJS) $(CONF_OBJS) $(MISC_OBJS) $(SRT0_OBJ) \
137 .PARALLEL: $(L_OBJS) $(CONF_L_OBJS) $(MISC_L_OBJS) $(SRT0_L_OBJ) \
139 .PARALLEL: $(NFSBOOT)
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc173 * running_list List of parallel running processes
420 * Find the dmake_mode: parallel, or serial. in main()
435 // If we're invoked as 'make' but passed -j, run parallel in main()
436 // If we're invoked as 'dmake', without DMAKE_MODE, default parallel in main()
450 if (IS_EQUAL(dmake_value2->string_mb, "parallel")) { in main()
612 * parallel True if building in parallel
616 * running_list List of parallel running processes
664 parallel = false; in cleanup_after_exit()
708 * For each parallel build process running, remove the temp files in cleanup_after_exit()
756 * running_list List of parallel running processes
[all …]
H A Dparallel.cc28 * parallel.cc
30 * Deal with the parallel processing
103 * parallel mode: spawns a parallel process to execute the command group.
148 * DMake 2.x is being run in parallel mode, DMake in execute_parallel()
667 * Processes the given target and finishes up any parallel
770 * parallel_process_cnt Number of parallel process running
1092 * Waits for parallel children to exit and finishes their processing.
1204 * from the parallel build. in finish_children()
1670 * Returns true if the target can be run in parallel
1673 * True if can run in parallel
[all …]
/illumos-gate/usr/src/lib/brand/ipkg/
H A DMakefile28 # Build everything in parallel; use .WAIT for dependencies
29 .PARALLEL:
/illumos-gate/usr/src/lib/brand/solaris10/
H A DMakefile29 # Build everything in parallel; use .WAIT for dependencies
30 .PARALLEL:
/illumos-gate/usr/src/lib/brand/shared/
H A DMakefile27 # Build everything in parallel; use .WAIT for dependencies
28 .PARALLEL:
/illumos-gate/usr/src/lib/brand/sn1/
H A DMakefile30 # Build everything in parallel; use .WAIT for dependencies
31 .PARALLEL:
/illumos-gate/usr/src/lib/krb5/plugins/
H A DMakefile29 # Build everything in parallel; use .WAIT for dependencies
30 .PARALLEL:
/illumos-gate/usr/src/lib/krb5/plugins/kdb/
H A DMakefile29 # Build everything in parallel; use .WAIT for dependencies
30 .PARALLEL:
/illumos-gate/usr/src/lib/krb5/plugins/preauth/
H A DMakefile29 # Build everything in parallel; use .WAIT for dependencies
30 .PARALLEL:
/illumos-gate/usr/src/lib/brand/
H A DMakefile30 # Build everything in parallel; use .WAIT for dependencies
31 .PARALLEL:
/illumos-gate/usr/src/uts/common/sys/
H A Dbpp_io.h31 * I/O header file for the bidirectional parallel port
127 read_handshake; /* parallel port read handshake mode */
133 write_handshake; /* parallel port write handshake mode */
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h194 build_running, /* PARALLEL & DISTRIBUTED */
195 build_pending, /* PARALLEL & DISTRIBUTED */
196 build_serial, /* PARALLEL & DISTRIBUTED */
197 build_subtree /* PARALLEL & DISTRIBUTED */
504 * allowed to run in parallel
506 Boolean parallel:1; member
508 * not allowed to run in parallel
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c46 * the parameter structure for the parallel port
85 * for BPP PARALLEL interfaces
263 "%%%%[ PrinterError: %s; source: parallel ]%%%%\n", in printer_info()
270 "%%%%[ PrinterError: %s; source: parallel ]%%%%\n", in printer_info()

12345678910>>...29