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 D | redacted_volume.ksh | 36 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 D | unbound-control.c | 851 send_file(SSL* ssl, int fd, FILE* in, char* buf, size_t sz) in send_file() function 885 send_file(ssl, fd, stdin, buf, sizeof(buf)); in go_cmd() 893 send_file(ssl, fd, stdin, buf, sizeof(buf)); in go_cmd()
|