Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3.c54 int loopcnt; in pass3a() local
92 for (loopcnt = 0; ; loopcnt++) { in pass3a()
104 loopcnt > numdirs) in pass3a()
161 if (loopcnt <= countdirs) { in pass3a()
267 for (loopcnt = 0; loopcnt < 2; loopcnt++) { in pass3a()
268 if (loopcnt == 0) in pass3a()
/titanic_50/usr/src/cmd/sh/
H A Dbltin.c110 if (loopcnt) in builtin()
115 if (breakcnt > loopcnt) in builtin()
116 breakcnt = loopcnt; in builtin()
123 if (loopcnt) in builtin()
128 if (breakcnt > loopcnt) in builtin()
129 breakcnt = loopcnt; in builtin()
H A Dxec.c111 if (funcnt != 0 || loopcnt != 0)
423 loopcnt++;
434 loopcnt--;
445 loopcnt++;
457 loopcnt--;
H A Ddefs.c91 int loopcnt; variable
H A Ddefs.h411 extern int loopcnt;
H A Dmain.c369 loopcnt = peekc = peekn = 0; in exfile()
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dcflow.c107 if(shp->st.loopcnt) in b_break()
110 if(shp->st.breakcnt > shp->st.loopcnt) in b_break()
111 shp->st.breakcnt = shp->st.loopcnt; in b_break()
/titanic_50/usr/src/cmd/sendmail/src/
H A Ddomain.c810 int loopcnt; local
837 loopcnt = 0;
1066 if (loopcnt++ > MAXCNAMEDEPTH)
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dxec.c1619 shp->st.loopcnt++; in sh_exec()
1704 shp->st.loopcnt--; in sh_exec()
1747 shp->st.loopcnt++; in sh_exec()
1784 shp->st.loopcnt--; in sh_exec()
2581 shp->st.loopcnt = 0; in sh_funscope()
2711 int loopcnt = shp->st.loopcnt; in sh_funct() local
2719 shp->st.loopcnt = 0; in sh_funct()
2721 shp->st.loopcnt = loopcnt; in sh_funct()
H A Dmain.c474 shp->st.loopcnt = 0; in exfile()
/titanic_50/usr/src/lib/libshell/common/include/
H A Ddefs.h86 int loopcnt; member
/titanic_50/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()
/titanic_50/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()
/titanic_50/usr/src/uts/common/io/
H A Dtl.c5366 uint32_t loopcnt; /* Limit loop to 2^32 */ in tl_get_any_addr() local
5413 for (loopcnt = 0; loopcnt < UINT32_MAX; loopcnt++) { in tl_get_any_addr()
/titanic_50/usr/src/uts/common/vm/
H A Dvm_page.c1067 int loopcnt = 0; in page_exists_physcontig() local
1075 if (++loopcnt > 3) { in page_exists_physcontig()