Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs/
H A Dzfs_003_neg.ksh50 for file in $ZFS_DEV $MNTTAB; do
59 ZFS_DEV=/dev/zfs
66 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/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c98 if (access(ZFS_DEV, F_OK) == 0) in libzfs_load_module()
121 if (access(ZFS_DEV, F_OK) == 0) { in libzfs_load_module()
148 if (strncmp(ev->name, &ZFS_DEV[sizeof (ZFS_DEVDIR)], in libzfs_load_module()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c271 int fd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in pool_active()
336 int fd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in pool_active()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dereports.c160 fd = open(ZFS_DEV, O_RDWR); in main()
H A Dlibzfs_input_check.c533 int cleanup_fd = open(ZFS_DEV, O_RDWR); in test_recv_new()
535 (void) fprintf(stderr, "open(%s) failed: %s\n", ZFS_DEV, in test_recv_new()
1071 zfs_fd = open(ZFS_DEV, O_RDWR); in main()
/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_event.c60 zcp->zevent_fd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in zed_event_init()
65 ZFS_DEV, strerror(errno)); in zed_event_init()
97 ZFS_DEV, strerror(errno)); in zed_event_fini()
/freebsd/sys/contrib/openzfs/cmd/zinject/
H A Dzinject.c920 if ((zfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in main()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c730 di->cleanupfd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in setup_differ_info()
H A Dlibzfs_util.c1064 if ((hdl->libzfs_fd = open(ZFS_DEV, O_RDWR|O_EXCL|O_CLOEXEC)) < 0) { in libzfs_init()
H A Dlibzfs_sendrecv.c2440 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.h1406 #define ZFS_DEV "/dev/zfs" macro
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c143 g_fd = open(ZFS_DEV, O_RDWR|O_CLOEXEC); in libzfs_core_init()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c12265 zevent_fd = open(ZFS_DEV, O_RDWR); in zpool_do_events_next()