Home
last modified time | relevance | path

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

/freebsd-14.2/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dholds.py63 gotone = False
66 gotone = True
74 elif not gotone:
/freebsd-14.2/usr.sbin/gssd/
H A Dgssd.c430 gotone = 0; in gssd_init_sec_context_1_svc()
437 if (gotone != 0) in gssd_init_sec_context_1_svc()
443 if (gotone == 0) { in gssd_init_sec_context_1_svc()
819 int gotone; in gssd_acquire_cred_1_svc() local
878 gotone = 0; in gssd_acquire_cred_1_svc()
885 if (gotone != 0) in gssd_acquire_cred_1_svc()
1066 gotone = 0; in find_ccache_file()
1089 gotone = 1; in find_ccache_file()
1095 if (gotone != 0) { in find_ccache_file()
1151 gotone = 0; in is_a_valid_tgt_cache()
[all …]
/freebsd-14.2/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-14.2/sbin/geom/core/
H A Dgeom.c1155 int gotone; in status_one_geom() local
1165 gotone = 0; in status_one_geom()
1170 gotone = 1; in status_one_geom()
1176 if (!gotone) { in status_one_geom()
1189 int gotone; in status_one_geom_prs() local
1206 gotone = 0; in status_one_geom_prs()
1211 gotone = 1; in status_one_geom_prs()
1217 if (!gotone) { in status_one_geom_prs()
/freebsd-14.2/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-14.2/sys/fs/nfsclient/
H A Dnfs_clstate.c3572 int changed, gotone, laytype, recalltype; in nfscl_docb() local
3819 gotone = 0; in nfscl_docb()
3838 gotone = 1; in nfscl_docb()
3841 if (gotone != 0) in nfscl_docb()
3849 gotone = 0; in nfscl_docb()
3861 gotone = 1; in nfscl_docb()
3863 if (gotone != 0) in nfscl_docb()
/freebsd-14.2/sys/fs/nfsserver/
H A Dnfs_nfsdport.c5095 int error, fhiszero, fnd, gotone, i, mirrorcnt; in nfsrv_dsgetsockmnt() local
5135 gotone = 0; in nfsrv_dsgetsockmnt()
5245 gotone++; in nfsrv_dsgetsockmnt()
5246 NFSD_DEBUG(4, "gotone=%d\n", gotone); in nfsrv_dsgetsockmnt()
5257 if (fnamep != NULL && gotone == 1) in nfsrv_dsgetsockmnt()
5267 if (error == 0 && gotone == 0) in nfsrv_dsgetsockmnt()
5270 NFSD_DEBUG(4, "eo nfsrv_dsgetsockmnt: gotone=%d err=%d\n", gotone, in nfsrv_dsgetsockmnt()
5273 *mirrorcntp = gotone; in nfsrv_dsgetsockmnt()
5275 if (gotone > 0 && dvpp != NULL) { in nfsrv_dsgetsockmnt()
5281 for (i = 0; i < gotone; i++) { in nfsrv_dsgetsockmnt()