Searched refs:sendflags_t (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/include/ |
| H A D | libzfs.h | 714 } sendflags_t; typedef 719 sendflags_t *, int, snapfilter_cb_t, void *, nvlist_t **); 720 extern int zfs_send_one(zfs_handle_t *, const char *, int, sendflags_t *, 723 extern int zfs_send_resume(libzfs_handle_t *, sendflags_t *, int outfd, 725 extern int zfs_send_saved(zfs_handle_t *, sendflags_t *, int, const char *);
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/cmd/send_doall/ |
| H A D | send_doall.c | 50 sendflags_t flags = { 0 }; in main()
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/cmd/badsend/ |
| H A D | badsend.c | 55 sendflags_t flags = { 0 }; in main()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 1446 lzc_flags_from_sendflags(const sendflags_t *flags) in lzc_flags_from_sendflags() 1463 estimate_size(zfs_handle_t *zhp, const char *from, int fd, sendflags_t *flags, in estimate_size() 1626 zfs_send_resume_impl(libzfs_handle_t *hdl, sendflags_t *flags, int outfd, in zfs_send_resume_impl() 1739 sendflags_t tmpflags = *flags; in zfs_send_resume_impl() 1847 zfs_send_resume(libzfs_handle_t *hdl, sendflags_t *flags, int outfd, in zfs_send_resume() 1873 zfs_send_saved(zfs_handle_t *zhp, sendflags_t *flags, int outfd, in zfs_send_saved() 2126 sendflags_t *flags, int outfd, snapfilter_cb_t filter_func, in zfs_send() 2400 zfs_send_one(zfs_handle_t *zhp, const char *from, int fd, sendflags_t *flags, in zfs_send_one()
|
| H A D | libzfs.abi | 6154 <typedef-decl name='sendflags_t' type-id='f6aa15be' id='945467e6'/>
|
| /freebsd-13.1/lib/libbe/ |
| H A D | be.c | 1030 sendflags_t flags = { 0 }; in be_export()
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 4398 sendflags_t flags = { 0 }; in zfs_do_send()
|