Lines Matching refs:uu
642 uuid_t uu = { 0 }; in be_copy() local
1126 be_get_uuid(bt.obe_root_ds, &uu) == BE_SUCCESS) { in be_copy()
1408 uuid_t uu = { 0 }; in be_set_uuid() local
1413 uuid_generate(uu); in be_set_uuid()
1414 if (uuid_is_null(uu) != 0) { in be_set_uuid()
1419 uuid_unparse(uu, uu_string); in be_set_uuid()
1458 be_get_uuid(const char *root_ds, uuid_t *uu) in be_get_uuid() argument
1498 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) { in be_get_uuid()
1983 uuid_t uu = { 0 }; in be_copy_zones() local
2026 if (be_get_uuid(zfs_get_name(nbe_zhp), &uu) != BE_SUCCESS) { in be_copy_zones()
2034 uuid_unparse(uu, uu_string); in be_copy_zones()