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

/illumos-gate/usr/src/lib/libadm/common/
H A Dckdate.c167 int ichng, icnt; local
178 for (icnt = 0; icnt < 12; icnt++)
179 mnth[icnt] = amonth[icnt];
182 for (icnt = 0; icnt < 12; icnt++)
183 mnth[icnt]
[all...]
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioUnixfile.cc490 long icnt; // read size local
503 icnt = GetHeader().Time_to_Bytes(pos);
504 if (icnt == 0)
529 cnt = (icnt >= (long)bufl) ? bufl : (size_t)icnt;
533 icnt -= (long)cnt;
534 } while (icnt > 0);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c750 int icnt = 0, c; local
825 if (icnt == 0) {
827 icnt = read_(pvec[0], ip, BUFSIZ);
828 if (icnt <= 0) {
835 --icnt;
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c215 uint_t j, cnt, icnt = 0u, ocnt = 0u; local
222 icnt += 1;
229 *iconsoles = icnt;
848 uint_t i, icnt = 0, ocnt = 0; local
911 (void) usable_consoles(ms, &icnt, &ocnt);
922 if (icnt == 0 && (mode & FORINPUT))
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c1773 int icnt; local
1874 for (icnt = 0;
1875 icnt < sctps->sctps_g_ipifs[cnt].ipif_count;
1876 icnt++) {
1928 int icnt; local
1941 for (icnt = 0; icnt < naddr; icnt++) {
1960 &sctp->sctp_saddrs[icnt].sctp_ipif_list,
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c2238 pmcs_remove_ihandlers(pmcs_hw_t *pwp, int icnt) argument
2241 for (i = 0; i < icnt; i++) {
2255 pmcs_disable_intrs(pmcs_hw_t *pwp, int icnt) argument
2267 for (i = 0; i < icnt; i++) {
2280 pmcs_free_intrs(pmcs_hw_t *pwp, int icnt) argument
2283 for (i = 0; i < icnt; i++) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1827 print_idspec(char *prefix, char *idp, int icnt, int ecnt) argument
1833 for (i = 0; i < icnt; i++) {

Completed in 87 milliseconds