/titanic_50/usr/src/cmd/lp/cmd/lpsched/ |
H A D | pickfilter.c | 88 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_50/usr/src/cmd/lp/lib/filters/ |
H A D | insfilter.c | 118 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_50/usr/src/lib/libsmbfs/smb/ |
H A D | mapfile-vers | 98 # Functions to support named pipes
|
/titanic_50/usr/src/uts/intel/io/drm/ |
H A D | i915_drm.h | 240 int pipes; member
|
H A D | i915_dma.c | 766 ret = i915_dispatch_flip(dev, param.pipes); in i915_flip_bufs()
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | lib | 155 tst pipe_rw note{ full duplex pipes }end execute{ 166 /* boot tuneable pipes force one way for bin compatibility */
|
/titanic_50/usr/src/uts/common/smbsrv/ndl/ |
H A D | srvsvc.ndl | 804 * 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_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | lib | 140 #define _pipe_rw 1 /* full duplex pipes */
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | lib | 151 #define _pipe_rw 1 /* full duplex pipes */
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | lib | 140 #define _pipe_rw 1 /* full duplex pipes */
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | lib | 151 #define _pipe_rw 1 /* full duplex pipes */
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 68 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_50/usr/src/cmd/refer/papers/ |
H A D | Rv7man | 183 Much on pipes and convenience of hooking programs together.
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 2 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_50/usr/src/lib/libmvec/common/vis/ |
H A D | __vlog_ultra3.S | 2203 ! define pipes for easier reading
|
H A D | __vcos.S | 104 ! define pipes for easier reading
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1689 - Use socket pairs by default (instead of pipes). Prevents race condition
|