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.ksh51 for file in $ZFS_DEV $MNTTAB; do
60 ZFS_DEV=/dev/zfs
67 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.c93 if (access(ZFS_DEV, F_OK) == 0) in libzfs_load_module()
116 if (access(ZFS_DEV, F_OK) == 0) { in libzfs_load_module()
143 if (strncmp(ev->name, &ZFS_DEV[sizeof (ZFS_DEVDIR)], in libzfs_load_module()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c292 int fd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in pool_active()
357 int fd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in pool_active()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dereports.c162 fd = open(ZFS_DEV, O_RDWR); in main()
H A Dlibzfs_input_check.c534 int cleanup_fd = open(ZFS_DEV, O_RDWR); in test_recv_new()
536 (void) fprintf(stderr, "open(%s) failed: %s\n", ZFS_DEV, in test_recv_new()
1072 zfs_fd = open(ZFS_DEV, O_RDWR); in main()
/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_event.c61 zcp->zevent_fd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in zed_event_init()
66 ZFS_DEV, strerror(errno)); in zed_event_init()
98 ZFS_DEV, strerror(errno)); in zed_event_fini()
/freebsd/sys/contrib/openzfs/cmd/zinject/
H A Dzinject.c921 if ((zfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in main()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c731 di->cleanupfd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in setup_differ_info()
H A Dlibzfs_util.c1071 if ((hdl->libzfs_fd = open(ZFS_DEV, O_RDWR|O_EXCL|O_CLOEXEC)) < 0) { in libzfs_init()
H A Dlibzfs_sendrecv.c2441 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.h1413 #define ZFS_DEV "/dev/zfs" macro
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c148 g_fd = open(ZFS_DEV, O_RDWR|O_CLOEXEC); in libzfs_core_init()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c12349 zevent_fd = open(ZFS_DEV, O_RDWR); in zpool_do_events_next()