Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/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.h348 extern int zpool_refresh_stats(zpool_handle_t *, boolean_t *);
H A Dlibzfs_pool.c993 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_canfail()
1025 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_silent()
/netbsd-src/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_main.c2510 if (zpool_refresh_stats(zhp, &missing) != 0) in refresh_iostat()