Searched refs:loopcnt (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dcflow.c107 if(shp->st.loopcnt)
110 if(shp->st.breakcnt > shp->st.loopcnt)
111 shp->st.breakcnt = shp->st.loopcnt;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3.c54 int loopcnt; local
92 for (loopcnt = 0; ; loopcnt++) {
104 loopcnt > numdirs)
161 if (loopcnt <= countdirs) {
187 * if (loopcnt <= countdirs) above.
267 for (loopcnt = 0; loopcnt < 2; loopcnt++) {
268 if (loopcnt
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Ddefs.c91 int loopcnt; variable
H A Dbltin.c110 if (loopcnt)
115 if (breakcnt > loopcnt)
116 breakcnt = loopcnt;
123 if (loopcnt)
128 if (breakcnt > loopcnt)
129 breakcnt = loopcnt;
H A Dxec.c111 if (funcnt != 0 || loopcnt != 0)
423 loopcnt++;
434 loopcnt--;
445 loopcnt++;
457 loopcnt--;
H A Ddefs.h411 extern int loopcnt;
H A Dmain.c369 loopcnt = peekc = peekn = 0;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c810 int loopcnt; local
837 loopcnt = 0;
1066 if (loopcnt++ > MAXCNAMEDEPTH)
/illumos-gate/usr/src/lib/libshell/common/include/
H A Ddefs.h86 int loopcnt; member in struct:sh_scoped
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c1619 shp->st.loopcnt++;
1704 shp->st.loopcnt--;
1747 shp->st.loopcnt++;
1784 shp->st.loopcnt--;
2581 shp->st.loopcnt = 0;
2711 int loopcnt = shp->st.loopcnt; local
2719 shp->st.loopcnt = 0;
2721 shp->st.loopcnt = loopcnt;
[all...]
H A Dmain.c474 shp->st.loopcnt = 0;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c3804 int loopcnt; local
3894 loopcnt = 100; /* 100 times @ 100 usec - total delay 10 msec */
3897 if (--loopcnt == 0)
3900 if (loopcnt == 0)
4834 int status, i, j, loopcnt; local
4952 loopcnt = 100; /* 100 times @ 100 usec - total delay 10 msec */
4955 if (--loopcnt == 0)
4958 if (loopcnt == 0) {
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c5417 uint32_t loopcnt; /* Limit loop to 2^32 */ local
5464 for (loopcnt = 0; loopcnt < UINT32_MAX; loopcnt++) {
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_common.c688 int loopcnt = 0; local
717 (loopcnt++ < ds_retries)) {
730 loopcnt = 0;
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c1067 int loopcnt = 0; local
1075 if (++loopcnt > 3) {

Completed in 144 milliseconds