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 | 333 int gotone, gotcred; in gssd_init_sec_context_1_svc() local 357 gotone = 0; in gssd_init_sec_context_1_svc() 363 gotone = find_ccache_file(cp, argp->uid, ccname); in gssd_init_sec_context_1_svc() 364 if (gotone != 0) in gssd_init_sec_context_1_svc() 370 if (gotone == 0) { in gssd_init_sec_context_1_svc() 565 int gotone, gotcred; in gssd_init_sec_context_lucid_v1_1_svc() local 589 gotone = 0; in gssd_init_sec_context_lucid_v1_1_svc() 595 gotone = find_ccache_file(cp, argp->uid, ccname); in gssd_init_sec_context_lucid_v1_1_svc() 596 if (gotone != 0) in gssd_init_sec_context_lucid_v1_1_svc() 602 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 | 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/sys/fs/nfsclient/ |
| H A D | nfs_clstate.c | 3574 int changed, gotone, laytype, recalltype; in nfscl_docb() local 3814 gotone = 0; in nfscl_docb() 3833 gotone = 1; in nfscl_docb() 3836 if (gotone != 0) in nfscl_docb() 3844 gotone = 0; in nfscl_docb() 3856 gotone = 1; in nfscl_docb() 3858 if (gotone != 0) in nfscl_docb()
|
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 5375 int error, fhiszero, fnd, gotone, i, mirrorcnt; in nfsrv_dsgetsockmnt() local 5415 gotone = 0; in nfsrv_dsgetsockmnt() 5525 gotone++; in nfsrv_dsgetsockmnt() 5526 NFSD_DEBUG(4, "gotone=%d\n", gotone); in nfsrv_dsgetsockmnt() 5537 if (fnamep != NULL && gotone == 1) in nfsrv_dsgetsockmnt() 5547 if (error == 0 && gotone == 0) in nfsrv_dsgetsockmnt() 5550 NFSD_DEBUG(4, "eo nfsrv_dsgetsockmnt: gotone=%d err=%d\n", gotone, in nfsrv_dsgetsockmnt() 5553 *mirrorcntp = gotone; in nfsrv_dsgetsockmnt() 5555 if (gotone > 0 && dvpp != NULL) { in nfsrv_dsgetsockmnt() 5561 for (i = 0; i < gotone; i++) { in nfsrv_dsgetsockmnt()
|