Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reguid/
H A Dzpool_reguid_001_pos.ksh38 expected_guid="${2:-"$gflag_guid"}"
47 if [[ "$expected_guid" != "$retrieved_guid" ]]; then
48 log_fail "GUID set to '$retrieved_guid' instead of '$expected_guid'"
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c937 uint64_t expected_guid = 0, size; in zpool_read_label_slow() local
981 if (expected_guid) { in zpool_read_label_slow()
982 if (expected_guid == guid) in zpool_read_label_slow()
988 expected_guid = guid; in zpool_read_label_slow()
1018 uint64_t expected_guid = 0, size; in zpool_read_label()
1128 if (expected_guid) { in zpool_read_label()
1129 if (expected_guid == guid) in zpool_read_label()
1135 expected_guid = guid; in zpool_read_label()