Searched refs:pipeline (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c56 #define X_FIRST 0x1000 /* Use parm only in 1st cmd of pipeline */
137 _FILTER *pipeline; local
259 * Find a pipeline that will convert the input-type to the
262 if (!instantiate(&pipeline, &S.input_type, &S.output_type,
278 * Found a pipeline, so now build it.
282 * Split pipeline after last slow filter.
283 * "pipeline" will point to first filter in slow
287 for (pf = pfastf = pipeline, pslowf = 0; pf; pf = pf->next)
296 pipes[0] = build_pipe(pipeline, S.parms, flagsp);
382 * output-type. Since the filter-pipeline mus
681 check_pipeline( _FILTER *pipeline, PARM *parms ) argument
739 build_pipe( _FILTER *pipeline, PARM *parms, unsigned short *fp ) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_grammar.y134 statement: pipeline shell_pipe terminator {
139 | expression pipeline shell_pipe terminator {
144 | expression ',' expression pipeline shell_pipe terminator {
149 | ',' expression pipeline shell_pipe terminator {
219 pipeline: pipeline '|' command { mdb_cmd_create($3, &mdb.m_frame->f_argvec); } label
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c582 * pipeline with the oldest event.
585 * pipeline will process exactly one of those logfiles. Distinct pipelines
591 * one pipeline for each known log type - one for error, one for fault, etc.
592 * Each pipeline will process first the rotated logs of that type and then
597 * The output state of a pipeline is one of:
599 * - record available: the next record from this pipeline is available
602 * - done: this pipeline will produce no more records
604 * - polling: this pipeline is polling for new records and will
609 * A pipeline iterates over each file queued to it using fmd_log_xiter.
610 * We do this in a separate thread for each pipeline
1034 struct fmdump_pipeline *pipeline, *pl; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Doptions.sh357 typeset -a pipeline
358 pipeline=(
367 for ((i = 0; i < ${#pipeline[@]}; i++ ))
368 do eval ${pipeline[i].command}
370 expected=${pipeline[i].nopipefail}
372 err_exit "--nopipefail '${pipeline[i].command}' exit status $status -- expected $expected"
376 for ((i = 0; i < ${#pipeline[@]}; i++ ))
377 do eval ${pipeline[i].command}
379 expected=${pipeline[i].pipefail}
381 then err_exit "--pipefail '${pipeline[
[all...]
/illumos-gate/usr/src/tools/aw/
H A Daw.c421 pipeline(char **ppargv, char **asargv) function
767 code = pipeline(aeltoargv(cpp), asargv);
769 code = pipeline(aeltoargv(m4), asargv);
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.s132 fmovd %d2, %d0 ! create 9 bubbles in the pipeline
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.s128 fmovd %d2, %d0 ! create 9 bubbles in the pipeline
187 fmovd %d2, %d0 ! create 9 bubbles in the pipeline
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c338 * I/O parent/child relationships and pipeline interlocks
524 const zbookmark_phys_t *zb, enum zio_stage stage, enum zio_stage pipeline)
569 pipeline |= ZIO_GANG_STAGES;
585 zio->io_orig_pipeline = zio->io_pipeline = pipeline;
991 enum zio_stage pipeline = ZIO_VDEV_CHILD_PIPELINE; local
1004 pipeline |= ZIO_STAGE_CHECKSUM_VERIFY;
1042 ZIO_STAGE_VDEV_IO_START >> 1, pipeline);
1212 * wait for them and then repeat this pipeline stage.
1382 * Execute the I/O pipeline
1512 * Execute the I/O pipeline unti
520 zio_create(zio_t *pio, spa_t *spa, uint64_t txg, const blkptr_t *bp, void *data, uint64_t lsize, uint64_t psize, zio_done_func_t *done, void *private, zio_type_t type, zio_priority_t priority, enum zio_flag flags, vdev_t *vd, uint64_t offset, const zbookmark_phys_t *zb, enum zio_stage stage, enum zio_stage pipeline) argument
1537 enum zio_stage pipeline = zio->io_pipeline; local
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.s555 * to ensure pipeline is consistent. This means a single flush is sufficient at
1923 flush %i0 ! flush instruction pipeline

Completed in 105 milliseconds