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 D | zfs_003_neg.ksh | 51 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 D | zfs_003_neg.ksh | 59 ZFS_DEV=/dev/zfs 62 for file in $ZFS_DEV $MNTTAB; do
|
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/ |
H A D | libzfs_util_os.c | 93 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 D | util.c | 292 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 D | ereports.c | 162 fd = open(ZFS_DEV, O_RDWR); in main()
|
H A D | libzfs_input_check.c | 534 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 D | zed_event.c | 61 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 D | zinject.c | 921 if ((zfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in main()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_diff.c | 731 di->cleanupfd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in setup_differ_info()
|
H A D | libzfs_util.c | 1071 if ((hdl->libzfs_fd = open(ZFS_DEV, O_RDWR|O_EXCL|O_CLOEXEC)) < 0) { in libzfs_init()
|
H A D | libzfs_sendrecv.c | 2441 sdd.cleanup_fd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in zfs_send_cb_impl()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 1413 #define ZFS_DEV "/dev/zfs" macro
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.c | 148 g_fd = open(ZFS_DEV, O_RDWR|O_CLOEXEC); in libzfs_core_init()
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 12349 zevent_fd = open(ZFS_DEV, O_RDWR); in zpool_do_events_next()
|