/titanic_50/usr/src/cmd/lp/lib/filters/ |
H A D | insfilter.c | 137 _FILTER *pipeline; local 262 if (!instantiate(&pipeline, &S.input_type, &S.output_type, 287 for (pf = pfastf = pipeline, pslowf = 0; pf; pf = pf->next) 296 pipes[0] = build_pipe(pipeline, S.parms, flagsp); 682 _FILTER *pipeline, in check_pipeline() argument 686 check_pipeline(pipeline, parms) in check_pipeline() 687 _FILTER *pipeline; in check_pipeline() 705 for (pf = pipeline; pf; pf = pf->next) { 740 _FILTER *pipeline, in build_pipe() argument 745 build_pipe(pipeline, parms, fp) in build_pipe() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_grammar.y | 132 statement: pipeline shell_pipe terminator { 137 | expression pipeline shell_pipe terminator { 142 | expression ',' expression pipeline shell_pipe terminator { 147 | ',' expression pipeline shell_pipe terminator { 217 pipeline: pipeline '|' command { mdb_cmd_create($3, &mdb.m_frame->f_argvec); }
|
/titanic_50/usr/src/cmd/fm/fmdump/common/ |
H A D | fmdump.c | 1034 struct fmdump_pipeline *pipeline, *pl; in aggregate() local 1042 pipeline = calloc(npipe, sizeof (struct fmdump_pipeline)); in aggregate() 1043 if (!pipeline) in aggregate() 1047 pipeline[i].pl_logpath = ifiles[i]; in aggregate() 1049 pipeline = calloc(sizeof (logtypes) / sizeof (logtypes[0]), in aggregate() 1051 if (!pipeline) in aggregate() 1071 pipeline[npipe].pl_rotated = in aggregate() 1074 pipeline[npipe++].pl_logpath = logpath; in aggregate() 1087 srlzer.ds_pipearr = pipeline; in aggregate() 1094 for (i = 0, pl = &pipeline[0]; i < npipe; i++, pl++) { in aggregate() [all …]
|
/titanic_50/usr/src/lib/libshell/common/tests/ |
H A D | options.sh | 357 typeset -a pipeline 358 pipeline=( 368 do eval ${pipeline[i].command} 370 expected=${pipeline[i].nopipefail} 377 do eval ${pipeline[i].command} 379 expected=${pipeline[i].pipefail}
|
H A D | nameref.sh | 293 foo=1 bar=2;a) == $'1\n2' ]] 2> /dev/null || err_exit 'nameref in pipeline broken'
|
/titanic_50/usr/src/tools/aw/ |
H A D | aw.c | 421 pipeline(char **ppargv, char **asargv) in pipeline() function 767 code = pipeline(aeltoargv(cpp), asargv); in main() 769 code = pipeline(aeltoargv(m4), asargv); in main()
|
/titanic_50/usr/src/lib/libc/capabilities/sun4u-us3/common/ |
H A D | memcmp.s | 132 fmovd %d2, %d0 ! create 9 bubbles in the pipeline
|
/titanic_50/usr/src/lib/libc/capabilities/sun4u/common/ |
H A D | memcmp.s | 128 fmovd %d2, %d0 ! create 9 bubbles in the pipeline
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zio.c | 503 enum zio_stage stage, enum zio_stage pipeline) in zio_create() argument 545 pipeline |= ZIO_GANG_STAGES; in zio_create() 560 zio->io_orig_pipeline = zio->io_pipeline = pipeline; in zio_create() 961 enum zio_stage pipeline = ZIO_VDEV_CHILD_PIPELINE; in zio_vdev_child_io() local 974 pipeline |= ZIO_STAGE_CHECKSUM_VERIFY; in zio_vdev_child_io() 992 ZIO_STAGE_VDEV_IO_START >> 1, pipeline); in zio_vdev_child_io() 1438 enum zio_stage pipeline = zio->io_pipeline; in zio_execute() local 1448 } while ((stage & pipeline) == 0); in zio_execute()
|
/titanic_50/usr/src/lib/libshell/common/ |
H A D | RELEASE | 44 a pipeline when the command had more than 63 arguments that did 84 09-09-16 A bug in which a pipeline in a here-document could hang when the 262 last element of a pipeline in a command substitution was a built-in 280 cause the last process of a pipeline entered interactively to fail 402 08-08-01 A bug with the pipefail option in which a nested pipeline could 412 function that was part of a pipeline has been fixed. 531 shell when the last part of a pipeline was handled by the parent shell 532 and the other parts of the pipeline complete has been fixed. 533 The symptom was that the pipeline became uninterruptable. 536 08-03-25 A bug in which the pipefail option did not work for a pipeline [all …]
|
H A D | RELEASE93 | 27 enabled, a pipeline will not complete until all 303 the last process of a pipeline was a POSIX function was fixed.
|
H A D | RELEASE88 | 102 following pipeline, has been added.
|
H A D | sh.memo | 757 with each pipeline typed in from the terminal 2921 of a pipeline are not counted when computing the time. 2935 Any function, command or pipeline can be preceded by this reserved word
|
/titanic_50/usr/src/cmd/lp/model/ |
H A D | standard | 968 # We set up a pipeline to $LPTELL, but play a trick 980 # because the exit code of a pipeline is the exit
|
H A D | tsol_standard | 1037 # We set up a pipeline to $LPTELL, but play a trick 1049 # because the exit code of a pipeline is the exit
|
H A D | tsol_standard_foomatic | 1065 # We set up a pipeline to $LPTELL, but play a trick 1077 # because the exit code of a pipeline is the exit
|
/titanic_50/usr/src/uts/sun4u/cpu/ |
H A D | opl_olympus_asm.s | 1923 flush %i0 ! flush instruction pipeline
|
/titanic_50/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 1192 6551627 OGL: SIGSEGV when trying to use OpenGL pipeline with splash screen,
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 17313 pipeline
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 17312 pipeline
|