/freebsd-src/sys/sys/ |
H A D | pipe.h | 104 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 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-src/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-src/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-src/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-src/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-src/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-src/tests/atf_python/sys/net/ |
H A D | vnet.py | 236 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 D | cc_htcp.c | 284 uint32_t mss, pipe; htcp_cong_signal() local 371 int pipe; htcp_post_recovery() local [all...] |
H A D | cc_cubic.c | 424 uint32_t mss, pipe; cubic_cong_signal() local 540 int pipe; cubic_post_recovery() local [all...] |
H A D | cc.c | 394 int pipe; in newreno_cc_post_recovery() local 457 uint32_t cwin, factor, mss, pipe; 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 | 243 uint32_t cwin, mss, pipe; dctcp_cong_signal() local
|
/freebsd-src/sys/contrib/openzfs/include/sys/ |
H A D | edonr.h | 65 } pipe[1]; member
|
/freebsd-src/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-src/crypto/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 703 sub pipe { subroutine
|
/freebsd-src/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-src/sys/security/mac/ |
H A D | mac_syscalls.c | 232 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 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-src/contrib/ntp/sntp/libopts/compat/ |
H A D | windows-config.h | 98 #define pipe _pipe macro
|
/freebsd-src/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() 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 D | sys_pipe.c | 137 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 D | ScriptInterpreter.cpp | 200 Pipe pipe; ScriptInterpreterIORedirect() local
|