Searched refs:lzc_send_wrapper (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs_core.h | 91 _LIBZFS_CORE_H int lzc_send_wrapper(int (*)(int, void *), int, void *);
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.c | 733 lzc_send_wrapper(int (*func)(int, void *), int orig_fd, void *data) in lzc_send_wrapper() function 913 return (lzc_send_wrapper(lzc_send_resume_redacted_cb, fd, &zsrr)); in lzc_send_resume_redacted() 1007 return (lzc_send_wrapper(lzc_send_space_resume_redacted_cb, in lzc_send_space_resume_redacted()
|
H A D | libzfs_core.abi | 204 …<elf-symbol name='lzc_send_wrapper' type='func-type' binding='global-binding' visibility='default-… 3095 …l name='lzc_send_wrapper' mangled-name='lzc_send_wrapper' visibility='default' binding='global' si…
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_sendrecv.c | 2049 return (lzc_send_wrapper(zfs_send_resume_impl_cb, outfd, &zsri)); in zfs_send_resume_impl() 2570 return (lzc_send_wrapper(zfs_send_cb, outfd, &arg)); in zfs_send() 2871 return (lzc_send_wrapper(zfs_send_one_cb, fd, &zso)); in zfs_send_one()
|
H A D | libzfs.abi | 7926 <function-decl name='lzc_send_wrapper' visibility='default' binding='global' size-in-bits='64'>
|