Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_chkpnt.c197 if (cleanup_fd == -1 && (cleanup_fd = open(ZFS_DEV, in snapshot_hold()
/onnv-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h701 #define ZFS_DEV "/dev/zfs" macro
/onnv-gate/usr/src/cmd/zinject/
H A Dzinject.c584 if ((zfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in main()
/onnv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c729 di->cleanupfd = open(ZFS_DEV, O_RDWR|O_EXCL); in setup_differ_info()
H A Dlibzfs_util.c615 if ((hdl->libzfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in libzfs_init()
H A Dlibzfs_sendrecv.c1416 sdd.cleanup_fd = open(ZFS_DEV, O_RDWR|O_EXCL); in zfs_send()
2991 cleanup_fd = open(ZFS_DEV, O_RDWR|O_EXCL); in zfs_receive()
/onnv-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c613 if (passthru_otherdev_ioctl(&zfs_dev, ZFS_DEV, &err, in zfs_ioctl()
/onnv-gate/usr/src/cmd/zpool/
H A Dzpool_main.c4446 int fd = open(ZFS_DEV, O_RDWR); in main()