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 | 50 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 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 | 98 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 D | util.c | 271 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 D | ereports.c | 160 fd = open(ZFS_DEV, O_RDWR); in main()
|
H A D | libzfs_input_check.c | 533 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 D | zed_event.c | 60 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 D | zinject.c | 920 if ((zfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in main()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_diff.c | 730 di->cleanupfd = open(ZFS_DEV, O_RDWR | O_CLOEXEC); in setup_differ_info()
|
H A D | libzfs_util.c | 1064 if ((hdl->libzfs_fd = open(ZFS_DEV, O_RDWR|O_EXCL|O_CLOEXEC)) < 0) { in libzfs_init()
|
H A D | libzfs_sendrecv.c | 2440 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 | 1406 #define ZFS_DEV "/dev/zfs" macro
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.c | 143 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 | 12265 zevent_fd = open(ZFS_DEV, O_RDWR); in zpool_do_events_next()
|