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.ksh38 typeset recv_file="/dev/zvol/$recvvol"
70 if ! is_disk_device $recv_file; then
76 is_disk_device $recv_file && break
80 log_must dd if=$recv_file of=$tmpdir/recv.dd bs=8k count=64
93 if ! is_disk_device $recv_file; then
99 is_disk_device $recv_file && break
103 log_must dd if=$recv_file of=$tmpdir/recv.dd bs=8k count=32 skip=32
/freebsd/contrib/ee/
H A Dee.c155 int recv_file; /* indicate reading a file */ variable
1888 recv_file = TRUE; in command()
2282 recv_file = FALSE; in get_options()
2344 recv_file = TRUE; in get_options()
2391 recv_file = FALSE; in check_fp()
2398 recv_file = FALSE; in check_fp()
2442 if (recv_file) /* if reading a file */ in get_file()
2494 if (recv_file) /* if reading a file */ in get_file()
2657 recv_file = TRUE; in quit()
3994 recv_file = TRUE; in file_op()
[all …]