Searched defs:svcbuf (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_gss.c110 gss_buffer_desc svcbuf; local
130 svcbuf.length = num_bytes;
131 svcbuf.value = name;
133 if ((gss_import_name(&minor, &svcbuf, GSS_C_NO_OID,
135 free(svcbuf.value);
139 free(svcbuf.value);
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_dyndns.c712 gss_buffer_desc svcbuf; local
721 svcbuf.length = num_bytes;
722 svcbuf.value = name;
724 if ((major = gss_import_name(&minor, &svcbuf,
727 (void) free(svcbuf.value);
731 (void) free(svcbuf.value);
746 gss_buffer_desc svcbuf; local
758 svcbuf.length = num_bytes;
759 svcbuf.value = name;
761 if ((major = gss_import_name(&minor, &svcbuf,
[all...]

Completed in 32 milliseconds