Home
last modified time | relevance | path

Searched refs:gotone (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/gssd/
H A Dgssd.c345 int gotone, gotcred; in gssd_init_sec_context_1_svc() local
371 gotone = 0; in gssd_init_sec_context_1_svc()
377 gotone = find_ccache_file(cp, argp->uid, ccname); in gssd_init_sec_context_1_svc()
378 if (gotone != 0) in gssd_init_sec_context_1_svc()
384 if (gotone == 0) { in gssd_init_sec_context_1_svc()
760 int gotone; in gssd_acquire_cred_1_svc() local
819 gotone = 0; in gssd_acquire_cred_1_svc()
825 gotone = find_ccache_file(cp, argp->uid, ccname); in gssd_acquire_cred_1_svc()
826 if (gotone != 0) in gssd_acquire_cred_1_svc()
832 if (gotone == 0) { in gssd_acquire_cred_1_svc()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dholds.py63 gotone = False
66 gotone = True
74 elif not gotone:
/freebsd/contrib/nvi/common/
H A Dencoding.c61 int gotone = 0, ctrl = 0; in looks_utf8() local
99 gotone = 1; in looks_utf8()
103 return ctrl ? 0 : (gotone ? 2 : 1); in looks_utf8()
/freebsd/sbin/geom/core/
H A Dgeom.c1154 int gotone; in status_one_geom() local
1164 gotone = 0; in status_one_geom()
1169 gotone = 1; in status_one_geom()
1175 if (!gotone) { in status_one_geom()
1188 int gotone; in status_one_geom_prs() local
1205 gotone = 0; in status_one_geom_prs()
1210 gotone = 1; in status_one_geom_prs()
1216 if (!gotone) { in status_one_geom_prs()
/freebsd/contrib/file/src/
H A Dencoding.c356 int gotone = 0, ctrl = 0; in file_looks_utf8() local
418 gotone = 1; in file_looks_utf8()
422 return ctrl ? 0 : (gotone ? 2 : 1); in file_looks_utf8()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c3571 int changed, gotone, laytype, recalltype; in nfscl_docb() local
3818 gotone = 0; in nfscl_docb()
3837 gotone = 1; in nfscl_docb()
3840 if (gotone != 0) in nfscl_docb()
3848 gotone = 0; in nfscl_docb()
3860 gotone = 1; in nfscl_docb()
3862 if (gotone != 0) in nfscl_docb()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c5117 int error, fhiszero, fnd, gotone, i, mirrorcnt; in nfsrv_dsgetsockmnt() local
5157 gotone = 0; in nfsrv_dsgetsockmnt()
5267 gotone++; in nfsrv_dsgetsockmnt()
5268 NFSD_DEBUG(4, "gotone=%d\n", gotone); in nfsrv_dsgetsockmnt()
5279 if (fnamep != NULL && gotone == 1) in nfsrv_dsgetsockmnt()
5289 if (error == 0 && gotone == 0) in nfsrv_dsgetsockmnt()
5292 NFSD_DEBUG(4, "eo nfsrv_dsgetsockmnt: gotone=%d err=%d\n", gotone, in nfsrv_dsgetsockmnt()
5295 *mirrorcntp = gotone; in nfsrv_dsgetsockmnt()
5297 if (gotone > 0 && dvpp != NULL) { in nfsrv_dsgetsockmnt()
5303 for (i = 0; i < gotone; i++) { in nfsrv_dsgetsockmnt()