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

/osnet-11/usr/src/lib/libuutil/
H A DMakefile.com38 uu_string.o \
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_zones.c488 char *uu_string = NULL; local
512 &uu_string) != 0) {
521 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) {
H A Dbe_create.c1776 char uu_string[UUID_PRINTABLE_STRING_LENGTH] = { 0 }; local
1786 uuid_unparse(uu, uu_string);
1797 if (zfs_prop_set(zhp, BE_UUID_PROPERTY, uu_string) != 0) {
1830 char *uu_string = NULL; local
1852 nvlist_lookup_string(propname, ZPROP_VALUE, &uu_string) != 0) {
1865 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) {
2380 char uu_string[UUID_PRINTABLE_STRING_LENGTH] = { 0 }; local
2430 uuid_unparse(uu, uu_string);
2680 uu_string) != 0) {

Completed in 73 milliseconds