Searched refs:gotone (Results 1 – 7 of 7) sorted by relevance
| /freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/ |
| H A D | holds.py | 63 gotone = False 66 gotone = True 74 elif not gotone:
|
| /freebsd/usr.sbin/gssd/ |
| H A D | gssd.c | 321 int gotone, gotcred; in gssd_init_sec_context_1_svc() local 345 gotone = 0; in gssd_init_sec_context_1_svc() 351 gotone = find_ccache_file(cp, argp->uid, ccname); in gssd_init_sec_context_1_svc() 352 if (gotone != 0) in gssd_init_sec_context_1_svc() 358 if (gotone == 0) { in gssd_init_sec_context_1_svc() 553 int gotone, gotcred; in gssd_init_sec_context_lucid_v1_1_svc() local 577 gotone = 0; in gssd_init_sec_context_lucid_v1_1_svc() 583 gotone = find_ccache_file(cp, argp->uid, ccname); in gssd_init_sec_context_lucid_v1_1_svc() 584 if (gotone != 0) in gssd_init_sec_context_lucid_v1_1_svc() 590 if (gotone == 0) { in gssd_init_sec_context_lucid_v1_1_svc() [all …]
|
| /freebsd/sbin/geom/core/ |
| H A D | geom.c | 1184 int gotone, len; in status_one_geom() local 1194 gotone = len = 0; in status_one_geom() 1202 if (!gotone || script) { in status_one_geom() 1203 if (!gotone) { in status_one_geom() 1236 gotone = 1; in status_one_geom() 1240 if (!gotone) { in status_one_geom() 1257 int gotone, len; in status_one_geom_prs() local 1275 gotone = len = 0; in status_one_geom_prs() 1282 if (!gotone || script) { in status_one_geom_prs() 1283 if (!gotone) { in status_one_geom_prs() [all …]
|
| /freebsd/contrib/nvi/common/ |
| H A D | 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/contrib/file/src/ |
| H A D | encoding.c | 362 int gotone = 0, ctrl = 0; in file_looks_utf8() local 424 gotone = 1; in file_looks_utf8() 428 return ctrl ? 0 : (gotone ? 2 : 1); in file_looks_utf8()
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clstate.c | 3620 int changed, gotone, laytype, recalltype; in nfscl_docb() local 3861 gotone = 0; in nfscl_docb() 3880 gotone = 1; in nfscl_docb() 3883 if (gotone != 0) in nfscl_docb() 3891 gotone = 0; in nfscl_docb() 3903 gotone = 1; in nfscl_docb() 3905 if (gotone != 0) in nfscl_docb()
|
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 6074 int error, fhiszero, fnd, gotmirror, gotone, i, j, k, l, m, mirrorcnt; in nfsrv_dsgetsockmnt() local 6176 gotmirror = gotone = 0; in nfsrv_dsgetsockmnt() 6288 gotone++; in nfsrv_dsgetsockmnt() 6289 NFSD_DEBUG(4, "gotone=%d\n", gotone); in nfsrv_dsgetsockmnt() 6305 if (fnamep != NULL && gotone == 1) in nfsrv_dsgetsockmnt() 6334 gotmirror = gotone; in nfsrv_dsgetsockmnt() 6341 NFSD_DEBUG(4, "eo nfsrv_dsgetsockmnt: gotone=%d err=%d\n", gotone, in nfsrv_dsgetsockmnt()
|