Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
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
Dlibzfs.h386 extern int zpool_refresh_stats(zpool_handle_t *, boolean_t *);
Dlibzfs_pool.c1029 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_canfail()
1061 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_silent()
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
Dzpool_main.c3095 if (zpool_refresh_stats(zhp, &missing) != 0) in refresh_iostat()