Home
last modified time | relevance | path

Searched refs:fctx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dcopy_auth.c202 if (fctx->length == fctx->space) { in grow_find_authdata()
212 fctx->out = new; in grow_find_authdata()
213 fctx->space *=2; in grow_find_authdata()
215 fctx->out[fctx->length+1] = NULL; in grow_find_authdata()
217 &fctx->out[fctx->length]); in grow_find_authdata()
219 fctx->length++; in grow_find_authdata()
264 fctx.length = 0; in krb5int_find_authdata()
265 fctx.space = 2; in krb5int_find_authdata()
266 fctx.out = calloc(fctx.space+1, sizeof (krb5_authdata *)); in krb5int_find_authdata()
268 if (fctx.out == NULL) in krb5int_find_authdata()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c481 struct smbfs_fctx *fctx; in smbfs_rele_fid() local
502 if ((fctx = np->n_dirseq) != NULL) { in smbfs_rele_fid()
505 error = smbfs_smb_findclose(fctx, scred); in smbfs_rele_fid()