Home
last modified time | relevance | path

Searched refs:zfs_send (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_001_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_send/zfs_send.cfg
H A Dzfs_send_002_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_send/zfs_send.cfg
H A DMakefile19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/cli_root/zfs_send
/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers170 zfs_send;
H A Dlibzfs.h680 extern int zfs_send(zfs_handle_t *, const char *, const char *,
H A Dlibzfs_sendrecv.c1845 zfs_send(zfs_handle_t *zhp, const char *fromsnap, const char *tosnap, in zfs_send() function
/illumos-gate/usr/src/test/zfs-tests/runfiles/
H A Dcommon.run252 [tests/functional/cli_root/zfs_send]
256 'zfs_send-b']
257 tags = ['functional', 'cli_root', 'zfs_send']
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-zfstest.p5m1112 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_send
1113 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/cleanup mode=0555
1114 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/setup mode=0555
1115 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send-b mode=0555
1116 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send.cfg \
1118 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_001_pos \
1120 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_002_pos \
1122 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_003_pos \
1124 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_004_neg \
1126 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_005_pos \
[all …]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_zfs.c657 err = zfs_send(zhp, fromsnap, ndmpd_zfs_args->nz_snapname, &flags, in ndmpd_zfs_backup_send_read()
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_create.c2546 if (zfs_send(zhp, NULL, bt->obe_snap_name, &send_flags, in be_send_fs_callback()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4235 err = zfs_send(zhp, fromname, toname, &flags, STDOUT_FILENO, NULL, 0, in zfs_do_send()