Home
last modified time | relevance | path

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

/trueos/usr.sbin/gssd/
HDgssd.c387 int gotone, gotcred; in gssd_init_sec_context_1_svc() local
413 gotone = 0; in gssd_init_sec_context_1_svc()
419 gotone = find_ccache_file(cp, argp->uid, ccname); in gssd_init_sec_context_1_svc()
420 if (gotone != 0) in gssd_init_sec_context_1_svc()
426 if (gotone == 0) { in gssd_init_sec_context_1_svc()
795 int gotone; in gssd_acquire_cred_1_svc() local
854 gotone = 0; in gssd_acquire_cred_1_svc()
860 gotone = find_ccache_file(cp, argp->uid, ccname); in gssd_acquire_cred_1_svc()
861 if (gotone != 0) in gssd_acquire_cred_1_svc()
867 if (gotone == 0) { in gssd_acquire_cred_1_svc()
[all …]
/trueos/cddl/contrib/opensolaris/lib/pyzfs/common/
HDholds.py63 gotone = False
66 gotone = True
74 elif not gotone:
/trueos/contrib/nvi/common/
HDencoding.c65 int gotone = 0, ctrl = 0; in looks_utf8() local
103 gotone = 1; in looks_utf8()
107 return ctrl ? 0 : (gotone ? 2 : 1); in looks_utf8()
/trueos/sbin/geom/core/
HDgeom.c926 int gotone; in status_one_geom() local
936 gotone = 0; in status_one_geom()
941 gotone = 1; in status_one_geom()
947 if (!gotone) { in status_one_geom()
960 int gotone; in status_one_geom_prs() local
977 gotone = 0; in status_one_geom_prs()
982 gotone = 1; in status_one_geom_prs()
988 if (!gotone) { in status_one_geom_prs()
/trueos/contrib/file/src/
HDencoding.c299 int gotone = 0, ctrl = 0; in file_looks_utf8() local
352 gotone = 1; in file_looks_utf8()
356 return ctrl ? 0 : (gotone ? 2 : 1); in file_looks_utf8()
/trueos/contrib/gdb/gdb/
HDremote-e7000.c1893 int gotone = 0; in expect_n() local
1925 gotone = 1; in expect_n()
1933 if (gotone) in expect_n()
/trueos/sys/mips/adm5120/
HDif_admsw.c897 int gotone = 0; in admsw_txintr() local
924 gotone = 1; in admsw_txintr()
932 if (gotone) { in admsw_txintr()
/trueos/sys/fs/nfsclient/
HDnfs_clstate.c3163 int changed, gotone, laytype, recalltype; in nfscl_docb() local
3390 gotone = 0; in nfscl_docb()
3408 gotone = 1; in nfscl_docb()
3411 if (gotone != 0) in nfscl_docb()
3419 gotone = 0; in nfscl_docb()
3431 gotone = 1; in nfscl_docb()
3433 if (gotone != 0) in nfscl_docb()