Home
last modified time | relevance | path

Searched refs:sendflags_t (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dsend_doall.c51 sendflags_t flags = { 0 }; in main()
H A Dbadsend.c56 sendflags_t flags = { 0 }; in main()
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h848 } sendflags_t; typedef
853 sendflags_t *, int, snapfilter_cb_t, void *, nvlist_t **);
854 _LIBZFS_H int zfs_send_one(zfs_handle_t *, const char *, int, sendflags_t *,
857 _LIBZFS_H int zfs_send_resume(libzfs_handle_t *, sendflags_t *, int outfd,
859 _LIBZFS_H int zfs_send_saved(zfs_handle_t *, sendflags_t *, int, const char *);
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c1599 lzc_flags_from_sendflags(const sendflags_t *flags) in lzc_flags_from_sendflags()
1618 estimate_size(zfs_handle_t *zhp, const char *from, int fd, sendflags_t *flags, in estimate_size()
1819 zfs_send_resume_impl_cb_impl(libzfs_handle_t *hdl, sendflags_t *flags, in zfs_send_resume_impl_cb_impl()
1924 sendflags_t tmpflags = *flags; in zfs_send_resume_impl_cb_impl()
2029 sendflags_t *flags;
2042 zfs_send_resume_impl(libzfs_handle_t *hdl, sendflags_t *flags, int outfd, in zfs_send_resume_impl()
2054 zfs_send_resume(libzfs_handle_t *hdl, sendflags_t *flags, int outfd, in zfs_send_resume()
2080 zfs_send_saved(zfs_handle_t *zhp, sendflags_t *flags, int outfd, in zfs_send_saved()
2337 sendflags_t *flags, int outfd, snapfilter_cb_t filter_func, in zfs_send_cb_impl()
2543 sendflags_t *flags;
[all …]
H A Dlibzfs.abi7606 <typedef-decl name='sendflags_t' type-id='f6aa15be' id='945467e6'/>
/freebsd/lib/libbe/
H A Dbe.c1094 sendflags_t flags = { 0 }; in be_export()
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c4729 sendflags_t flags = { 0 }; in zfs_do_send()