/freebsd/sys/sys/ |
H A D | pipe.h | 104 struct pipe { struct 105 struct pipebuf pipe_buffer; /* data storage */ argument 106 struct pipemapping pipe_pages; /* wired pages for direct I/O */ argument 107 struct selinfo pipe_sel; /* for compat with select */ argument 108 struct timespec pipe_atime; /* time of last access */ argument 109 struct timespec pipe_mtime; /* time of last modify */ argument 110 struct timespec pipe_ctime; /* time of status change */ argument 111 struct sigio *pipe_sigio; /* information for async I/O */ argument 112 struct pipe *pipe_peer; /* link with other direction */ argument 113 struct pipepair *pipe_pair; /* container structure pointer */ argument [all …]
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | ce.c | 222 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/sys/contrib/xen/io/ |
H A D | usbif.h | 312 #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/sys/contrib/dev/athk/ath11k/ |
H A D | ce.c | 271 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/contrib/netbsd-tests/kernel/kqueue/read/ |
H A D | t_pipe.c | 47 ATF_TC_HEAD(pipe, tc) in ATF_TC_HEAD() argument 51 ATF_TC_BODY(pipe, tc) in ATF_TC_BODY() argument
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | usb.c | 36 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 D | snoc.c | 491 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 D | ce.c | 571 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/tests/sys/ses/ |
H A D | nondestructive.c | 47 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/tests/atf_python/sys/net/ |
H A D | vnet.py | 236 def set_pipe(self, pipe): argument 345 def _setup_vnet(self, vnet: VnetInstance, obj_map: Dict, pipe): argument 503 def wait_object(self, pipe, timeout=5): argument 514 def send_object(self, pipe, obj): argument
|
/freebsd/sys/netinet/cc/ |
H A D | cc_htcp.c | 285 uint32_t mss, pipe; in htcp_cong_signal() local 366 int pipe; in htcp_post_recovery() local
|
H A D | cc_cubic.c | 419 uint32_t mss, pipe; in cubic_cong_signal() local 522 int pipe; in cubic_post_recovery() local
|
H A D | cc.c | 394 int pipe; in newreno_cc_post_recovery() local 471 uint32_t cwin, mss, pipe; in newreno_cc_cong_signal() local
|
H A D | cc_newreno.c | 369 uint32_t beta, beta_ecn, cwin, factor, mss, pipe; in newreno_cong_signal() local
|
H A D | cc_dctcp.c | 244 uint32_t cwin, mss, pipe; in dctcp_cong_signal() local
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | edonr.h | 65 } pipe[1]; member
|
/freebsd/sys/kern/ |
H A D | sys_pipe.c | 138 #define PIPE_PEER(pipe) \ argument 735 pipe_create(struct pipe *pipe, bool large_backing) in pipe_create() 1573 struct pipe *pipe; in pipe_stat() local 1913 struct pipe *pipe = kn->kn_hook; in filt_pipedump() local
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ctrl_iface_named_pipe.c | 65 HANDLE pipe; member 100 static int ctrl_broken_pipe(HANDLE pipe, int used) in ctrl_broken_pipe() 547 HANDLE pipe; member
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 703 sub pipe { subroutine
|
/freebsd/usr.bin/mail/ |
H A D | popen.c | 44 int pipe; member 159 register_file(FILE *fp, int pipe, pid_t pid) in register_file()
|
/freebsd/sys/dev/usb/controller/ |
H A D | avr32dci.c | 1078 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/contrib/ntp/sntp/libopts/compat/ |
H A D | windows-config.h | 98 #define pipe _pipe macro
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_host1x.c | 282 host1x_drm_enable_vblank(struct drm_device *drm_dev, int pipe) in host1x_drm_enable_vblank() 296 host1x_drm_disable_vblank(struct drm_device *drm_dev, int pipe) in host1x_drm_disable_vblank()
|
/freebsd/sys/security/mac/ |
H A D | mac_syscalls.c | 356 struct pipe *pipe; in sys___mac_get_fd() local 490 struct pipe *pipe; in sys___mac_set_fd() local
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | ScriptInterpreter.cpp | 216 Pipe pipe; in ScriptInterpreterIORedirect() local
|