Searched refs:this_guid (Results 1 – 1 of 1) sorted by relevance
1310 uint64_t this_guid; in zpool_find_import_impl() local1313 ZPOOL_CONFIG_POOL_GUID, &this_guid) == 0 && in zpool_find_import_impl()1314 iarg->guid == this_guid; in zpool_find_import_impl()1386 uint64_t this_guid; in zpool_find_import_cached() local1450 this_guid = fnvlist_lookup_uint64(src, ZPOOL_CONFIG_POOL_GUID); in zpool_find_import_cached()1451 if (guid != 0 && guid != this_guid) in zpool_find_import_cached()1454 if (zutil_pool_active(hdl, name, this_guid, &active) != 0) { in zpool_find_import_cached()