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

/freebsd-9.3-release/gnu/usr.bin/groff/src/roff/groff/
H A DMakefile4 SRCS= groff.cpp pipeline.c
/freebsd-9.3-release/sbin/hastd/
H A Dhast_proto.c69 static struct hast_pipe_stage pipeline[] = { variable in typeref:struct:hast_pipe_stage
99 for (ii = 0; ii < sizeof(pipeline) / sizeof(pipeline[0]);
101 (void)pipeline[ii].hps_send(res, nv, &dptr, &size,
201 for (ii = sizeof(pipeline) / sizeof(pipeline[0]); ii > 0;
203 ret = pipeline[ii - 1].hps_recv(res, nv, &dptr,
/freebsd-9.3-release/usr.bin/man/
H A Dman.sh283 local IFS l nroff_dev pipeline preproc_arg tool
317 # setup the pipeline of commands based on the user's request.
371 e) pipeline="$pipeline | $EQN" ;;
373 p) pipeline="$pipeline | $PIC" ;;
374 r) pipeline="$pipeline | $REFER" ;;
375 t) pipeline="$pipeline |
[all...]
/freebsd-9.3-release/tools/tools/netrate/juggle/
H A Djuggle.c248 juggle(int fd1, int fd2, int pipeline) argument
258 for (j = 0; j < pipeline; j++) {
263 for (j = 0; j < pipeline; j++) {
271 for (j = 0; j < pipeline; j++) {
330 thread_juggle(int fd1, int fd2, int pipeline) argument
336 threaded_pipeline = pipeline;
359 for (j = 0; j < pipeline; j++) {
364 for (j = 0; j < pipeline; j++) {
389 process_juggle(int fd1, int fd2, int pipeline) argument
410 for (j = 0; j < pipeline;
[all...]
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh2.c51 _PROTOTYPE(static struct op *pipeline, (int cf ));
95 pipeline(cf) function
123 t = pipeline(0);
126 if ((p = pipeline(CONTIN)) == NULL)
/freebsd-9.3-release/bin/sh/
H A Dparser.c113 static union node *pipeline(void);
315 n1 = pipeline();
325 n2 = pipeline();
337 pipeline(void) function
345 TRACE(("pipeline: entered\n"));
364 lp->n = pipeline();
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c384 * I/O parent/child relationships and pipeline interlocks
549 enum zio_stage stage, enum zio_stage pipeline)
591 pipeline |= ZIO_GANG_STAGES;
606 zio->io_orig_pipeline = zio->io_pipeline = pipeline;
905 enum zio_stage pipeline = ZIO_VDEV_CHILD_PIPELINE; local
918 pipeline |= ZIO_STAGE_CHECKSUM_VERIFY;
936 ZIO_STAGE_VDEV_IO_START >> 1, pipeline);
1046 * wait for them and then repeat this pipeline stage.
1200 * Execute the I/O pipeline
1286 * Execute the I/O pipeline unti
545 zio_create(zio_t *pio, spa_t *spa, uint64_t txg, const blkptr_t *bp, void *data, uint64_t size, 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_t *zb, enum zio_stage stage, enum zio_stage pipeline) argument
1309 enum zio_stage pipeline = zio->io_pipeline; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl49 # pipeline flush, which takes 6 cycles:-(
509 // pipeline flush in last bundle. Note that even on Itanium2 the

Completed in 138 milliseconds