| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | Makefile.am | 31 send-c_embedded_blocks.ksh \ 32 send-c_incremental.ksh \ 33 send-c_lz4_disabled.ksh \ 35 send-c_props.ksh \ 36 send-c_recv_dedup.ksh \ 38 send-c_resume.ksh \ 41 send-c_verify_ratio.ksh \ 42 send-c_volume.ksh \ 43 send-c_zstreamdump.ksh \ 45 send-L_toggle.ksh \ [all …]
|
| H A D | send-L_toggle.ksh | 49 log_must zfs send -c $TESTPOOL/fs@snap | zfs recv $TESTPOOL/recv/noL-noL 50 log_must zfs send -c -i @snap $TESTPOOL/fs@snap2| zfs recv $TESTPOOL/recv/noL-noL 53 log_must zfs send -c -L $TESTPOOL/fs@snap | zfs recv $TESTPOOL/recv/L-L 54 log_must zfs send -c -L -i @snap $TESTPOOL/fs@snap2 | zfs recv $TESTPOOL/recv/L-L 57 log_must zfs send -c $TESTPOOL/fs@snap | zfs recv $TESTPOOL/recv/noL-L 58 log_must zfs send -c -L -i @snap $TESTPOOL/fs@snap2 | zfs recv $TESTPOOL/recv/noL-L 61 log_must zfs send -c -L $TESTPOOL/fs@snap | zfs recv $TESTPOOL/recv/L-noL 62 log_mustnot zfs send -c -i @snap $TESTPOOL/fs@snap2 | zfs recv $TESTPOOL/recv/L-noL
|
| H A D | send_partial_dataset.ksh | 62 mess_send_file /$POOL/stream/full.send 63 mess_send_file /$POOL/stream/inc.send 64 log_mustnot zfs recv -s $POOL/recvfullfs < /$POOL/stream/full.send 65 log_mustnot zfs recv -s $POOL/recvfs < /$POOL/stream/inc.send 88 mess_send_file /$POOL/stream/partial.send 89 log_mustnot zfs recv -s $POOL/partialfs < /$POOL/stream/partial.send
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_darwin_sendfile_chain.c | 34 off_t send, prev_send, sent; in ngx_darwin_sendfile_chain() local 70 send = 0; in ngx_darwin_sendfile_chain() 80 prev_send = send; in ngx_darwin_sendfile_chain() 90 send += header.size; in ngx_darwin_sendfile_chain() 92 if (cl && cl->buf->in_file && send < limit) { in ngx_darwin_sendfile_chain() 99 send += file_size; in ngx_darwin_sendfile_chain() 101 if (header.count == 0 && send < limit) { in ngx_darwin_sendfile_chain() 113 send += trailer.size; in ngx_darwin_sendfile_chain() 193 send = prev_send + sent; in ngx_darwin_sendfile_chain() 197 if (send - prev_send != sent) { in ngx_darwin_sendfile_chain() [all …]
|
| H A D | ngx_freebsd_sendfile_chain.c | 36 off_t send, prev_send, sent; in ngx_freebsd_sendfile_chain() local 76 send = 0; in ngx_freebsd_sendfile_chain() 96 prev_send = send; in ngx_freebsd_sendfile_chain() 106 send += header.size; in ngx_freebsd_sendfile_chain() 115 send += file_size; in ngx_freebsd_sendfile_chain() 117 if (send < limit) { in ngx_freebsd_sendfile_chain() 129 send += trailer.size; in ngx_freebsd_sendfile_chain() 282 send = prev_send; in ngx_freebsd_sendfile_chain() 293 send = prev_send + sent; in ngx_freebsd_sendfile_chain() 320 send = prev_send + sent; in ngx_freebsd_sendfile_chain() [all …]
|
| H A D | ngx_solaris_sendfilev_chain.c | 75 send = 0; in ngx_solaris_sendfilev_chain() 85 prev_send = send; in ngx_solaris_sendfilev_chain() 102 if (send + size > limit) { in ngx_solaris_sendfilev_chain() 103 size = limit - send; in ngx_solaris_sendfilev_chain() 123 send += size; in ngx_solaris_sendfilev_chain() 130 if (send + size > limit) { in ngx_solaris_sendfilev_chain() 131 size = limit - send; in ngx_solaris_sendfilev_chain() 160 send += size; in ngx_solaris_sendfilev_chain() 215 send = prev_send + sent; in ngx_solaris_sendfilev_chain() 219 if (send - prev_send != (off_t) sent) { in ngx_solaris_sendfilev_chain() [all …]
|
| H A D | ngx_linux_sendfile_chain.c | 50 off_t send, prev_send; in ngx_linux_sendfile_chain() local 74 send = 0; in ngx_linux_sendfile_chain() 80 prev_send = send; in ngx_linux_sendfile_chain() 84 cl = ngx_output_chain_to_iovec(&header, in, limit - send, c->log); in ngx_linux_sendfile_chain() 90 send += header.size; in ngx_linux_sendfile_chain() 159 if (header.count == 0 && cl && cl->buf->in_file && send < limit) { in ngx_linux_sendfile_chain() 164 file_size = (size_t) ngx_chain_coalesce_file(&cl, limit - send); in ngx_linux_sendfile_chain() 166 send += file_size; in ngx_linux_sendfile_chain() 206 if ((size_t) (send - prev_send) != sent) { in ngx_linux_sendfile_chain() 218 send = prev_send + sent; in ngx_linux_sendfile_chain() [all …]
|
| H A D | ngx_writev_chain.c | 17 off_t send, prev_send; in ngx_writev_chain() local 46 send = 0; in ngx_writev_chain() 52 prev_send = send; in ngx_writev_chain() 56 cl = ngx_output_chain_to_iovec(&vec, in, limit - send, c->log); in ngx_writev_chain() 81 send += vec.size; in ngx_writev_chain() 95 if (send - prev_send != sent) { in ngx_writev_chain() 100 if (send >= limit || in == NULL) { in ngx_writev_chain()
|
| /f-stack/freebsd/netinet/ |
| H A D | in_kdtrace.c | 51 SDT_PROBE_DEFINE6_XLATE(ip, , , send, 101 SDT_PROBE_DEFINE5_XLATE(tcp, , , send, 153 SDT_PROBE_DEFINE5_XLATE(udp, , , send, 167 SDT_PROBE_DEFINE5_XLATE(udplite, , , send,
|
| H A D | in_kdtrace.h | 58 SDT_PROBE_DECLARE(ip, , , send); 66 SDT_PROBE_DECLARE(tcp, , , send); 76 SDT_PROBE_DECLARE(udp, , , send); 79 SDT_PROBE_DECLARE(udplite, , , send);
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/ |
| H A D | zfs_send_006_pos.ksh | 59 typeset total_size=$(zfs send $option $snapshot 2>&1 | tail -1) 61 typeset total_size=$(zfs send $option $base_snapshot $snapshot \ 118 full_size=$(zfs send $full_snapshot 2>&1 | wc -c) 119 incremental_size=$(zfs send $incremental_snapshot 2>&1 | wc -c) 120 incremental_send=$(zfs send -i $full_snapshot $incremental_snapshot 2>&1 | wc -c) 188 recursive_size=$(zfs send -R $full_snapshot 2>&1 | wc -c)
|
| /f-stack/dpdk/app/test-cmdline/ |
| H A D | cmdline_test.py | 16 child.send(test["Sequence"]) 43 child.send("1" + str(i).zfill(8) + cmdline_test_data.ENTER) 48 child.send(cmdline_test_data.UP * (i + 2) + cmdline_test_data.ENTER)
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
| H A D | redacted_volume.ksh | 78 log_must dd if=$send_file of=$tmpdir/send.dd bs=8k count=64 80 log_must diff $tmpdir/send.dd $tmpdir/recv.dd 101 log_must dd if=$send_file of=$tmpdir/send.dd bs=8k count=32 skip=32 103 log_must diff $tmpdir/send.dd $tmpdir/recv.dd
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | mxic-nand.txt | 10 - clock-names: should contain "ps", "send" and "send_dly" 11 - clocks: should contain 3 phandles for the "ps", "send" and 29 clock-names = "send", "send_dly", "ps";
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
| H A D | zfs_allow_012_neg.ksh | 59 set -A perms create snapshot mount send allow quota reservation \ 65 set -A perms create snapshot mount send allow quota reservation \ 71 set -A perms create snapshot mount send allow quota reservation \
|
| H A D | zfs_allow_010_pos.ksh | 69 send true true \ 104 send true true \ 136 send true true \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | max98373.txt | 13 - maxim,vmon-slot-no : slot number used to send voltage information 18 - maxim,imon-slot-no : slot number used to send current information 21 - maxim,spkfb-slot-no : slot number used to send speaker feedback information
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep_intr.c | 177 void *h_arg, intr_ipi_send_t *send, void *s_arg) in intr_ipi_setup() argument 184 KASSERT(send != NULL, ("%s: ipi %u no sender", __func__, ipi)); in intr_ipi_setup() 189 ii->ii_send = send; in intr_ipi_setup()
|
| /f-stack/dpdk/usertools/ |
| H A D | dpdk-telemetry-client.py | 67 self.socket.client_fd.send((API_UNREG + self.file_path + "\"}}").encode()) 71 self.socket.client_fd.send(METRICS_REQ.encode()) 85 self.socket.client_fd.send(GLOBAL_METRICS_REQ.encode())
|
| H A D | dpdk-telemetry.py | 50 sock.send("/".encode()) 57 sock.send(text.encode())
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_tcpmss.c | 290 goto send; in ng_tcpmss_rcvdata() 295 goto send; \ in ng_tcpmss_rcvdata() 316 goto send; in ng_tcpmss_rcvdata() 330 goto send; in ng_tcpmss_rcvdata() 346 send: in ng_tcpmss_rcvdata()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/features/large_dnode/ |
| H A D | large_dnode_005_pos.ksh | 62 log_must zfs send $TEST_SNAP > $TEST_STREAM 66 log_must zfs send -i $TEST_SNAP $TEST_SNAPINCR > $TEST_STREAMINCR
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 126 Functions to send a message on a socket. 127 more info see man send. 182 #### UDP send/recv interface 186 Use Random socket port to send and recv udp packet. 189 #### tcp send/recv interface 193 …Use connection pool to send and recv tcp packet, keep-alive default are 10 mintues. The parameter … 207 …TCP send and recv interface, you can choose if the connection is keep-alive or close.The parameter… 212 …Tcp send and recv interface, you can choose if the connection is keep-alive or close.The parameter… 218 …Use connection pool to send and recv tcp packet, keep-alive default are 10 mintues. The parameter …
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | test_pipeline.rst | 164 … | [0.0.0.0/9 => send to output port 0] … 166 … | [0.128.0.0/9 => send to output port 1] … 171 … | [0.0.0.0/10 => send to output port 0] … 173 … | [0.64.0.0/10 => send to output port 1] … 175 … | [0.128.0.0/10 => send to output port 2] … 177 … | [0.192.0.0/10 => send to output port 3] … 202 … | | => send to output port 0] … 217 … | | => send to output port 0]. …
|
| /f-stack/freebsd/contrib/openzfs/tests/runfiles/ |
| H A D | common.run | 799 'send-c_verify_ratio', 'send-c_verify_contents', 'send-c_props', 800 'send-c_incremental', 'send-c_volume', 'send-c_zstreamdump', 801 'send-c_lz4_disabled', 'send-c_recv_lz4_disabled', 802 'send-c_mixed_compression', 'send-c_stream_size_estimate', 803 'send-c_embedded_blocks', 'send-c_resume', 'send-cpL_varied_recsize', 804 'send-c_recv_dedup', 'send-L_toggle', 'send_encrypted_hierarchy', 808 'send_hole_birth', 'send_mixed_raw', 'send-wR_encrypted_zvol',
|