Searched refs:zpool_state_to_name (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h214 extern const 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) function
338 (void) strlcpy(buf, zpool_state_to_name(intval,
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1314 state = zpool_state_to_name(vs->vs_state, vs->vs_aux);
1471 (void) printf(" %s", zpool_state_to_name(vs->vs_state, vs->vs_aux));
1613 health = zpool_state_to_name(vs->vs_state, vs->vs_aux);
4113 health = zpool_state_to_name(vs->vs_state, vs->vs_aux);

Completed in 107 milliseconds