Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1522 uint64_t this_guid; in zpool_find_import_impl() local
1525 ZPOOL_CONFIG_POOL_GUID, &this_guid) == 0 && in zpool_find_import_impl()
1526 iarg->guid == this_guid; in zpool_find_import_impl()
1641 uint64_t this_guid; in zpool_find_import_cached() local
1703 this_guid = fnvlist_lookup_uint64(src, ZPOOL_CONFIG_POOL_GUID); in zpool_find_import_cached()
1704 if (iarg->guid != 0 && iarg->guid != this_guid) in zpool_find_import_cached()
1707 if (zutil_pool_active(hdl, name, this_guid, &active) != 0) { in zpool_find_import_cached()
1739 iarg->guid = this_guid; in zpool_find_import_cached()