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

/freebsd-current/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dholds.py63 gotone = False
66 gotone = True
74 elif not gotone:
/freebsd-current/usr.sbin/gssd/
H A Dgssd.c403 int gotone, gotcred; local
429 gotone = 0;
435 gotone = find_ccache_file(cp, argp->uid, ccname);
436 if (gotone != 0)
442 if (gotone == 0) {
818 int gotone; local
877 gotone = 0;
883 gotone = find_ccache_file(cp, argp->uid, ccname);
884 if (gotone != 0)
890 if (gotone
1058 int gotone, len, rating, orating; local
1122 int gotone, orating, rating, ret; local
[all...]
/freebsd-current/contrib/nvi/common/
H A Dencoding.c61 int gotone = 0, ctrl = 0; local
99 gotone = 1;
103 return ctrl ? 0 : (gotone ? 2 : 1);
/freebsd-current/sbin/geom/core/
H A Dgeom.c1154 int gotone; local
1164 gotone = 0;
1169 gotone = 1;
1175 if (!gotone) {
1188 int gotone; local
1205 gotone = 0;
1210 gotone = 1;
1216 if (!gotone) {
/freebsd-current/contrib/file/src/
H A Dencoding.c356 int gotone = 0, ctrl = 0; local
418 gotone = 1;
422 return ctrl ? 0 : (gotone ? 2 : 1);
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdport.c5084 int error, fhiszero, fnd, gotone, i, mirrorcnt; local
5124 gotone = 0;
5234 gotone++;
5235 NFSD_DEBUG(4, "gotone=%d\n", gotone);
5246 if (fnamep != NULL && gotone == 1)
5256 if (error == 0 && gotone == 0)
5259 NFSD_DEBUG(4, "eo nfsrv_dsgetsockmnt: gotone=%d err=%d\n", gotone,
5262 *mirrorcntp = gotone;
[all...]
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clstate.c3572 int changed, gotone, laytype, recalltype; local
3819 gotone = 0;
3838 gotone = 1;
3841 if (gotone != 0)
3849 gotone = 0;
3861 gotone = 1;
3863 if (gotone != 0)

Completed in 148 milliseconds