Searched refs:ZFS_DEV (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs/ |
H A D | zfs_003_neg.ksh | 46 ZFS_DEV=/dev/zfs 49 for file in $ZFS_DEV $MNTTAB; do
|
/titanic_50/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_chkpnt.c | 199 if (cleanup_fd == -1 && (cleanup_fd = open(ZFS_DEV, in snapshot_hold()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 777 #define ZFS_DEV "/dev/zfs" macro
|
/titanic_50/usr/src/cmd/zinject/ |
H A D | zinject.c | 687 if ((zfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in main()
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_diff.c | 727 di->cleanupfd = open(ZFS_DEV, O_RDWR|O_EXCL); in setup_differ_info()
|
H A D | libzfs_util.c | 589 if ((hdl->libzfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in libzfs_init()
|
H A D | libzfs_sendrecv.c | 1832 sdd.cleanup_fd = open(ZFS_DEV, O_RDWR|O_EXCL); in zfs_send() 3662 cleanup_fd = open(ZFS_DEV, O_RDWR|O_EXCL); in zfs_receive()
|
/titanic_50/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_brand.c | 615 if (passthru_otherdev_ioctl(&zfs_dev, ZFS_DEV, &err, in zfs_ioctl()
|
/titanic_50/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 5321 int fd = open(ZFS_DEV, O_RDWR); in main()
|