Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zinject/
H A Dzinject.c156 int zfs_fd; variable
301 while (ioctl(zfs_fd, ZFS_IOC_INJECT_LIST_NEXT, &zc) == 0) in iter_handlers()
427 if (ioctl(zfs_fd, ZFS_IOC_CLEAR_FAULT, &zc) != 0) { in cancel_one_handler()
460 if (ioctl(zfs_fd, ZFS_IOC_CLEAR_FAULT, &zc) != 0) { in cancel_handler()
484 if (ioctl(zfs_fd, ZFS_IOC_INJECT_FAULT, &zc) != 0) { in register_handler()
542 if (ioctl(zfs_fd, ZFS_IOC_VDEV_SET_STATE, &zc) == 0) in perform_action()
583 if ((zfs_fd = open(ZFS_DEV, O_RDWR)) < 0) { in main()