Home
last modified time | relevance | path

Searched refs:pipes (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dpickfilter.c88 char * pipes[2] = { 0 , 0 }; in pickfilter() local
352 pipes, in pickfilter()
382 pipes, in pickfilter()
437 if (pipes[0] || pipes[1]) { in pickfilter()
454 pipes, in pickfilter()
473 pc->slow = pipes[0]; in pickfilter()
475 pc->fast = pipes[1]; in pickfilter()
/titanic_41/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c118 char **pipes, in insfilter() argument
127 insfilter(pipes, input_type, output_type, printer_type, printer, parms, flagsp) in insfilter()
128 char **pipes, in insfilter()
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])
/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dmapfile-vers98 # Functions to support named pipes
/titanic_41/usr/src/uts/intel/io/drm/
H A Di915_drm.h240 int pipes; member
H A Di915_dma.c766 ret = i915_dispatch_flip(dev, param.pipes); in i915_flip_bufs()
/titanic_41/usr/src/lib/libast/common/features/
H A Dlib155 tst pipe_rw note{ full duplex pipes }end execute{
166 /* boot tuneable pipes force one way for bin compatibility */
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Dsrvsvc.ndl804 * pipes, and devices on the computer. The bufptr parameter points to
813 * pipes, and devices on the computer; and the name of the transport
859 * including name of the computer; name of the user; and open files, pipes,
874 * and pipes opened during the session.
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dlib140 #define _pipe_rw 1 /* full duplex pipes */
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dlib140 #define _pipe_rw 1 /* full duplex pipes */
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dlib151 #define _pipe_rw 1 /* full duplex pipes */
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dlib151 #define _pipe_rw 1 /* full duplex pipes */
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dxec.c68 static void coproc_init(Shell_t*, int pipes[]);
1167 int pipes[2]; in sh_exec() local
1209 coproc_init(shp,pipes); in sh_exec()
2827 static void coproc_init(Shell_t *shp, int pipes[]) in coproc_init() argument
2857 sh_pipe(shp->inpipe=pipes); in coproc_init()
/titanic_41/usr/src/cmd/refer/papers/
H A DRv7man183 Much on pipes and convenience of hooking programs together.
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE2 10-03-07 features/lib: change stream_peek to test pipes only
762 02-07-27 sfio/sfpoll.c: handle rw pipes
1077 00-07-31 fflush: don't seek on pipes
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vlog_ultra3.S2203 ! define pipes for easier reading
H A D__vcos.S104 ! define pipes for easier reading
/titanic_41/usr/src/cmd/ssh/doc/
H A DChangeLog1689 - Use socket pairs by default (instead of pipes). Prevents race condition