| /dragonfly/contrib/binutils-2.34/libiberty/ |
| HD | regex.c | 810 int mcnt, mcnt2; in PREFIX() local 837 mcnt = *p++; in PREFIX() 838 printf ("/exactn/%d", mcnt); in PREFIX() 844 while (--mcnt); in PREFIX() 849 mcnt = *p++; in PREFIX() 850 printf ("/exactn_bin/%d", mcnt); in PREFIX() 855 while (--mcnt); in PREFIX() 860 mcnt = *p++; in PREFIX() 861 printf ("/start_memory/%d/%ld", mcnt, (long int) *p++); in PREFIX() 865 mcnt = *p++; in PREFIX() [all …]
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | regex.c | 810 int mcnt, mcnt2; in PREFIX() local 837 mcnt = *p++; in PREFIX() 838 printf ("/exactn/%d", mcnt); in PREFIX() 844 while (--mcnt); in PREFIX() 849 mcnt = *p++; in PREFIX() 850 printf ("/exactn_bin/%d", mcnt); in PREFIX() 855 while (--mcnt); in PREFIX() 860 mcnt = *p++; in PREFIX() 861 printf ("/start_memory/%d/%ld", mcnt, (long int) *p++); in PREFIX() 865 mcnt = *p++; in PREFIX() [all …]
|
| /dragonfly/contrib/gdb-7/libiberty/ |
| HD | regex.c | 811 int mcnt, mcnt2; in PREFIX() local 838 mcnt = *p++; in PREFIX() 839 printf ("/exactn/%d", mcnt); in PREFIX() 845 while (--mcnt); in PREFIX() 850 mcnt = *p++; in PREFIX() 851 printf ("/exactn_bin/%d", mcnt); in PREFIX() 856 while (--mcnt); in PREFIX() 861 mcnt = *p++; in PREFIX() 862 printf ("/start_memory/%d/%ld", mcnt, (long int) *p++); in PREFIX() 866 mcnt = *p++; in PREFIX() [all …]
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | regex.c | 811 int mcnt, mcnt2; in PREFIX() local 838 mcnt = *p++; in PREFIX() 839 printf ("/exactn/%d", mcnt); in PREFIX() 845 while (--mcnt); in PREFIX() 850 mcnt = *p++; in PREFIX() 851 printf ("/exactn_bin/%d", mcnt); in PREFIX() 856 while (--mcnt); in PREFIX() 861 mcnt = *p++; in PREFIX() 862 printf ("/start_memory/%d/%ld", mcnt, (long int) *p++); in PREFIX() 866 mcnt = *p++; in PREFIX() [all …]
|
| /dragonfly/contrib/gcc-4.7/libiberty/ |
| HD | regex.c | 811 int mcnt, mcnt2; in PREFIX() local 838 mcnt = *p++; in PREFIX() 839 printf ("/exactn/%d", mcnt); in PREFIX() 845 while (--mcnt); in PREFIX() 850 mcnt = *p++; in PREFIX() 851 printf ("/exactn_bin/%d", mcnt); in PREFIX() 856 while (--mcnt); in PREFIX() 861 mcnt = *p++; in PREFIX() 862 printf ("/start_memory/%d/%ld", mcnt, (long int) *p++); in PREFIX() 866 mcnt = *p++; in PREFIX() [all …]
|
| /dragonfly/lib/libc/rpc/ |
| HD | auth_none.c | 69 u_int mcnt; member 88 if (!ap->mcnt) { in authnone_create() 96 ap->mcnt = XDR_GETPOS(xdrs); in authnone_create() 118 ap->marshalled_client, ap->mcnt); in authnone_marshal()
|
| HD | clnt_raw.c | 70 u_int mcnt; member 117 clp->mcnt = XDR_GETPOS(xdrs); in clnt_raw_create() 162 if ((! XDR_PUTBYTES(xdrs, clp->u.mashl_callmsg, clp->mcnt)) || in clnt_raw_call()
|
| /dragonfly/sys/dev/sound/pcm/ |
| HD | feeder_mixer.c | 286 uint32_t cnt, mcnt, rcnt, sz; in feed_mixer_feed() local 311 mcnt = 0; in feed_mixer_feed() 362 mcnt = count - rcnt; in feed_mixer_feed() 367 if (mcnt != 0) { in feed_mixer_feed() 370 f->desc->out), mcnt); in feed_mixer_feed() 371 mcnt = 0; in feed_mixer_feed()
|
| /dragonfly/sys/dev/netif/em/ |
| HD | if_em.c | 2135 int mcnt = 0; in em_disable_promisc() local 2141 mcnt = MAX_NUM_MULTICAST_ADDRESSES; in em_disable_promisc() 2148 if (mcnt == MAX_NUM_MULTICAST_ADDRESSES) in em_disable_promisc() 2150 mcnt++; in em_disable_promisc() 2154 if (mcnt < MAX_NUM_MULTICAST_ADDRESSES) in em_disable_promisc() 2167 int mcnt = 0; in em_set_multi() local 2186 if (mcnt == MAX_NUM_MULTICAST_ADDRESSES) in em_set_multi() 2190 &mta[mcnt * ETHER_ADDR_LEN], ETHER_ADDR_LEN); in em_set_multi() 2191 mcnt++; in em_set_multi() 2194 if (mcnt >= MAX_NUM_MULTICAST_ADDRESSES) { in em_set_multi() [all …]
|
| /dragonfly/sys/dev/netif/emx/ |
| HD | if_emx.c | 1847 int mcnt = 0; in emx_disable_promisc() local 1853 mcnt = EMX_MCAST_ADDR_MAX; in emx_disable_promisc() 1860 if (mcnt == EMX_MCAST_ADDR_MAX) in emx_disable_promisc() 1862 mcnt++; in emx_disable_promisc() 1866 if (mcnt < EMX_MCAST_ADDR_MAX) in emx_disable_promisc() 1879 int mcnt = 0; in emx_set_multi() local 1888 if (mcnt == EMX_MCAST_ADDR_MAX) in emx_set_multi() 1892 &mta[mcnt * ETHER_ADDR_LEN], ETHER_ADDR_LEN); in emx_set_multi() 1893 mcnt++; in emx_set_multi() 1896 if (mcnt >= EMX_MCAST_ADDR_MAX) { in emx_set_multi() [all …]
|
| /dragonfly/sys/dev/virtual/virtio/net/ |
| HD | if_vtnet.c | 2528 int ucnt, mcnt, promisc, allmulti, error; in vtnet_rx_filter_mac() local 2533 mcnt = 0; in vtnet_rx_filter_mac() 2578 else if (mcnt == VTNET_MAX_MAC_ENTRIES) { in vtnet_rx_filter_mac() 2584 &filter->vmf_multicast.macs[mcnt], ETHER_ADDR_LEN); in vtnet_rx_filter_mac() 2585 mcnt++; in vtnet_rx_filter_mac() 2595 filter->vmf_multicast.nentries = mcnt; in vtnet_rx_filter_mac()
|
| /dragonfly/sys/dev/netif/ix/ |
| HD | if_ix.c | 1578 int mcnt = 0; in ix_set_promisc() local 1583 mcnt = IX_MAX_MCASTADDR; in ix_set_promisc() 1590 if (mcnt == IX_MAX_MCASTADDR) in ix_set_promisc() 1592 mcnt++; in ix_set_promisc() 1595 if (mcnt < IX_MAX_MCASTADDR) in ix_set_promisc() 1616 int mcnt = 0; in ix_set_multi() local 1624 if (mcnt == IX_MAX_MCASTADDR) in ix_set_multi() 1627 mta[mcnt].addr, IXGBE_ETH_LENGTH_OF_ADDRESS); in ix_set_multi() 1628 mcnt++; in ix_set_multi() 1635 } else if (mcnt >= IX_MAX_MCASTADDR || (ifp->if_flags & IFF_ALLMULTI)) { in ix_set_multi() [all …]
|
| /dragonfly/sys/dev/netif/xl/ |
| HD | if_xl.c | 726 int mcnt = 0; in xl_setmulti() local 740 mcnt++; in xl_setmulti() 742 if (mcnt) in xl_setmulti() 762 int mcnt = 0; in xl_setmulti_hash() local 802 mcnt++; in xl_setmulti_hash() 805 if (mcnt) in xl_setmulti_hash()
|
| /dragonfly/sys/dev/netif/igb/ |
| HD | if_igb.c | 1249 int mcnt = 0; in igb_disable_promisc() local 1258 mcnt = MAX_NUM_MULTICAST_ADDRESSES; in igb_disable_promisc() 1264 if (mcnt == MAX_NUM_MULTICAST_ADDRESSES) in igb_disable_promisc() 1266 mcnt++; in igb_disable_promisc() 1270 if (mcnt < MAX_NUM_MULTICAST_ADDRESSES) in igb_disable_promisc() 1282 int mcnt = 0; in igb_set_multi() local 1291 if (mcnt == MAX_NUM_MULTICAST_ADDRESSES) in igb_set_multi() 1295 &mta[mcnt * ETH_ADDR_LEN], ETH_ADDR_LEN); in igb_set_multi() 1296 mcnt++; in igb_set_multi() 1299 if (mcnt >= MAX_NUM_MULTICAST_ADDRESSES) { in igb_set_multi() [all …]
|
| /dragonfly/sys/dev/netif/wb/ |
| HD | if_wb.c | 533 int h = 0, mcnt = 0; in wb_setmulti() local 562 mcnt++; in wb_setmulti() 565 if (mcnt) in wb_setmulti()
|
| /dragonfly/sys/dev/netif/vr/ |
| HD | if_vr.c | 523 int mcnt = 0; in vr_setmulti() local 556 mcnt++; in vr_setmulti() 559 if (mcnt) in vr_setmulti()
|
| /dragonfly/sys/dev/netif/rl/ |
| HD | if_rl.c | 647 int mcnt = 0; in rl_setmulti() local 676 mcnt++; in rl_setmulti() 679 if (mcnt) in rl_setmulti()
|
| /dragonfly/sys/dev/netif/my/ |
| HD | if_my.c | 332 int mcnt = 0; in my_setmulti() local 357 mcnt++; in my_setmulti() 360 if (mcnt) in my_setmulti()
|
| /dragonfly/sys/dev/netif/txp/ |
| HD | if_txp.c | 1698 int mcnt = 0; in txp_set_filter() local 1706 mcnt++; in txp_set_filter() 1713 if (mcnt > 0) { in txp_set_filter()
|
| /dragonfly/sys/dev/netif/re/ |
| HD | re.c | 8787 int mcnt = 0; in re_setmulti() local 8826 mcnt++; in re_setmulti() 8834 if (mcnt) { in re_setmulti()
|