Searched refs:ZFS_DEV (Results 1 – 6 of 6) sorted by relevance
64 ZFS_DEV=/dev/zfs67 for file in $ZFS_DEV $MNTTAB; do
691 if ((zfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in main()
917 #define ZFS_DEV "/dev/" ZFS_DEV_NAME macro
737 di->cleanupfd = open(ZFS_DEV, O_RDWR|O_EXCL); in setup_differ_info()
660 if ((hdl->libzfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in libzfs_init()
1924 sdd.cleanup_fd = open(ZFS_DEV, O_RDWR|O_EXCL); in zfs_send()3832 cleanup_fd = open(ZFS_DEV, O_RDWR|O_EXCL); in zfs_receive()