Searched refs:sendflags_t (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 708 } sendflags_t; typedef 713 sendflags_t *, int, snapfilter_cb_t, void *, nvlist_t **); 714 extern int zfs_send_one(zfs_handle_t *, const char *, int, sendflags_t *, 717 extern int zfs_send_resume(libzfs_handle_t *, sendflags_t *, int outfd, 719 extern int zfs_send_saved(zfs_handle_t *, sendflags_t *, int, const char *);
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/badsend/ |
| H A D | badsend.c | 55 sendflags_t flags = { 0 }; in main()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 1436 lzc_flags_from_sendflags(const sendflags_t *flags) in lzc_flags_from_sendflags() 1453 estimate_size(zfs_handle_t *zhp, const char *from, int fd, sendflags_t *flags, in estimate_size() 1616 zfs_send_resume_impl(libzfs_handle_t *hdl, sendflags_t *flags, int outfd, in zfs_send_resume_impl() 1729 sendflags_t tmpflags = *flags; in zfs_send_resume_impl() 1833 zfs_send_resume(libzfs_handle_t *hdl, sendflags_t *flags, int outfd, in zfs_send_resume() 1859 zfs_send_saved(zfs_handle_t *zhp, sendflags_t *flags, int outfd, in zfs_send_saved() 2112 sendflags_t *flags, int outfd, snapfilter_cb_t filter_func, in zfs_send() 2385 zfs_send_one(zfs_handle_t *zhp, const char *from, int fd, sendflags_t *flags, in zfs_send_one()
|
| H A D | libzfs.abi | 2931 …<typedef-decl name='sendflags_t' type-id='type-id-214' filepath='../../include/libzfs.h' line='708…
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 4374 sendflags_t flags = { 0 }; in zfs_do_send()
|