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

/freebsd-13-stable/lib/libc/net/
H A Dgetifaddrs.c83 int dcnt = 0; local
148 dcnt += if_data->ifi_datalen;
150 dcnt += SA_RLEN((struct sockaddr *)(void*)dl) +
168 dcnt += if_data->ifi_datalen + ALIGNBYTES;
191 dcnt += alen;
193 dcnt += len;
200 if (icnt + dcnt + ncnt == 1) {
205 data = malloc(sizeof(struct ifaddrs) * icnt + dcnt + ncnt);
213 names = data + dcnt;
H A Dgetifmaddrs.c57 int dcnt = 0; local
110 dcnt += len;
117 data = malloc(sizeof(struct ifmaddrs) * icnt + dcnt);
/freebsd-13-stable/sys/arm/allwinner/
H A Daw_cir.c152 int dcnt; /* Packet Count */ member in struct:aw_ir_softc
174 sc->dcnt = 0;
181 if (sc->dcnt < AW_IR_RAW_BUF_SIZE)
182 sc->buf[sc->dcnt++] = data;
192 return (sc->dcnt >= AW_IR_RAW_BUF_SIZE);
211 device_printf(sc->dev, "sc->dcnt = %d\n", sc->dcnt);
219 for (i = 0; i < sc->dcnt; i++) {
239 for (; i < sc->dcnt; i++) {
259 for (; i < sc->dcnt;
325 int i, dcnt; local
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-smb.c92 const u_char *param, const u_char *data, int pcnt, int dcnt)
102 if (dcnt) {
104 smb_print_data(ndo, data, dcnt);
110 const u_char *param, const u_char *data, int pcnt, int dcnt)
135 smb_fdata(ndo, data, fmt, data + dcnt, unicodestr);
137 if (dcnt) {
139 smb_print_data(ndo, data, dcnt);
180 int pcnt, dcnt; local
187 dcnt = EXTRACT_LE_16BITS(w + 11 * 2);
199 dcnt
91 trans2_findfirst(netdissect_options *ndo, const u_char *param, const u_char *data, int pcnt, int dcnt) argument
109 trans2_qfsinfo(netdissect_options *ndo, const u_char *param, const u_char *data, int pcnt, int dcnt) argument
[all...]
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sli-defs.h1738 uint64_t dcnt : 2; /**< DMA Count Interrupts */ member in struct:cvmx_sli_int_enb_ciu::cvmx_sli_int_enb_ciu_s
1813 uint64_t dcnt : 2;
1851 uint64_t dcnt : 2; /**< DMA Count Interrupts */ member in struct:cvmx_sli_int_enb_ciu::cvmx_sli_int_enb_ciu_cn61xx
1926 uint64_t dcnt : 2;
1962 uint64_t dcnt : 2; /**< DMA Count Interrupts */ member in struct:cvmx_sli_int_enb_ciu::cvmx_sli_int_enb_ciu_cn63xx
2019 uint64_t dcnt : 2;
2057 uint64_t dcnt : 2; /**< DMA Count Interrupts */ member in struct:cvmx_sli_int_enb_ciu::cvmx_sli_int_enb_ciu_cn68xx
2114 uint64_t dcnt : 2;
2170 uint64_t dcnt : 2; /**< DMA Count Interrupts */ member in struct:cvmx_sli_int_enb_portx::cvmx_sli_int_enb_portx_s
2253 uint64_t dcnt
2291 uint64_t dcnt : 2; /**< DMA Count Interrupts */ member in struct:cvmx_sli_int_enb_portx::cvmx_sli_int_enb_portx_cn61xx
2410 uint64_t dcnt : 2; /**< DMA Count Interrupts */ member in struct:cvmx_sli_int_enb_portx::cvmx_sli_int_enb_portx_cn63xx
2515 uint64_t dcnt : 2; /**< DMA Count Interrupts */ member in struct:cvmx_sli_int_enb_portx::cvmx_sli_int_enb_portx_cn68xx
2653 uint64_t dcnt : 2; /**< DCNT[x] is set whenever SLI_DMAx_CNT[CNT] > member in struct:cvmx_sli_int_sum::cvmx_sli_int_sum_s
2799 uint64_t dcnt : 2; /**< DCNT[x] is set whenever SLI_DMAx_CNT[CNT] > member in struct:cvmx_sli_int_sum::cvmx_sli_int_sum_cn61xx
2943 uint64_t dcnt : 2; /**< DCNT[x] is set whenever SLI_DMAx_CNT[CNT] > member in struct:cvmx_sli_int_sum::cvmx_sli_int_sum_cn63xx
3072 uint64_t dcnt : 2; /**< DCNT[x] is set whenever SLI_DMAx_CNT[CNT] > member in struct:cvmx_sli_int_sum::cvmx_sli_int_sum_cn68xx
[all...]
/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_ndis.c3061 int resid, copied, len, scnt, dcnt; local
3071 dcnt = MmGetMdlByteCount(dst);
3089 dcnt = MmGetMdlByteCount(dst) - doff;
3107 if (dcnt < len)
3108 len = dcnt;
3117 dcnt -= len;
3118 if (dcnt == 0) {
3123 dcnt = MmGetMdlByteCount(dst);
/freebsd-13-stable/sbin/ipfw/
H A Dipfw2.c71 uint32_t dcnt; /* number of dynamic states */ member in struct:format_opts
2538 fo->dcnt++;
2635 fo->dcnt = 0;
2840 printf("## Dynamic rules (%d %zu):\n", fo->dcnt,

Completed in 100 milliseconds