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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_pit.c177 uint32_t icnt; local
180 icnt = RD4(sc, PIT_PIVR) >> 20;
183 timecount += PIT_PIV(RD4(sc, PIT_MR)) * icnt;
194 uint32_t piir, icnt; local
197 icnt = piir >> 20; /* Overflows */
198 return (timecount + PIT_PIV(piir) + PIT_PIV(RD4(sc, PIT_MR)) * icnt);
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/tcsh/
H A Dsh.glob.c697 ssize_t icnt; local
705 icnt = 0;
822 if (icnt == 0) {
824 icnt = wide_read(pvec[0], ibuf, BUFSIZE, 0);
825 if (icnt <= 0)
830 --icnt;
/freebsd-11-stable/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-11-stable/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 216 milliseconds