Lines Matching refs:uu
608 uuid_t uu = { 0 }; in be_copy() local
1071 be_get_uuid(bt.obe_root_ds, &uu) == BE_SUCCESS) { in be_copy()
1331 uuid_t uu = { 0 }; in be_set_uuid() local
1336 uuid_generate(uu); in be_set_uuid()
1337 if (uuid_is_null(uu) != 0) { in be_set_uuid()
1342 uuid_unparse(uu, uu_string); in be_set_uuid()
1381 be_get_uuid(const char *root_ds, uuid_t *uu) in be_get_uuid() argument
1421 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) { in be_get_uuid()
1902 uuid_t uu = { 0 }; in be_copy_zones() local
1945 if (be_get_uuid(zfs_get_name(nbe_zhp), &uu) != BE_SUCCESS) { in be_copy_zones()
1953 uuid_unparse(uu, uu_string); in be_copy_zones()