Searched refs:srpt_NormalizeGuid (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libsrpt/common/ |
H A D | libsrpt.c | 261 ret = srpt_NormalizeGuid(hca_guid, guid, sizeof (guid), &hcaguid); in srpt_SetTargetState() 334 ret = srpt_NormalizeGuid(hca_guid, guid, sizeof (guid), NULL); in srpt_GetTargetState() 403 ret = srpt_NormalizeGuid(hca_guid, guid, sizeof (guid), NULL); in srpt_ResetTarget() 454 srpt_NormalizeGuid(char *in, char *buf, size_t buflen, uint64_t *int_guid) in srpt_NormalizeGuid() function
|
H A D | libsrpt.h | 174 srpt_NormalizeGuid(char *in, char *buf, size_t buflen, uint64_t *int_guid);
|
H A D | mapfile-vers | 49 srpt_NormalizeGuid;
|
/titanic_50/usr/src/cmd/srptadm/ |
H A D | srptadm.c | 483 ret = srpt_NormalizeGuid(hca, buf, sizeof (buf), &hcaguid); in print_target_props()
|