Home
last modified time | relevance | path

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

/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs/
H A Dzfs_003_neg.ksh46 ZFS_DEV=/dev/zfs
49 for file in $ZFS_DEV $MNTTAB; do
/titanic_41/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_chkpnt.c199 if (cleanup_fd == -1 && (cleanup_fd = open(ZFS_DEV, in snapshot_hold()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h774 #define ZFS_DEV "/dev/zfs" macro
/titanic_41/usr/src/cmd/zinject/
H A Dzinject.c583 if ((zfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in main()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c734 di->cleanupfd = open(ZFS_DEV, O_RDWR|O_EXCL); in setup_differ_info()
H A Dlibzfs_util.c623 if ((hdl->libzfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in libzfs_init()
H A Dlibzfs_sendrecv.c1830 sdd.cleanup_fd = open(ZFS_DEV, O_RDWR|O_EXCL); in zfs_send()
3637 cleanup_fd = open(ZFS_DEV, O_RDWR|O_EXCL); in zfs_receive()
/titanic_41/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c615 if (passthru_otherdev_ioctl(&zfs_dev, ZFS_DEV, &err, in zfs_ioctl()
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_main.c5348 int fd = open(ZFS_DEV, O_RDWR); in main()