Home
last modified time | relevance | path

Searched refs:guid_str (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c204 char *guid_str; in ibnex_devctl() local
503 guid_str = strrchr(apid_n, ':') + 1; in ibnex_devctl()
505 "guid = %s", msg, apid_n, guid_str); in ibnex_devctl()
507 if (guid_str == NULL) { in ibnex_devctl()
509 "GUID passed %s", msg, guid_str); in ibnex_devctl()
515 hca_guid = ibnex_str2hex(guid_str, strlen(guid_str), in ibnex_devctl()
568 guid_str = strrchr(apid_n, ':') + 1; in ibnex_devctl()
570 msg, apid_n, guid_str); in ibnex_devctl()
572 if (guid_str == NULL) { in ibnex_devctl()
574 "GUID %s", msg, guid_str); in ibnex_devctl()
[all …]
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlsar_clnt.c302 char guid_str[UUID_PRINTABLE_STRING_LENGTH]; in lsar_query_info_policy() local
351 guid_str); in lsar_query_info_policy()
359 guid_str, info); in lsar_query_info_policy()
H A Dnetdfs.c1373 netdfs_guid_fromstr(char *guid_str, netdfs_uuid_t *guid) in netdfs_guid_fromstr() argument
1377 if (uuid_parse(guid_str, uuid) != 0) in netdfs_guid_fromstr()