Home
last modified time | relevance | path

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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs.h245 extern int zpool_clear(zpool_handle_t *, const char *, nvlist_t *);
Dlibzfs_pool.c3142 zpool_clear(zpool_handle_t *zhp, const char *path, nvlist_t *rewindnvl) function
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zpool/
Dzpool_main.c3764 if (zpool_clear(zhp, device, policy) != 0) in zpool_do_clear()