Searched refs:int_guid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsrpt/common/
H A Dlibsrpt.h167 * int_guid Optional. If not NULL, the integer form of the GUID will also
174 srpt_NormalizeGuid(char *in, char *buf, size_t buflen, uint64_t *int_guid);
H A Dlibsrpt.c447 * int_guid Optional. If not NULL, the integer form of the GUID will also
454 srpt_NormalizeGuid(char *in, char *buf, size_t buflen, uint64_t *int_guid) argument
488 if (int_guid) {
489 *int_guid = guid;

Completed in 59 milliseconds