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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dcopy_auth.c198 (krb5_context context, struct find_authdata_context *fctx,
202 if (fctx->length == fctx->space) {
204 if (fctx->space >= 256) {
208 new = realloc(fctx->out,
209 sizeof (krb5_authdata *)*(2*fctx->space+1));
212 fctx->out = new;
213 fctx->space *=2;
215 fctx->out[fctx
197 grow_find_authdata(krb5_context context, struct find_authdata_context *fctx, krb5_authdata *elem) argument
226 find_authdata_1(krb5_context context, krb5_authdata *const *in_authdat, krb5_authdatatype ad_type, struct find_authdata_context *fctx) argument
263 struct find_authdata_context fctx; local
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c509 struct smbfs_fctx *fctx; local
531 if ((fctx = np->n_dirseq) != NULL) {
534 error = smbfs_smb_findclose(fctx, scred);
1877 * No use of any shared fid or fctx...
2442 * No use of any shared fid or fctx...

Completed in 81 milliseconds