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

/freebsd-10.0-release/sys/arm/at91/
H A Dat91_pit.c182 uint32_t icnt; local
185 icnt = RD4(sc, PIT_PIVR) >> 20;
188 timecount += PIT_PIV(RD4(sc, PIT_MR)) * icnt;
199 uint32_t piir, icnt; local
202 icnt = piir >> 20; /* Overflows */
203 return (timecount + PIT_PIV(piir) + PIT_PIV(RD4(sc, PIT_MR)) * icnt);
/freebsd-10.0-release/lib/libc/net/
H A Dgetifmaddrs.c54 int icnt = 1; local
100 icnt++;
115 data = malloc(sizeof(struct ifmaddrs) * icnt + dcnt);
122 data += sizeof(struct ifmaddrs) * icnt;
124 memset(ifa, 0, sizeof(struct ifmaddrs) * icnt);
H A Dgetifaddrs.c80 int icnt = 1; local
144 ++icnt;
164 ++icnt;
198 if (icnt + dcnt + ncnt == 1) {
203 data = malloc(sizeof(struct ifaddrs) * icnt + dcnt + ncnt);
210 data += sizeof(struct ifaddrs) * icnt;
213 memset(ifa, 0, sizeof(struct ifaddrs) * icnt);
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.glob.c696 ssize_t icnt; local
705 icnt = 0;
816 while (icnt == 0) {
820 icnt = xread(pvec[0], tmp, tibuf + BUFSIZE - tmp);
822 if (icnt <= 0) {
825 icnt = 0;
828 icnt += tmp - tibuf;
831 while (tmp < tibuf + icnt) {
834 len = normal_mbtowc(&ip[i], tmp, tibuf + icnt - tmp);
837 if (!eof && (size_t)(tibuf + icnt
[all...]
/freebsd-10.0-release/sys/dev/rc/
H A Drc.c659 int chan, icnt; local
705 icnt = eptr - tptr;
706 if (icnt > 0) {
726 sc->sc_scheduled_event -= icnt;
730 if (icnt <= 0 || !(tp->t_state & TS_ISOPEN))
735 if ((tp->t_rawq.c_cc + icnt) >= RB_I_HIGH_WATER
739 tk_nin += icnt;
740 tk_rawcc += icnt;
741 tp->t_rawcc += icnt;
742 if (b_to_q(tptr, icnt,
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c507 int icnt; local
518 icnt = dlen = xlen = nlen = 0;
558 NLMSG_ALIGN(sizeof(struct ifaddrs[icnt]))
577 data += NLMSG_ALIGN(sizeof(struct ifaddrs)) * icnt;
821 icnt++;
839 if (icnt == 0 && (dlen + nlen + xlen == 0)){
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-pci-defs.h2784 uint32_t icnt : 32; /**< Number of Instructions to be fetched by the member in struct:cvmx_pci_instr_countx::cvmx_pci_instr_countx_s
2789 uint32_t icnt : 32;

Completed in 215 milliseconds