HomeSort by relevance Sort by last modified time
    Searched refs:pipes (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
pickfilter.c 88 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];
  /onnv/onnv-gate/usr/src/cmd/lp/lib/filters/
insfilter.c 118 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[1]
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
FileCache.pm 65 of performing IO on FileCache'd pipes is unlikely to be what you expect. The
66 ability to use FileCache on pipes may be removed in a future release.
perl5db.pl 813 # extra window per session - need named pipes to have more...);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
Pipe.pm 163 IO::Pipe - supply object methods for pipes
197 C<IO::Pipe> provides an interface to creating pipes between
  /onnv/onnv-gate/usr/src/uts/intel/io/drm/
i915_drm.h 198 int pipes; member in struct:drm_i915_flip
321 /* Allow X server to configure which pipes to monitor for vblank signals
i915_dma.c 871 if (param.pipes & ~0x3) {
873 param.pipes);
876 i915_dispatch_flip(dev, param.pipes, 0);
i915_drv.h 260 extern void i915_dispatch_flip(struct drm_device * dev, int pipes, int sync);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
xec.c 68 static void coproc_init(Shell_t*, int pipes[]);
1165 int pipes[2]; local
1206 coproc_init(shp,pipes);
1351 pipes so that jobs comand can
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
File.pm     [all...]

Completed in 3069 milliseconds