Home
last modified time | relevance | path

Searched refs:zfs_fd (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/cddl/contrib/opensolaris/cmd/zinject/
H A Dzinject.c158 int zfs_fd; variable
341 while (ioctl(zfs_fd, ZFS_IOC_INJECT_LIST_NEXT, &zc) == 0) in iter_handlers()
506 if (ioctl(zfs_fd, ZFS_IOC_CLEAR_FAULT, &zc) != 0) { in cancel_one_handler()
539 if (ioctl(zfs_fd, ZFS_IOC_CLEAR_FAULT, &zc) != 0) { in cancel_handler()
563 if (ioctl(zfs_fd, ZFS_IOC_INJECT_FAULT, &zc) != 0) { in register_handler()
621 if (ioctl(zfs_fd, ZFS_IOC_VDEV_SET_STATE, &zc) == 0) in perform_action()
691 if ((zfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in main()
/freebsd-12.1/sbin/zfsbootcfg/
H A Dzfsbootcfg.c49 int zfs_fd; in main() local