Home
last modified time | relevance | path

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

12

/freebsd-14.2/sys/sys/
H A Dpipe.h104 struct pipe { struct
105 struct pipebuf pipe_buffer; /* data storage */ argument
107 struct selinfo pipe_sel; /* for compat with select */ argument
114 u_short pipe_state; /* pipe status info */ argument
115 u_char pipe_type; /* pipe type info */ argument
116 u_char pipe_present; /* still present? */ argument
117 int pipe_waiters; /* pipelock waiters */ argument
120 ino_t pipe_ino; /* fake inode for stat(2) */ argument
142 #define PIPE_MTX(pipe) (&(pipe)->pipe_pair->pp_mtx) argument
143 #define PIPE_LOCK(pipe) mtx_lock(PIPE_MTX(pipe)) argument
[all …]
/freebsd-14.2/sys/contrib/dev/athk/ath12k/
H A Dce.c271 static int ath12k_ce_rx_post_pipe(struct ath12k_ce_pipe *pipe) in ath12k_ce_rx_post_pipe()
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
743 struct ath12k_ce_pipe *pipe; in ath12k_ce_cleanup_pipes() local
759 struct ath12k_ce_pipe *pipe; in ath12k_ce_rx_post_buf() local
827 struct ath12k_ce_pipe *pipe; in ath12k_ce_init_pipes() local
888 struct ath12k_ce_pipe *pipe; in ath12k_ce_free_pipes() local
[all …]
/freebsd-14.2/sys/contrib/xen/io/
H A Dusbif.h313 #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
331 #define usbif_pipeint(pipe) (usbif_pipetype(pipe) == USBIF_PIPE_TYPE_INT) argument
[all …]
/freebsd-14.2/sys/contrib/dev/athk/ath11k/
H A Dce.c320 static int ath11k_ce_rx_post_pipe(struct ath11k_ce_pipe *pipe) in ath11k_ce_rx_post_pipe()
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
868 struct ath11k_ce_pipe *pipe; in ath11k_ce_cleanup_pipes() local
887 struct ath11k_ce_pipe *pipe; in ath11k_ce_rx_post_buf() local
918 struct ath11k_ce_pipe *pipe; in ath11k_ce_init_pipes() local
976 struct ath11k_ce_pipe *pipe; in ath11k_ce_free_pipes() local
[all …]
/freebsd-14.2/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-14.2/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()
H A Dpci.c809 static int __ath10k_pci_rx_post_buf(struct ath10k_pci_pipe *pipe) in __ath10k_pci_rx_post_buf()
848 static void ath10k_pci_rx_post_pipe(struct ath10k_pci_pipe *pipe) in ath10k_pci_rx_post_pipe()
1500 u16 ath10k_pci_hif_get_free_queue_number(struct ath10k *ar, u8 pipe) in ath10k_pci_hif_get_free_queue_number()
1875 void ath10k_pci_hif_send_complete_check(struct ath10k *ar, u8 pipe, in ath10k_pci_hif_send_complete_check()
2583 struct ath10k_pci_pipe *pipe; in ath10k_pci_alloc_pipes() local
/freebsd-14.2/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-14.2/tests/atf_python/sys/net/
H A Dvnet.py237 def set_pipe(self, pipe): argument
346 def _setup_vnet(self, vnet: VnetInstance, obj_map: Dict, pipe): argument
504 def wait_object(self, pipe, timeout=5): argument
515 def send_object(self, pipe, obj): argument
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dedonr.h65 } pipe[1]; member
/freebsd-14.2/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-14.2/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm703 sub pipe { subroutine
/freebsd-14.2/usr.bin/mail/
H A Dpopen.c50 int pipe; member
165 register_file(FILE *fp, int pipe, pid_t pid) in register_file()
/freebsd-14.2/sys/security/mac/
H A Dmac_syscalls.c232 struct pipe *pipe; in sys___mac_get_fd() local
388 struct pipe *pipe; in sys___mac_set_fd() local
/freebsd-14.2/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-14.2/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h98 #define pipe _pipe macro
/freebsd-14.2/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c283 host1x_drm_enable_vblank(struct drm_device *drm_dev, int pipe) in host1x_drm_enable_vblank()
297 host1x_drm_disable_vblank(struct drm_device *drm_dev, int pipe) in host1x_drm_disable_vblank()
/freebsd-14.2/sys/kern/
H A Dsys_pipe.c139 #define PIPE_PEER(pipe) \ argument
731 pipe_create(struct pipe *pipe, bool large_backing) in pipe_create()
1569 struct pipe *pipe; in pipe_stat() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp200 Pipe pipe; in ScriptInterpreterIORedirect() local
/freebsd-14.2/sys/netinet/cc/
H A Dcc_cubic.c531 int pipe; in cubic_post_recovery() local
H A Dcc_htcp.c362 int pipe; in htcp_post_recovery() local
H A Dcc.c394 int pipe; in newreno_cc_post_recovery() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp261 PipePosix pipe; in LaunchProcess() local

12