Searched refs:have_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c3391 int have_path; local
3395 have_path = nvlist_lookup_string(nv, ZPOOL_CONFIG_PATH, &path) == 0;
3402 have_path && have_stats && vs->vs_state <= VDEV_STATE_CANT_OPEN) {
3408 } else if (have_path) {

Completed in 106 milliseconds