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

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h636 extern nvlist_t *spa_tryimport(nvlist_t *tryconfig);
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c1697 nvlist_t *tryconfig, *config; local
1701 zc->zc_iflags, &tryconfig)) != 0)
1704 config = spa_tryimport(tryconfig);
1706 nvlist_free(tryconfig);
H A Dspa.c4487 spa_tryimport(nvlist_t *tryconfig) argument
4495 if (nvlist_lookup_string(tryconfig, ZPOOL_CONFIG_POOL_NAME, &poolname))
4498 if (nvlist_lookup_uint64(tryconfig, ZPOOL_CONFIG_POOL_STATE, &state))
4505 spa = spa_add(TRYIMPORT_NAME, tryconfig, NULL);
4516 * If 'tryconfig' was at least parsable, return the current config.

Completed in 81 milliseconds