Searched refs:zfs_show_diffs (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_diff.c | 747 zfs_show_diffs(zfs_handle_t *zhp, int outfd, const char *fromsnap, in zfs_show_diffs() function
|
H A D | libzfs.abi | 438 …<elf-symbol name='zfs_show_diffs' type='func-type' binding='global-binding' visibility='default-vi… 5144 …decl name='zfs_show_diffs' mangled-name='zfs_show_diffs' visibility='default' binding='global' siz…
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 924 _LIBZFS_H int zfs_show_diffs(zfs_handle_t *, int, const char *, const char *,
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 8218 err = zfs_show_diffs(zhp, STDOUT_FILENO, fromsnap, tosnap, flags); in zfs_do_diff()
|