Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/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 Dlibzfs.h376 extern int zpool_refresh_stats(zpool_handle_t *, boolean_t *);
H A Dlibzfs_pool.c1019 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_canfail()
1051 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_silent()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c2842 if (zpool_refresh_stats(zhp, &missing) != 0) in refresh_iostat()