Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c207 char *guid_str; in ibnex_devctl() local
510 if (guid_str == NULL) { in ibnex_devctl()
518 hca_guid = ibnex_str2hex(guid_str, strlen(guid_str), in ibnex_devctl()
575 if (guid_str == NULL) { in ibnex_devctl()
583 hca_guid = ibnex_str2hex(guid_str, strlen(guid_str), in ibnex_devctl()
697 msg, guid_str); in ibnex_devctl()
703 hca_guid = ibnex_str2hex(guid_str, strlen(guid_str), in ibnex_devctl()
2027 if (guid_str == NULL) { in ibnex_handle_ioc_configure()
2036 ioc_guid = ibnex_str2hex(guid_str, strlen(guid_str), &ret); in ibnex_handle_ioc_configure()
2089 if (guid_str == NULL || ((guid_str != NULL) && in ibnex_handle_commsvcnode_configure()
[all …]
/illumos-gate/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()