Searched refs:pipe (Results 1 - 25 of 305) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libc/sys/
H A DLint_pipe.c12 pipe(filedes) function
H A D_pipe.c33 __indr_reference(_pipe, pipe)
40 pipe(int *fildes)
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dunistd--.h27 #undef pipe macro
28 #define pipe pipe_safer macro
/netbsd-6-1-5-RELEASE/sbin/mount_portal/
H A Dportal.conf7 pipe/ pipe
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/pipe/
H A DMakefile.in2 SRCS = pipe.c
3 OBJS = pipe.o
9 PROG = pipe
60 pipe.o: ../../include/argv.h
61 pipe.o: ../../include/attr.h
62 pipe.o: ../../include/bounce.h
63 pipe.o: ../../include/canon_addr.h
64 pipe.o: ../../include/defer.h
65 pipe.o: ../../include/deliver_completed.h
66 pipe
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/alpha/sys/
H A Dpipe.S1 /* $NetBSD: pipe.S,v 1.3 2000/09/28 08:38:53 kleink Exp $ */
33 WEAK_ALIAS(pipe, _pipe)
37 CALLSYS_ERROR(pipe)
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/io/
H A Dusbif.h42 * USB pipe in usbif_request
45 * bits 7-31 are standard urb pipe.
62 * - pipe type: bits 30-31
66 #define usbif_pipeportnum(pipe) ((pipe) & 0x1f)
67 #define usbif_setportnum_pipe(pipe, portnum) \
68 ((pipe)|(portnum))
70 #define usbif_pipeunlink(pipe) ((pipe) & 0x20)
71 #define usbif_pipesubmit(pipe) (!usbif_pipeunlin
91 uint32_t pipe; member in struct:usbif_urb_request
[all...]
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsys_pipe.c59 * "normal" pipe buffering is done. If the buffer is between PIPE_MINDIRECT
93 #include <sys/pipe.h>
127 * Default pipe buffer size(s), this can be kind-of large now because pipe
128 * space is pageable. The pipe code will try to maintain locality of
157 * Amount of KVA consumed by pipe buffers.
161 static void pipeclose(struct pipe *);
162 static void pipe_free_kmem(struct pipe *);
163 static int pipe_create(struct pipe **, pool_cache_t);
164 static int pipelock(struct pipe *, in
200 struct pipe *pipe; local
227 struct pipe *pipe; local
310 pipespace(struct pipe *pipe, int size) argument
344 struct pipe *pipe; local
371 pipelock(struct pipe *pipe, int catch) argument
396 pipeunlock(struct pipe *pipe) argument
1072 struct pipe *pipe = fp->f_data; local
1198 struct pipe *pipe = fp->f_data; local
1225 struct pipe *pipe = fp->f_data; local
1235 struct pipe *pipe = fp->f_data; local
1252 pipe_free_kmem(struct pipe *pipe) argument
1283 pipeclose(struct pipe *pipe) argument
1354 struct pipe *pipe; local
1451 struct pipe *pipe; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/sys/
H A Dpipe.S1 /* $NetBSD: pipe.S,v 1.11.34.2 2009/08/18 06:56:52 matt Exp $ */
39 RCSID("from: @(#)pipe.s 8.1 (Berkeley) 6/4/93")
41 RCSID("$NetBSD: pipe.S,v 1.11.34.2 2009/08/18 06:56:52 matt Exp $")
46 WEAK_ALIAS(pipe, _pipe)
52 SYSTRAP(pipe) # pipe(fildes) int fildes[2];
/netbsd-6-1-5-RELEASE/lib/libc/arch/arm/sys/
H A Dpipe.S1 /* $NetBSD: pipe.S,v 1.5 2003/08/07 16:42:04 agc Exp $ */
31 * from: @(#)pipe.s 5.1 (Berkeley) 4/23/90
37 WEAK_ALIAS(pipe, _pipe)
42 SYSTRAP(pipe)
/netbsd-6-1-5-RELEASE/lib/libc/arch/i386/sys/
H A Dpipe.S1 /* $NetBSD: pipe.S,v 1.5 2000/09/28 08:38:54 kleink Exp $ */
34 * from: @(#)pipe.s 5.1 (Berkeley) 4/23/90
39 RCSID("$NetBSD: pipe.S,v 1.5 2000/09/28 08:38:54 kleink Exp $")
45 WEAK_ALIAS(pipe, _pipe)
48 _SYSCALL(_pipe,pipe)
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/sys/
H A Dpipe.S1 /* $NetBSD: pipe.S,v 1.5 2000/10/02 14:52:39 kleink Exp $ */
40 RCSID("from: @(#)pipe.s 5.1 (Berkeley) 5/12/90")
42 RCSID("$NetBSD: pipe.S,v 1.5 2000/10/02 14:52:39 kleink Exp $")
47 WEAK_ALIAS(pipe, _pipe)
50 _SYSCALL(_pipe,pipe)
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/sys/
H A Dpipe.S1 /* $NetBSD: pipe.S,v 1.6 2003/08/07 16:42:21 agc Exp $ */
34 * from: @(#)pipe.s 5.1 (Berkeley) 4/23/90
39 RCSID("$NetBSD: pipe.S,v 1.6 2003/08/07 16:42:21 agc Exp $")
45 WEAK_ALIAS(pipe,_pipe)
48 _SYSCALL(_pipe,pipe)
/netbsd-6-1-5-RELEASE/lib/libc/arch/vax/sys/
H A Dpipe.S33 /* .asciz "@(#)pipe.s 8.1 (Berkeley) 6/4/93" */
34 RCSID("$NetBSD: pipe.S,v 1.4 2003/08/07 16:42:33 agc Exp $")
38 WEAK_ALIAS(pipe, _pipe)
41 _SYSCALL(_pipe,pipe)
/netbsd-6-1-5-RELEASE/lib/libc/arch/x86_64/sys/
H A Dpipe.S1 /* $NetBSD: pipe.S,v 1.1 2001/06/19 00:25:06 fvdl Exp $ */
34 * from: @(#)pipe.s 5.1 (Berkeley) 4/23/90
39 RCSID("$NetBSD: pipe.S,v 1.1 2001/06/19 00:25:06 fvdl Exp $")
45 WEAK_ALIAS(pipe, _pipe)
48 _SYSCALL(_pipe,pipe)
/netbsd-6-1-5-RELEASE/regress/sys/kern/kqueue/write/
H A DMakefile4 SUBDIR+= pipe
/netbsd-6-1-5-RELEASE/tests/fs/tmpfs/
H A Dt_pipes.sh38 atf_check -s eq:0 -o empty -e empty mknod pipe p
40 echo "Writing to pipe and waiting for response"
41 echo -n foo >pipe &
42 [ "$(cat pipe)" = foo ] || atf_fail "Received data is incorrect"
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/
H A Dpipe7.c1 /* Check for proper pipe semantics at corner cases.
12 if (pipe (NULL) != -1
15 perror ("pipe");
/netbsd-6-1-5-RELEASE/lib/libc/arch/hppa/sys/
H A Dpipe.S1 /* $NetBSD: pipe.S,v 1.2 2003/08/07 16:42:06 agc Exp $ */
40 RCSID("from: @(#)pipe.s 5.1 (Berkeley) 5/12/90")
42 RCSID("$NetBSD: pipe.S,v 1.2 2003/08/07 16:42:06 agc Exp $")
47 WEAK_ALIAS(pipe, _pipe)
52 SYSCALL(pipe)
/netbsd-6-1-5-RELEASE/lib/libc/arch/ia64/sys/
H A Dpipe.S1 /* $NetBSD: pipe.S,v 1.1 1995/02/10 17:50:35 cgd Exp $ */
31 /* __FBSDID("$FreeBSD: src/lib/libc/ia64/sys/pipe.S,v 1.4 2003/05/16 21:26:39 marcel Exp $"); */
36 WEAK_ALIAS(pipe, _pipe)
42 CALLSYS_ERROR(pipe)
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc/sys/
H A Dpipe.S1 /* $NetBSD: pipe.S,v 1.3 2000/09/28 08:38:55 kleink Exp $ */
35 * from: Header: pipe.s,v 1.1 91/07/06 13:05:58 torek Exp
41 .asciz "@(#)pipe.s 8.1 (Berkeley) 6/4/93"
43 RCSID("$NetBSD: pipe.S,v 1.3 2000/09/28 08:38:55 kleink Exp $")
50 WEAK_ALIAS(pipe, _pipe)
56 t ST_SYSCALL ! pipe()
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dduplex_pipe.c41 /* duplex_pipe - give me a duplex pipe or bust */
46 return (pipe(fds));
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dusbdi.c68 Static usbd_status usbd_ar_pipe(usbd_pipe_handle pipe);
71 Static void usbd_start_next(usbd_pipe_handle pipe);
81 return (xfer->pipe->endpoint->edesc->bEndpointAddress &
123 usbd_dump_queue(usbd_pipe_handle pipe) argument
127 printf("usbd_dump_queue: pipe=%p\n", pipe);
128 SIMPLEQ_FOREACH(xfer, &pipe->queue, next) {
134 usbd_dump_pipe(usbd_pipe_handle pipe) argument
136 printf("usbd_dump_pipe: pipe=%p\n", pipe);
150 usbd_open_pipe(usbd_interface_handle iface, u_int8_t address, u_int8_t flags, usbd_pipe_handle *pipe) argument
158 usbd_open_pipe_ival(usbd_interface_handle iface, u_int8_t address, u_int8_t flags, usbd_pipe_handle *pipe, int ival) argument
189 usbd_open_pipe_intr(usbd_interface_handle iface, u_int8_t address, u_int8_t flags, usbd_pipe_handle *pipe, usbd_private_handle priv, void *buffer, u_int32_t len, usbd_callback cb, int ival) argument
230 usbd_close_pipe(usbd_pipe_handle pipe) argument
255 usbd_pipe_handle pipe = xfer->pipe; local
402 usbd_setup_xfer(usbd_xfer_handle xfer, usbd_pipe_handle pipe, usbd_private_handle priv, void *buffer, u_int32_t length, u_int16_t flags, u_int32_t timeout, usbd_callback callback) argument
442 usbd_setup_isoc_xfer(usbd_xfer_handle xfer, usbd_pipe_handle pipe, usbd_private_handle priv, u_int16_t *frlengths, u_int32_t nframes, u_int16_t flags, usbd_callback callback) argument
522 usbd_abort_pipe(usbd_pipe_handle pipe) argument
543 usbd_clear_endpoint_stall(usbd_pipe_handle pipe) argument
574 usbd_clear_endpoint_stall_async(usbd_pipe_handle pipe) argument
592 usbd_clear_endpoint_toggle(usbd_pipe_handle pipe) argument
639 usbd_pipe2device_handle(usbd_pipe_handle pipe) argument
720 usbd_ar_pipe(usbd_pipe_handle pipe) argument
748 usbd_pipe_handle pipe = xfer->pipe; local
852 usbd_pipe_handle pipe = xfer->pipe; local
883 usbd_start_next(usbd_pipe_handle pipe) argument
932 usbd_do_request_flags_pipe(usbd_device_handle dev, usbd_pipe_handle pipe, usb_device_request_t *req, void *data, u_int16_t flags, int *actlen, u_int32_t timeout) argument
[all...]
/netbsd-6-1-5-RELEASE/tests/kernel/kqueue/read/
H A Dt_pipe.c46 ATF_TC(pipe); variable
47 ATF_TC_HEAD(pipe, tc)
51 ATF_TC_BODY(pipe, tc)
58 RL(pipe(fds));
64 /* make sure there is something in the pipe */
66 (void)printf("pipe: wrote 'foo' to pipe\n");
75 (void)printf("pipe: read '%s'\n", buffer);
76 (void)printf("pipe: successful end\n");
81 ATF_TP_ADD_TC(tp, pipe);
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Di915_irq.c39 * Since pipe events are edge-triggered from the PIPESTAT register to IIR,
78 i915_pipestat(unsigned int pipe) argument
80 if (pipe == 0)
82 if (pipe == 1)
88 i915_enable_pipestat(drm_i915_private_t *dev_priv, unsigned int pipe, u32 mask) argument
90 if ((dev_priv->pipestat[pipe] & mask) != mask) {
91 u32 reg = i915_pipestat(pipe);
93 dev_priv->pipestat[pipe] |= mask;
95 I915_WRITE(reg, dev_priv->pipestat[pipe] | (mask >> 16));
101 i915_disable_pipestat(drm_i915_private_t *dev_priv, unsigned int pipe, u3 argument
122 i915_pipe_enabled(struct drm_device *dev, unsigned int pipe) argument
136 i915_get_vblank_counter(struct drm_device *dev, unsigned int pipe) argument
170 gm45_get_vblank_counter(struct drm_device *dev, unsigned int pipe) argument
379 i915_enable_vblank(struct drm_device *dev, unsigned int pipe) argument
403 i915_disable_vblank(struct drm_device *dev, unsigned int pipe) argument
433 drm_i915_vblank_pipe_t *pipe = data; local
[all...]

Completed in 288 milliseconds

1234567891011>>