Searched refs:fctx (Results 1 - 4 of 4) 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/tools/onbld/Scm/
H A DWorkSpace.py196 fctx = ctx.filectx(fname, filelog=octx.filelog())
198 fctx = ctx.filectx(fname)
204 if not isinstance(fctx, context.workingfilectx):
205 fctxcache[fname] = fctx
209 rn = fctx.renamed()
554 fctx = active.localtip.filectx(fname)
555 data = fctx.data()
564 return context.memfilectx(fname, data, 'l' in fctx.flags(),
565 'x' in fctx.flags(),
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py1406 fctx = wslist[repo].workingctx().filectx(abso)
1407 rn = fctx.renamed()
/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 75 milliseconds