Searched refs:zpool_power (Results 1 – 4 of 4) sorted by relevance
| /src/sys/contrib/openzfs/cmd/zpool/os/freebsd/ |
| H A D | zpool_vdev_os.c | 140 zpool_power(zpool_handle_t *zhp, char *vdev, boolean_t turn_on) in zpool_power() function
|
| /src/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_util.h | 139 int zpool_power(zpool_handle_t *zhp, char *vdev, boolean_t turn_on);
|
| H A D | zpool_main.c | 625 return (zpool_power(zhp, vdev, B_TRUE)); in zpool_power_on() 676 return (zpool_power(zhp, vdev, B_FALSE)); in zpool_power_off()
|
| /src/sys/contrib/openzfs/cmd/zpool/os/linux/ |
| H A D | zpool_vdev_os.c | 627 zpool_power(zpool_handle_t *zhp, char *vdev, boolean_t turn_on) in zpool_power() function
|