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