Searched defs:uu_string (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/uuidgen/
H A Duuidgen.c25 static char uu_string[UUID_PRINTABLE_STRING_LENGTH]; variable
94 uuid_unparse(uu, uu_string);
96 (void) fprintf(out, "%s\n", uu_string);
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_zones.c350 char *uu_string = NULL; local
374 &uu_string) != 0) {
383 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) {
410 char uu_string[UUID_PRINTABLE_STRING_LENGTH]; local
413 uuid_unparse(uu, uu_string);
424 if (zfs_prop_set(zhp, BE_ZONE_PARENTBE_PROPERTY, uu_string) != 0) {
H A Dbe_create.c1334 char uu_string[UUID_PRINTABLE_STRING_LENGTH] = { 0 }; local
1344 uuid_unparse(uu, uu_string);
1355 if (zfs_prop_set(zhp, BE_UUID_PROPERTY, uu_string) != 0) {
1388 char *uu_string = NULL; local
1410 nvlist_lookup_string(propname, ZPROP_VALUE, &uu_string) != 0) {
1423 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) {
1905 char uu_string[UUID_PRINTABLE_STRING_LENGTH] = { 0 }; local
1955 uuid_unparse(uu, uu_string);
2196 uu_string) != 0) {

Completed in 60 milliseconds