Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_config.c241 error = zpool_refresh_stats(zhp, &missing); in zpool_get_features()
262 zpool_refresh_stats(zpool_handle_t *zhp, boolean_t *missing) in zpool_refresh_stats() function
HDlibzfs.h348 extern int zpool_refresh_stats(zpool_handle_t *, boolean_t *);
HDlibzfs_pool.c982 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_canfail()
1014 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_silent()
/NextBSD/cddl/contrib/opensolaris/cmd/zpool/
HDzpool_main.c2481 if (zpool_refresh_stats(zhp, &missing) != 0) in refresh_iostat()