Searched refs:gotit (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/keyserv/
H A Dkeylogin.c121 bool_t gotit = FALSE; local
175 gotit = TRUE;
187 if (gotit)
190 gotit = TRUE;
200 if (!gotit) {
H A Dchkey.c740 bool_t gotit = FALSE; local
794 gotit = TRUE;
806 if (gotit)
809 gotit = TRUE;
819 if (!gotit) {
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose3.ksh143 gotit = 1;
155 /!gotit/
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c392 int gotit = 0; local
403 return (gotit);
409 return (gotit);
413 gotit = 1;
414 return (gotit);
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y592 goto gotit;
596 goto gotit;
600 goto gotit;
604 goto gotit;
608 goto gotit;
612 goto gotit;
616 goto gotit;
620 gotit: label
/illumos-gate/usr/src/uts/common/os/
H A Dsemaphore.c374 int gotit = 0; local
381 gotit = 1;
384 return (gotit);
H A Dcred.c1064 static int gotit = 0; local
1067 if (gotit)
1072 gotit++;
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c106 boolean_t gotit = B_FALSE; local
181 for (i = 0; !gotit && i != TNFW_B_MAXALLOCTRY; ++i) {
220 gotit = B_TRUE;
227 gotit = B_TRUE;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1133 goto gotit;
1236 goto gotit;
1258 gotit:
1327 goto gotit;
1350 goto gotit;
1358 gotit:
1390 int gotit; local
1432 gotit = 0;
1442 gotit++;
1448 if (gotit)
[all...]
H A Dufs_bmap.c452 goto gotit;
581 gotit:
/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c200 goto gotit;
217 goto gotit;
244 gotit: /* remember this as our next guess pointer */
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c111 goto gotit;
144 gotit:
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c803 int error, gotit, maxphys; local
804 gotit = fsgetmaxphys(&maxphys, &error);
810 if (gotit) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c2400 int gotit, maxphys; local
2402 gotit = fsgetmaxphys(&maxphys, NULL);
2408 if (gotit) {
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_name.c1846 goto gotit;
1858 goto gotit;
1880 goto gotit;
1902 gotit:
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c827 goto gotit;
833 gotit:
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1599 int gotit; local
1691 gotit = 0;
1703 gotit = 1;
1712 if (gotit) {
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2482 int gotit = 0; local
2484 gotit = fsgetmaxphys(&maxphys, &error);
2485 if (gotit) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c751 boolean_t gotit = FALSE; local
758 gotit = TRUE;
761 return (gotit);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c5712 int gotit; /* true if we've found a match */ local
5813 gotit = 0;
5817 gotit = 1;
5821 gotit = 1;
5827 if (! gotit) {

Completed in 189 milliseconds