Searched refs:lzc_receive (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D__init__.py70 lzc_receive,
125 'lzc_receive',
H A D_libzfs_core.py703 def lzc_receive(snapname, fd, force=False, raw=False, origin=None, props=None): function
790 ``lzc_receive`` does not return until all of the stream is read from
794 ``lzc_receive`` does *not* close ``fd`` upon returning.
804 ret = _lib.lzc_receive(snapname, nvlist, c_origin, force, raw, fd)
810 lzc_recv = lzc_receive
995 Like :func:`lzc_receive`, but if the receive fails due to premature stream
1071 Like :func:`lzc_receive`, but allows the caller to read the begin record
1208 Like :func:`lzc_receive`, but allows the caller to pass all supported
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py1918 lzc.lzc_receive(dst, stream.fileno())
1939 lzc.lzc_receive(dst1, stream.fileno())
1943 lzc.lzc_receive(dst2, stream.fileno())
1964 lzc.lzc_receive(dstfs, full.fileno())
1965 lzc.lzc_receive(dstfs, incr.fileno())
1980 lzc.lzc_receive(orig_dst, stream.fileno())
1987 lzc.lzc_receive(clone_dst, stream.fileno(), origin=orig_dst)
2002 lzc.lzc_receive(dst, stream.fileno())
2014 lzc.lzc_receive(dst, stream.fileno())
2025 lzc.lzc_receive(ds
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/
H A Dlibzfs_core.h96 int lzc_receive(const char *, nvlist_t *, const char *, boolean_t, boolean_t,
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c966 lzc_receive(const char *snapname, nvlist_t *props, const char *origin, function
974 * Like lzc_receive, but if the receive fails due to premature stream
988 * Like lzc_receive, but allows the caller to read the begin record and then to
1011 * Like lzc_receive, but allows the caller to pass all supported arguments

Completed in 186 milliseconds