Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs/
H A Dzfs_003_neg.ksh41 for file in $ZFS_DEV $MNTTAB; do
50 ZFS_DEV=/dev/zfs
57 for file in $ZFS_DEV $MNTTAB; do
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs/
H A Dzfs_003_neg.ksh59 ZFS_DEV=/dev/zfs
62 for file in $ZFS_DEV $MNTTAB; do
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dzcp_support.c37 int fd = open(ZFS_DEV, O_RDWR); in main()
39 err(EXIT_FAILURE, "%s", ZFS_DEV); in main()
H A Dereports.c159 fd = open(ZFS_DEV, O_RDWR); in main()
H A Dlibzfs_input_check.c681 int cleanup_fd = open(ZFS_DEV, O_RDWR); in test_recv_new()
683 (void) fprintf(stderr, "open(%s) failed: %s\n", ZFS_DEV, in test_recv_new()
1248 zfs_fd = open(ZFS_DEV, O_RDWR); in main()
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c115 if (access(ZFS_DEV, F_OK) == 0) in libzfs_load_module()
143 if (access(ZFS_DEV, F_OK) == 0) { in libzfs_load_module()
170 if (strncmp(ev->name, &ZFS_DEV[sizeof (ZFS_DEVDIR)], in libzfs_load_module()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c283 int fd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in pool_active()
348 int fd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in pool_active()
/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_event.c64 zcp->zevent_fd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in zed_event_init()
69 ZFS_DEV, strerror(errno)); in zed_event_init()
101 ZFS_DEV, strerror(errno)); in zed_event_fini()
/freebsd/sys/contrib/openzfs/cmd/zinject/
H A Dzinject.c943 if ((zfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in main()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c721 di->cleanupfd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in setup_differ_info()
H A Dlibzfs_util.c1072 if ((hdl->libzfs_fd = open(ZFS_DEV, O_RDWR|O_EXCL|O_CLOEXEC)) < 0) { in libzfs_init()
H A Dlibzfs_sendrecv.c2449 sdd.cleanup_fd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in zfs_send_cb_impl()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1555 #define ZFS_DEV "/dev/zfs" macro
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c140 g_fd = open(ZFS_DEV, O_RDWR|O_CLOEXEC); in libzfs_core_init()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c12807 zevent_fd = open(ZFS_DEV, O_RDWR); in zpool_do_events_next()