Home
last modified time | relevance | path

Searched refs:send_file (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_volume.ksh36 typeset send_file="/dev/zvol/$sendvol"
47 if ! is_disk_device $send_file; then
53 is_disk_device $send_file && break
56 log_must dd if=/dev/urandom of=$send_file bs=8k count=64
78 log_must dd if=$send_file of=$tmpdir/send.dd bs=8k count=64
101 log_must dd if=$send_file of=$tmpdir/send.dd bs=8k count=32 skip=32
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c830 send_file(SSL* ssl, int fd, FILE* in, char* buf, size_t sz) in send_file() function
864 send_file(ssl, fd, stdin, buf, sizeof(buf)); in go_cmd()
872 send_file(ssl, fd, stdin, buf, sizeof(buf)); in go_cmd()