Home
last modified time | relevance | path

Searched refs:zfs_show_diffs (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c747 zfs_show_diffs(zfs_handle_t *zhp, int outfd, const char *fromsnap, in zfs_show_diffs() function
H A Dlibzfs.abi438 …<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 Dlibzfs.h924 _LIBZFS_H int zfs_show_diffs(zfs_handle_t *, int, const char *, const char *,
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c8218 err = zfs_show_diffs(zhp, STDOUT_FILENO, fromsnap, tosnap, flags); in zfs_do_diff()