Home
last modified time | relevance | path

Searched refs:ZFS_DEV (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs/
H A Dzfs_003_neg.ksh51 ZFS_DEV=/dev/zfs
54 for file in $ZFS_DEV $MNTTAB; do
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_chkpnt.c200 if (cleanup_fd == -1 && (cleanup_fd = open(ZFS_DEV, in snapshot_hold()
/illumos-gate/usr/src/test/zfs-tests/cmd/libzfs_input_check/
H A Dlibzfs_input_check.c543 int cleanup_fd = open(ZFS_DEV, O_RDWR); in test_recv_new()
1004 zfs_fd = open(ZFS_DEV, O_RDWR|O_EXCL); in main()
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c773 if ((zfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in main()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h1156 #define ZFS_DEV "/dev/zfs" macro
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c736 di->cleanupfd = open(ZFS_DEV, O_RDWR|O_EXCL); in setup_differ_info()
H A Dlibzfs_util.c691 if ((hdl->libzfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in libzfs_init()
H A Dlibzfs_sendrecv.c2052 sdd.cleanup_fd = open(ZFS_DEV, O_RDWR|O_EXCL); in zfs_send()
4658 cleanup_fd = open(ZFS_DEV, O_RDWR|O_EXCL); in zfs_receive()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c616 if (passthru_otherdev_ioctl(&zfs_dev, ZFS_DEV, &err, in zfs_ioctl()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c8494 int fd = open(ZFS_DEV, O_RDWR); in main()