Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libzfs/common/
H A Dmapfile-vers235 zpool_state_to_name;
H A Dlibzfs.h210 extern char *zpool_state_to_name(vdev_state_t, vdev_aux_t);
H A Dlibzfs_pool.c183 zpool_state_to_name(vdev_state_t state, vdev_aux_t aux) in zpool_state_to_name() function
325 (void) strlcpy(buf, zpool_state_to_name(intval, in zpool_get_prop()
/titanic_44/usr/src/cmd/zpool/
H A Dzpool_main.c1190 state = zpool_state_to_name(vs->vs_state, vs->vs_aux); in print_status_config()
1336 (void) printf(" %s", zpool_state_to_name(vs->vs_state, vs->vs_aux)); in print_import_config()
1478 health = zpool_state_to_name(vs->vs_state, vs->vs_aux); in show_import()
4030 health = zpool_state_to_name(vs->vs_state, vs->vs_aux); in status_callback()