Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_config.c243 error = zpool_refresh_stats(zhp, &missing); in zpool_get_features()
265 zpool_refresh_stats(zpool_handle_t *zhp, boolean_t *missing) in zpool_refresh_stats() function
H A Dmapfile-vers263 zpool_refresh_stats;
H A Dlibzfs.h407 extern int zpool_refresh_stats(zpool_handle_t *, boolean_t *);
H A Dlibzfs_pool.c1059 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_canfail()
1091 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_silent()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c4212 if (zpool_refresh_stats(zhp, &missing) != 0) in refresh_iostat()