Searched defs:pipes (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dpickfilter.c88 char * pipes[2] = { 0 , 0 }; local
352 pipes,
382 pipes,
437 if (pipes[0] || pipes[1]) {
454 pipes,
469 * any filters, the declaration of "pipes" ensured they'd be
473 pc->slow = pipes[0];
475 pc->fast = pipes[1];
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c118 char **pipes,
127 insfilter(pipes, input_type, output_type, printer_type, printer, parms, flagsp)
128 char **pipes,
268 if (!pipes) {
296 pipes[0] = build_pipe(pipeline, S.parms, flagsp);
299 pipes[0] = 0;
302 pipes[1] = build_pipe(pfastf, S.parms, flagsp);
305 pipes[1] = 0;
313 if (pslowf && !pipes[0] || pfastf && !pipes[
117 insfilter( char **pipes, char *input_type, char *output_type, char *printer_type, char *printer, char **parms, unsigned short *flagsp ) argument
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c68 static void coproc_init(Shell_t*, int pipes[]);
1167 int pipes[2]; local
1209 coproc_init(shp,pipes);
1356 pipes so that jobs comand can
2827 static void coproc_init(Shell_t *shp, int pipes[]) argument
2857 sh_pipe(shp->inpipe=pipes);
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_drm.h240 int pipes; member in struct:drm_i915_flip
364 /* Allow X server to configure which pipes to monitor for vblank signals

Completed in 99 milliseconds