Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-src/sys/sys/
H A Dpipe.h104 struct pipe { struct
112 struct pipe *pipe_peer; /* link with other direction */ argument
114 u_short pipe_state; /* pipe status info */ argument
115 u_char pipe_type; /* pipe type info */ argument
119 int pipe_wgen; /* writer generation for named pipe */ argument
105 pipe_bufferpipe global() argument
106 pipe_pagespipe global() argument
107 pipe_selpipe global() argument
108 pipe_atimepipe global() argument
109 pipe_mtimepipe global() argument
110 pipe_ctimepipe global() argument
111 pipe_sigiopipe global() argument
113 pipe_pairpipe global() argument
116 pipe_presentpipe global() argument
117 pipe_waiterspipe global() argument
118 pipe_busypipe global() argument
120 pipe_inopipe global() argument
141 PIPE_MTX(pipe) global() argument
142 PIPE_LOCK(pipe) global() argument
143 PIPE_UNLOCK(pipe) global() argument
144 PIPE_LOCK_ASSERT(pipe,type) global() argument
[all...]
/freebsd-src/sys/contrib/dev/athk/ath12k/
H A Dce.c222 static int ath12k_ce_rx_buf_enqueue_pipe(struct ath12k_ce_pipe *pipe, in ath12k_ce_rx_buf_enqueue_pipe()
271 static int ath12k_ce_rx_post_pipe(struct ath12k_ce_pipe *pipe) in ath12k_ce_rx_post_pipe()
319 static int ath12k_ce_completed_recv_next(struct ath12k_ce_pipe *pipe, in ath12k_ce_completed_recv_next()
369 static void ath12k_ce_recv_process_cb(struct ath12k_ce_pipe *pipe) in ath12k_ce_recv_process_cb()
409 static struct sk_buff *ath12k_ce_completed_send_next(struct ath12k_ce_pipe *pipe) in ath12k_ce_completed_send_next()
450 static void ath12k_ce_send_done_cb(struct ath12k_ce_pipe *pipe) in ath12k_ce_send_done_cb()
582 struct ath12k_ce_pipe *pipe = &ab->ce.ce_pipe[ce_id]; in ath12k_ce_alloc_pipe() local
621 struct ath12k_ce_pipe *pipe = &ab->ce.ce_pipe[ce_id]; in ath12k_ce_per_engine_service() local
632 struct ath12k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath12k_ce_poll_send_completed() local
641 struct ath12k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath12k_ce_send() local
[all …]
/freebsd-src/sys/contrib/xen/io/
H A Dusbif.h312 #define usbif_pipeportnum(pipe) ((pipe) & USBIF_PIPE_PORT_MASK) argument
313 #define usbif_setportnum_pipe(pipe, portnum) ((pipe) | (portnum)) argument
315 #define usbif_pipeunlink(pipe) ((pipe) & USBIF_PIPE_UNLINK) argument
316 #define usbif_pipesubmit(pipe) (!usbif_pipeunlink(pipe)) argument
317 #define usbif_setunlink_pipe(pipe) ((pipe) | USBIF_PIPE_UNLINK) argument
319 #define usbif_pipein(pipe) ((pipe) & USBIF_PIPE_DIR) argument
320 #define usbif_pipeout(pipe) (!usbif_pipein(pipe)) argument
322 #define usbif_pipedevice(pipe) \ argument
325 #define usbif_pipeendpoint(pipe) \ argument
328 #define usbif_pipetype(pipe) \ argument
[all …]
/freebsd-src/sys/contrib/dev/athk/ath11k/
H A Dce.c271 static int ath11k_ce_rx_buf_enqueue_pipe(struct ath11k_ce_pipe *pipe, in ath11k_ce_rx_buf_enqueue_pipe()
320 static int ath11k_ce_rx_post_pipe(struct ath11k_ce_pipe *pipe) in ath11k_ce_rx_post_pipe()
369 static int ath11k_ce_completed_recv_next(struct ath11k_ce_pipe *pipe, in ath11k_ce_completed_recv_next()
419 static void ath11k_ce_recv_process_cb(struct ath11k_ce_pipe *pipe) in ath11k_ce_recv_process_cb()
459 static struct sk_buff *ath11k_ce_completed_send_next(struct ath11k_ce_pipe *pipe) in ath11k_ce_completed_send_next()
500 static void ath11k_ce_tx_process_cb(struct ath11k_ce_pipe *pipe) in ath11k_ce_tx_process_cb()
652 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[ce_id]; in ath11k_ce_alloc_pipe() local
691 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[ce_id]; in ath11k_ce_per_engine_service() local
703 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath11k_ce_poll_send_completed() local
714 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath11k_ce_send() local
[all …]
/freebsd-src/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_pipe.c47 ATF_TC_HEAD(pipe, tc) in ATF_TC_HEAD() argument
51 ATF_TC_BODY(pipe, tc) in ATF_TC_BODY() argument
/freebsd-src/sys/contrib/dev/athk/ath10k/
H A Dusb.c36 ath10k_usb_alloc_urb_from_pipe(struct ath10k_usb_pipe *pipe) in ath10k_usb_alloc_urb_from_pipe()
57 static void ath10k_usb_free_urb_to_pipe(struct ath10k_usb_pipe *pipe, in ath10k_usb_free_urb_to_pipe()
83 struct ath10k_usb_pipe *pipe) in ath10k_usb_free_pipe_resources()
128 struct ath10k_usb_pipe *pipe = urb_context->pipe; in ath10k_usb_recv_complete() local
185 struct ath10k_usb_pipe *pipe = urb_context->pipe; in ath10k_usb_transmit_complete() local
362 struct ath10k_usb_pipe *pipe = container_of(work, in ath10k_usb_io_comp_work() local
413 struct ath10k_usb_pipe *pipe = &ar_usb->pipes[pipe_id]; in ath10k_usb_hif_tx_sg() local
792 struct ath10k_usb_pipe *pipe, in ath10k_usb_alloc_pipe_resources()
829 struct ath10k_usb_pipe *pipe; in ath10k_usb_setup_pipe_resources() local
938 struct ath10k_usb_pipe *pipe; in ath10k_usb_create() local
H A Dsnoc.c491 static int __ath10k_snoc_rx_post_buf(struct ath10k_snoc_pipe *pipe) in __ath10k_snoc_rx_post_buf()
530 static void ath10k_snoc_rx_post_pipe(struct ath10k_snoc_pipe *pipe) in ath10k_snoc_rx_post_pipe()
748 static u16 ath10k_snoc_hif_get_free_queue_number(struct ath10k *ar, u8 pipe) in ath10k_snoc_hif_get_free_queue_number()
757 static void ath10k_snoc_hif_send_complete_check(struct ath10k *ar, u8 pipe, in ath10k_snoc_hif_send_complete_check()
1377 struct ath10k_snoc_pipe *pipe; in ath10k_snoc_setup_resource() local
H A Dce.c571 void __ath10k_ce_send_revert(struct ath10k_ce_pipe *pipe) in __ath10k_ce_send_revert()
619 int ath10k_ce_num_free_src_entries(struct ath10k_ce_pipe *pipe) in ath10k_ce_num_free_src_entries()
635 int __ath10k_ce_rx_num_free_bufs(struct ath10k_ce_pipe *pipe) in __ath10k_ce_rx_num_free_bufs()
650 static int __ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, in __ath10k_ce_rx_post_buf()
680 static int __ath10k_ce_rx_post_buf_64(struct ath10k_ce_pipe *pipe, in __ath10k_ce_rx_post_buf_64()
713 void ath10k_ce_rx_update_write_idx(struct ath10k_ce_pipe *pipe, u32 nentries) in ath10k_ce_rx_update_write_idx()
734 int ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, in ath10k_ce_rx_post_buf()
/freebsd-src/tests/sys/ses/
H A Dnondestructive.c47 FILE *pipe; in do_getelmdesc() local
250 FILE *pipe; in do_getelmmap() local
345 FILE *pipe; in do_getelmstat() local
404 FILE *pipe; in do_getencid() local
456 FILE *pipe; in do_getencname() local
503 FILE *pipe; in do_getencstat() local
548 FILE *pipe; in do_getnelm() local
598 FILE *pipe; in do_getstring() local
/freebsd-src/tests/atf_python/sys/net/
H A Dvnet.py236 def set_pipe(self, pipe): argument
341 _setup_vnet(self, vnet: VnetInstance, obj_map: Dict, pipe) global() argument
497 wait_object(self, pipe, timeout=5) global() argument
508 send_object(self, pipe, obj) global() argument
[all...]
/freebsd-src/sys/netinet/cc/
H A Dcc_htcp.c284 uint32_t mss, pipe; htcp_cong_signal() local
371 int pipe; htcp_post_recovery() local
[all...]
H A Dcc_cubic.c424 uint32_t mss, pipe; cubic_cong_signal() local
540 int pipe; cubic_post_recovery() local
[all...]
H A Dcc.c394 int pipe; in newreno_cc_post_recovery() local
457 uint32_t cwin, factor, mss, pipe; newreno_cc_cong_signal() local
H A Dcc_newreno.c369 uint32_t beta, beta_ecn, cwin, factor, mss, pipe; in newreno_cong_signal() local
H A Dcc_dctcp.c243 uint32_t cwin, mss, pipe; dctcp_cong_signal() local
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dedonr.h65 } pipe[1]; member
/freebsd-src/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c65 HANDLE pipe; member
100 static int ctrl_broken_pipe(HANDLE pipe, int used) in ctrl_broken_pipe()
547 HANDLE pipe; member
/freebsd-src/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm703 sub pipe { subroutine
/freebsd-src/usr.bin/mail/
H A Dpopen.c44 int pipe; member
159 register_file(FILE *fp, int pipe, pid_t pid) in register_file()
/freebsd-src/sys/security/mac/
H A Dmac_syscalls.c232 struct pipe *pipe; sys___mac_get_fd() local
388 struct pipe *pipe; sys___mac_set_fd() local
[all...]
/freebsd-src/sys/dev/usb/controller/
H A Davr32dci.c1078 struct usb_endpoint *pipe, uint8_t *did_stall) in avr32dci_set_stall()
1160 avr32dci_clear_stall(struct usb_device *udev, struct usb_endpoint *pipe) in avr32dci_clear_stall()
1999 struct usb_endpoint *pipe) in avr32dci_ep_init()
/freebsd-src/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h98 #define pipe _pipe macro
/freebsd-src/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c282 host1x_drm_enable_vblank(struct drm_device *drm_dev, int pipe) in host1x_drm_enable_vblank() argument
296 host1x_drm_disable_vblank(struct drm_device *drm_dev, int pipe) in host1x_drm_disable_vblank() argument
/freebsd-src/sys/kern/
H A Dsys_pipe.c137 PIPE_PEER(pipe) global() argument
698 pipe_create(struct pipe * pipe,bool large_backing) pipe_create() argument
1534 struct pipe *pipe; pipe_stat() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp200 Pipe pipe; ScriptInterpreterIORedirect() local

12