Searched refs:this_guid (Results 1 – 1 of 1) sorted by relevance
1294 uint64_t this_guid; in zpool_find_import_impl() local1298 &this_guid) == 0 && in zpool_find_import_impl()1299 iarg->guid == this_guid; in zpool_find_import_impl()1366 uint64_t this_guid; in zpool_find_import_cached() local1430 this_guid = fnvlist_lookup_uint64(src, ZPOOL_CONFIG_POOL_GUID); in zpool_find_import_cached()1431 if (guid != 0 && guid != this_guid) in zpool_find_import_cached()1434 if (zutil_pool_active(hdl, name, this_guid, &active) != 0) { in zpool_find_import_cached()