Searched refs:send_file (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
| H A D | redacted_volume.ksh | 37 typeset send_file="/dev/zvol/$sendvol" 48 if ! is_disk_device $send_file; then 54 is_disk_device $send_file && break 57 log_must dd if=/dev/urandom of=$send_file bs=8k count=64 79 log_must dd if=$send_file of=$tmpdir/send.dd bs=8k count=64 102 log_must dd if=$send_file of=$tmpdir/send.dd bs=8k count=32 skip=32
|
| /src/contrib/unbound/smallapp/ |
| H A D | unbound-control.c | 868 send_file(SSL* ssl, int fd, FILE* in, char* buf, size_t sz) in send_file() function 902 send_file(ssl, fd, stdin, buf, sizeof(buf)); in go_cmd() 910 send_file(ssl, fd, stdin, buf, sizeof(buf)); in go_cmd()
|