Home
last modified time | relevance | path

Searched refs:zpool_scan (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs.h244 extern int zpool_scan(zpool_handle_t *, pool_scan_func_t);
H A Dlibzfs_pool.c1843 zpool_scan(zpool_handle_t *zhp, pool_scan_func_t func) in zpool_scan() function
/netbsd-src/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_main.c3845 err = zpool_scan(zhp, cb->cb_type); in scrub_callback()