Searched refs:uu_string (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/uuidgen/ |
H A D | uuidgen.c | 25 static char uu_string[UUID_PRINTABLE_STRING_LENGTH]; variable 94 uuid_unparse(uu, uu_string); in main() 96 (void) fprintf(out, "%s\n", uu_string); in main()
|
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_zones.c | 363 char *uu_string = NULL; in be_zone_get_parent_uuid() local 387 &uu_string) != 0) { in be_zone_get_parent_uuid() 396 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) { in be_zone_get_parent_uuid() 423 char uu_string[UUID_PRINTABLE_STRING_LENGTH]; in be_zone_set_parent_uuid() local 426 uuid_unparse(uu, uu_string); in be_zone_set_parent_uuid() 437 if (zfs_prop_set(zhp, BE_ZONE_PARENTBE_PROPERTY, uu_string) != 0) { in be_zone_set_parent_uuid()
|
H A D | be_create.c | 1409 char uu_string[UUID_PRINTABLE_STRING_LENGTH] = { 0 }; in be_set_uuid() local 1419 uuid_unparse(uu, uu_string); in be_set_uuid() 1430 if (zfs_prop_set(zhp, BE_UUID_PROPERTY, uu_string) != 0) { in be_set_uuid() 1463 char *uu_string = NULL; in be_get_uuid() local 1485 nvlist_lookup_string(propname, ZPROP_VALUE, &uu_string) != 0) { in be_get_uuid() 1498 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) { in be_get_uuid() 1984 char uu_string[UUID_PRINTABLE_STRING_LENGTH] = { 0 }; in be_copy_zones() local 2034 uuid_unparse(uu, uu_string); in be_copy_zones() 2279 uu_string) != 0) { in be_copy_zones()
|
/illumos-gate/usr/src/lib/libuutil/ |
H A D | Makefile.shared.com | 39 uu_string.o \
|