Searched refs:uuid_parse (Results 1 - 12 of 12) sorted by relevance
/osnet-11/usr/src/lib/libuuid/common/ |
H A D | llib-luuid | 41 int uuid_parse(char *, uuid_t);
|
H A D | uuid.c | 598 * uuid_parse converts the UUID string given by 'in' into the 605 uuid_parse(char *in, uuid_t uu) function
|
/osnet-11/usr/src/lib/libbe/common/ |
H A D | be_zones.c | 521 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) {
|
H A D | be_create.c | 1865 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) {
|
/osnet-11/usr/src/lib/libzonecfg/common/ |
H A D | getzoneent.c | 155 if (uuid_parse(p, ze->zone_uuid) == -1)
|
/osnet-11/usr/src/lib/fm/libseslog/common/ |
H A D | libseslog.c | 618 if (!uuid_parse(str, host_id)) {
|
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_info.c | 130 if (uuid_parse(guid_str, kcfg->skc_machine_guid) != 0)
|
H A D | smb_util.c | 848 if (uuid_parse(SMBEX_KEY, uuid) < 0)
|
/osnet-11/usr/src/lib/libv12n/sparc/ |
H A D | libv12n.c | 564 rv = uuid_parse(uuid_str, uuid);
|
/osnet-11/usr/src/lib/libshare/common/ |
H A D | libshare_upgrade.c | 664 (uuid_parse(id + SA_SHARE_PG_PREFIXLEN, uuid) < 0))
|
/osnet-11/usr/src/lib/libntsvcs/common/ |
H A D | netdfs.c | 1335 if (uuid_parse(guid_str, uuid) != 0)
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | tpm_specific.c | 374 ret = uuid_parse(idstr, uuid);
|
Completed in 91 milliseconds