Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3.c52 int loopcnt; in pass3a() local
90 for (loopcnt = 0; ; loopcnt++) { in pass3a()
102 loopcnt > numdirs) in pass3a()
159 if (loopcnt <= countdirs) { in pass3a()
265 for (loopcnt = 0; loopcnt < 2; loopcnt++) { in pass3a()
266 if (loopcnt == 0) in pass3a()
/illumos-gate/usr/src/cmd/sh/
H A Dbltin.c109 if (loopcnt) in builtin()
114 if (breakcnt > loopcnt) in builtin()
115 breakcnt = loopcnt; in builtin()
122 if (loopcnt) in builtin()
127 if (breakcnt > loopcnt) in builtin()
128 breakcnt = loopcnt; in builtin()
H A Dxec.c112 if (funcnt != 0 || loopcnt != 0)
423 loopcnt++;
434 loopcnt--;
445 loopcnt++;
457 loopcnt--;
H A Ddefs.c90 int loopcnt; variable
H A Ddefs.h411 extern int loopcnt;
H A Dmain.c369 loopcnt = peekc = peekn = 0; in exfile()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcflow.c109 if(shp->st.loopcnt) in b_break()
112 if(shp->st.breakcnt > shp->st.loopcnt) in b_break()
113 shp->st.breakcnt = shp->st.loopcnt; in b_break()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c808 int loopcnt; local
835 loopcnt = 0;
1064 if (loopcnt++ > MAXCNAMEDEPTH)
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c3804 int loopcnt; in hermon_sw_reset() local
3894 loopcnt = 100; /* 100 times @ 100 usec - total delay 10 msec */ in hermon_sw_reset()
3897 if (--loopcnt == 0) in hermon_sw_reset()
3900 if (loopcnt == 0) in hermon_sw_reset()
4834 int status, i, j, loopcnt; in hermon_quiesce() local
4952 loopcnt = 100; /* 100 times @ 100 usec - total delay 10 msec */ in hermon_quiesce()
4955 if (--loopcnt == 0) in hermon_quiesce()
4958 if (loopcnt == 0) { in hermon_quiesce()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h83 int loopcnt; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c2283 shp->st.loopcnt++; in sh_exec()
2377 shp->st.loopcnt--; in sh_exec()
2439 shp->st.loopcnt++; in sh_exec()
2476 shp->st.loopcnt--; in sh_exec()
3368 shp->st.loopcnt = 0; in sh_funscope()
3511 int loopcnt = shp->st.loopcnt; in sh_funct() local
3520 shp->st.loopcnt = 0; in sh_funct()
3522 shp->st.loopcnt = loopcnt; in sh_funct()
H A Dmain.c463 shp->st.loopcnt = 0; in exfile()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_common.c688 int loopcnt = 0; in ds_send_msg() local
717 (loopcnt++ < ds_retries)) { in ds_send_msg()
730 loopcnt = 0; in ds_send_msg()
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c5511 uint32_t loopcnt; /* Limit loop to 2^32 */ in tl_get_any_addr() local
5558 for (loopcnt = 0; loopcnt < UINT32_MAX; loopcnt++) { in tl_get_any_addr()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c1085 int loopcnt = 0; in page_exists_physcontig() local
1093 if (++loopcnt > 3) { in page_exists_physcontig()