Searched refs:gotone (Results 1 – 7 of 7) sorted by relevance
| /freebsd-head/cddl/contrib/opensolaris/lib/pyzfs/common/ |
| HD | holds.py | 63 gotone = False 66 gotone = True 74 elif not gotone:
|
| /freebsd-head/usr.sbin/gssd/ |
| HD | gssd.c | 345 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-head/contrib/nvi/common/ |
| HD | encoding.c | 61 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-head/sbin/geom/core/ |
| HD | geom.c | 1154 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-head/contrib/file/src/ |
| HD | encoding.c | 356 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-head/sys/fs/nfsclient/ |
| HD | nfs_clstate.c | 3571 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-head/sys/fs/nfsserver/ |
| HD | nfs_nfsdport.c | 5152 int error, fhiszero, fnd, gotone, i, mirrorcnt; in nfsrv_dsgetsockmnt() local 5192 gotone = 0; in nfsrv_dsgetsockmnt() 5302 gotone++; in nfsrv_dsgetsockmnt() 5303 NFSD_DEBUG(4, "gotone=%d\n", gotone); in nfsrv_dsgetsockmnt() 5314 if (fnamep != NULL && gotone == 1) in nfsrv_dsgetsockmnt() 5324 if (error == 0 && gotone == 0) in nfsrv_dsgetsockmnt() 5327 NFSD_DEBUG(4, "eo nfsrv_dsgetsockmnt: gotone=%d err=%d\n", gotone, in nfsrv_dsgetsockmnt() 5330 *mirrorcntp = gotone; in nfsrv_dsgetsockmnt() 5332 if (gotone > 0 && dvpp != NULL) { in nfsrv_dsgetsockmnt() 5338 for (i = 0; i < gotone; i++) { in nfsrv_dsgetsockmnt()
|