Searched refs:fromfull (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | badsend.c | 58 const char *fromfull, *tofull, *fsname, *fromsnap, *tosnap, *p; in main() local 65 fromfull = argv[1]; in main() 68 p = strchr(fromfull, '@'); in main() 83 if (strncmp(fsname, fromfull, p - tofull) != 0) in main() 106 tofull, fromfull, libzfs_errno(zhdl)); in main() 108 tofull, fromfull, libzfs_error_description(zhdl)); in main() 115 error = lzc_send_resume_redacted(fromfull, tofull, fd, 0, 0, 0, NULL); in main() 119 fromfull, tofull, error); in main() 121 fromfull, tofull, strerror(error)); in main() 126 error = lzc_send_space_resume_redacted(fromfull, tofull, 0, 0, 0, 0, in main() [all …]
|