Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_volume.ksh37 typeset recv_file="/dev/zvol/$recvvol"
69 if ! is_disk_device $recv_file; then
75 is_disk_device $recv_file && break
79 log_must dd if=$recv_file of=$tmpdir/recv.dd bs=8k count=64
92 if ! is_disk_device $recv_file; then
98 is_disk_device $recv_file && break
102 log_must dd if=$recv_file of=$tmpdir/recv.dd bs=8k count=32 skip=32
/freebsd/contrib/ee/
H A Dee.c151 int recv_file; /* indicate reading a file */ variable
1729 recv_file = TRUE; in command()
2079 recv_file = FALSE; in get_options()
2141 recv_file = TRUE; in get_options()
2188 recv_file = FALSE; in check_fp()
2195 recv_file = FALSE; in check_fp()
2239 if (recv_file) /* if reading a file */ in get_file()
2291 if (recv_file) /* if reading a file */ in get_file()
2454 recv_file = TRUE; in quit()
3760 recv_file = TRUE; in file_op()
[all …]