Lines Matching refs:guid

210 	uint64_t guid;  in fix_paths()  local
236 verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_GUID, &guid) == 0); in fix_paths()
243 if (ne->ne_guid == guid) { in fix_paths()
426 zutil_pool_active(libpc_handle_t *hdl, const char *name, uint64_t guid, in zutil_pool_active() argument
432 guid, isactive); in zutil_pool_active()
481 uint64_t guid; in get_configs() local
581 guid = fnvlist_lookup_uint64(tmp, in get_configs()
584 ZPOOL_CONFIG_POOL_GUID, guid); in get_configs()
672 &guid) == 0); in get_configs()
747 nvlist_add_uint64(nvroot, ZPOOL_CONFIG_GUID, guid) != 0 || in get_configs()
793 &guid) == 0); in get_configs()
795 if (zutil_pool_active(hdl, name, guid, &isactive) != 0) in get_configs()
929 uint64_t state, guid, txg; in zpool_read_label() local
940 &guid) != 0 || guid == 0) { in zpool_read_label()
959 if (expected_guid == guid) in zpool_read_label()
965 expected_guid = guid; in zpool_read_label()
1293 } else if (iarg->guid != 0) { in zpool_find_import_impl()
1299 iarg->guid == this_guid; in zpool_find_import_impl()
1357 const char *poolname, uint64_t guid) in zpool_find_import_cached() argument
1369 verify(poolname == NULL || guid == 0); in zpool_find_import_cached()
1431 if (guid != 0 && guid != this_guid) in zpool_find_import_cached()
1482 verify(import->poolname == NULL || import->guid == 0); in zpool_search_import()
1486 import->poolname, import->guid); in zpool_search_import()
1502 uint64_t v, guid = strtoull(tgt, NULL, 0); in pool_match() local
1505 if (guid != 0) { in pool_match()
1507 return (v == guid); in pool_match()