Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs/
H A Dzfs_003_neg.ksh51 ZFS_DEV=/dev/zfs
58 for file in $ZFS_DEV $MNTTAB; do
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dereports.c161 fd = open(ZFS_DEV, O_RDWR); in main()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c146 fd = open(ZFS_DEV, O_RDWR); in libzfs_load_module_impl()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_event.c57 zcp->zevent_fd = open(ZFS_DEV, O_RDWR); in zed_event_init()
62 ZFS_DEV, strerror(errno)); in zed_event_init()
91 ZFS_DEV, strerror(errno)); in zed_event_fini()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dutil.c226 fd = open(ZFS_DEV, O_RDWR); in pool_active()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/libzfs_input_check/
H A Dlibzfs_input_check.c531 int cleanup_fd = open(ZFS_DEV, O_RDWR); in test_recv_new()
1050 zfs_fd = open(ZFS_DEV, O_RDWR); in main()
/f-stack/freebsd/contrib/openzfs/cmd/zinject/
H A Dzinject.c770 if ((zfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in main()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c700 di->cleanupfd = open(ZFS_DEV, O_RDWR); in setup_differ_info()
H A Dlibzfs_util.c1027 if ((hdl->libzfs_fd = open(ZFS_DEV, O_RDWR|O_EXCL)) < 0) {
H A Dlibzfs_sendrecv.c2210 sdd.cleanup_fd = open(ZFS_DEV, O_RDWR); in zfs_send()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h1196 #define ZFS_DEV "/dev/zfs" macro
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c140 g_fd = open(ZFS_DEV, O_RDWR); in libzfs_core_init()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c9518 zevent_fd = open(ZFS_DEV, O_RDWR); in zpool_do_events_next()