| /freebsd-9-stable/contrib/cvs/lib/ |
| D | regex.c | 739 int mcnt, mcnt2; local 761 mcnt = *p++; 762 printf ("/exactn/%d", mcnt); 768 while (--mcnt); 772 mcnt = *p++; 773 printf ("/start_memory/%d/%d", mcnt, *p++); 777 mcnt = *p++; 778 printf ("/stop_memory/%d/%d", mcnt, *p++); 841 extract_number_and_incr (&mcnt, &p); 842 printf ("/on_failure_jump to %d", p + mcnt - start); [all …]
|
| /freebsd-9-stable/contrib/gcclibs/libiberty/ |
| D | regex.c | 809 int mcnt, mcnt2; in PREFIX() local 836 mcnt = *p++; in PREFIX() 837 printf ("/exactn/%d", mcnt); in PREFIX() 843 while (--mcnt); in PREFIX() 848 mcnt = *p++; in PREFIX() 849 printf ("/exactn_bin/%d", mcnt); in PREFIX() 854 while (--mcnt); in PREFIX() 859 mcnt = *p++; in PREFIX() 860 printf ("/start_memory/%d/%ld", mcnt, (long int) *p++); in PREFIX() 864 mcnt = *p++; in PREFIX() [all …]
|
| /freebsd-9-stable/contrib/binutils/libiberty/ |
| D | regex.c | 809 int mcnt, mcnt2; in PREFIX() local 836 mcnt = *p++; in PREFIX() 837 printf ("/exactn/%d", mcnt); in PREFIX() 843 while (--mcnt); in PREFIX() 848 mcnt = *p++; in PREFIX() 849 printf ("/exactn_bin/%d", mcnt); in PREFIX() 854 while (--mcnt); in PREFIX() 859 mcnt = *p++; in PREFIX() 860 printf ("/start_memory/%d/%ld", mcnt, (long int) *p++); in PREFIX() 864 mcnt = *p++; in PREFIX() [all …]
|
| /freebsd-9-stable/sys/contrib/ngatm/netnatm/msg/ |
| D | parsemsg.awk | 49 mcnt=0 61 messages[mcnt] = msg 62 msgcond[mcnt] = $4 66 if(mcnt == 0) first_entry() 73 mcnt++
|
| D | genmsgh.awk | 49 for(i = 0; i < mcnt; i++) {
|
| /freebsd-9-stable/lib/libc/rpc/ |
| D | auth_none.c | 75 u_int mcnt; member 94 if (!ap->mcnt) { in authnone_create() 102 ap->mcnt = XDR_GETPOS(xdrs); in authnone_create() 124 ap->marshalled_client, ap->mcnt); in authnone_marshal()
|
| D | clnt_raw.c | 74 u_int mcnt; member 126 clp->mcnt = XDR_GETPOS(xdrs); 176 if ((! XDR_PUTBYTES(xdrs, clp->u.mashl_callmsg, clp->mcnt)) ||
|
| /freebsd-9-stable/sys/rpc/ |
| D | auth_none.c | 82 u_int mcnt; member 98 ap->mcnt = XDR_GETPOS(&xdrs); in authnone_init() 119 if (!XDR_PUTBYTES(xdrs, ap->mclient, ap->mcnt)) in authnone_marshal()
|
| /freebsd-9-stable/sys/dev/sound/pcm/ |
| D | 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()
|
| /freebsd-9-stable/contrib/sendmail/libmilter/ |
| D | listener.c | 726 int mcnt = 0; /* error count for malloc() failures */ local 914 mcnt++; 917 mcnt >= MAX_FAILS_M ? "abort" : "try again"); 918 MI_SLEEP(mcnt); 919 if (mcnt >= MAX_FAILS_M) 926 mcnt = 0; /* reset error counter for malloc() */
|
| /freebsd-9-stable/sys/dev/qlxge/ |
| D | qls_glbl.h | 76 extern void qls_hw_set_multi(qla_host_t *ha, uint8_t *mta, uint32_t mcnt,
|
| D | qls_os.c | 846 int mcnt = 0; in qls_set_multi() local 856 if (mcnt == Q8_MAX_NUM_MULTICAST_ADDRS) in qls_set_multi() 860 &mta[mcnt * Q8_MAC_ADDR_LEN], Q8_MAC_ADDR_LEN); in qls_set_multi() 862 mcnt++; in qls_set_multi() 868 qls_hw_set_multi(ha, mta, mcnt, add_multi); in qls_set_multi()
|
| /freebsd-9-stable/sys/dev/qlxgb/ |
| D | qla_glbl.h | 78 extern void qla_hw_set_multi(qla_host_t *ha, uint8_t *mta, uint32_t mcnt,
|
| D | qla_os.c | 759 int mcnt = 0; in qla_set_multi() local 769 if (mcnt == Q8_MAX_NUM_MULTICAST_ADDRS) in qla_set_multi() 773 &mta[mcnt * Q8_MAC_ADDR_LEN], Q8_MAC_ADDR_LEN); in qla_set_multi() 775 mcnt++; in qla_set_multi() 780 qla_hw_set_multi(ha, mta, mcnt, add_multi); in qla_set_multi()
|
| /freebsd-9-stable/sys/dev/usb/net/ |
| D | if_rue.c | 475 int mcnt = 0; in rue_setmulti() local 506 mcnt++; in rue_setmulti() 510 if (mcnt) in rue_setmulti()
|
| /freebsd-9-stable/sys/dev/qlxgbe/ |
| D | ql_glbl.h | 63 extern int ql_hw_set_multi(qla_host_t *ha, uint8_t *mta, uint32_t mcnt,
|
| D | ql_os.c | 988 int mcnt = 0; in qla_set_multi() local 999 if (mcnt == Q8_MAX_NUM_MULTICAST_ADDRS) in qla_set_multi() 1003 &mta[mcnt * Q8_MAC_ADDR_LEN], Q8_MAC_ADDR_LEN); in qla_set_multi() 1005 mcnt++; in qla_set_multi() 1016 add_multi, (uint32_t)mcnt, 0); in qla_set_multi() 1030 ret = ql_hw_set_multi(ha, mta, mcnt, 1); in qla_set_multi()
|
| /freebsd-9-stable/sys/dev/vr/ |
| D | if_vr.c | 442 int error, mcnt; in vr_set_filter() local 465 mcnt = 0; in vr_set_filter() 476 error = vr_cam_data(sc, VR_MCAST_CAM, mcnt, in vr_set_filter() 482 cam_mask |= 1 << mcnt; in vr_set_filter() 483 mcnt++; in vr_set_filter() 494 mcnt = 0; in vr_set_filter() 504 mcnt++; in vr_set_filter() 509 if (mcnt > 0) in vr_set_filter()
|
| /freebsd-9-stable/sys/dev/e1000/ |
| D | if_lem.c | 1874 int mcnt = 0; in lem_disable_promisc() local 1879 mcnt = MAX_NUM_MULTICAST_ADDRESSES; in lem_disable_promisc() 1890 if (mcnt == MAX_NUM_MULTICAST_ADDRESSES) in lem_disable_promisc() 1892 mcnt++; in lem_disable_promisc() 1901 if (mcnt < MAX_NUM_MULTICAST_ADDRESSES) in lem_disable_promisc() 1922 int mcnt = 0; in lem_set_multi() local 1948 if (mcnt == MAX_NUM_MULTICAST_ADDRESSES) in lem_set_multi() 1952 &mta[mcnt * ETH_ADDR_LEN], ETH_ADDR_LEN); in lem_set_multi() 1953 mcnt++; in lem_set_multi() 1960 if (mcnt >= MAX_NUM_MULTICAST_ADDRESSES) { in lem_set_multi() [all …]
|
| D | if_em.c | 2154 int mcnt = 0; in em_disable_promisc() local 2159 mcnt = MAX_NUM_MULTICAST_ADDRESSES; in em_disable_promisc() 2170 if (mcnt == MAX_NUM_MULTICAST_ADDRESSES) in em_disable_promisc() 2172 mcnt++; in em_disable_promisc() 2181 if (mcnt < MAX_NUM_MULTICAST_ADDRESSES) in em_disable_promisc() 2202 int mcnt = 0; in em_set_multi() local 2228 if (mcnt == MAX_NUM_MULTICAST_ADDRESSES) in em_set_multi() 2232 &mta[mcnt * ETH_ADDR_LEN], ETH_ADDR_LEN); in em_set_multi() 2233 mcnt++; in em_set_multi() 2240 if (mcnt >= MAX_NUM_MULTICAST_ADDRESSES) { in em_set_multi() [all …]
|
| D | if_igb.c | 2004 int mcnt = 0; in igb_disable_promisc() local 2013 mcnt = MAX_NUM_MULTICAST_ADDRESSES; in igb_disable_promisc() 2024 if (mcnt == MAX_NUM_MULTICAST_ADDRESSES) in igb_disable_promisc() 2026 mcnt++; in igb_disable_promisc() 2035 if (mcnt < MAX_NUM_MULTICAST_ADDRESSES) in igb_disable_promisc() 2056 int mcnt = 0; in igb_set_multi() local 2073 if (mcnt == MAX_NUM_MULTICAST_ADDRESSES) in igb_set_multi() 2077 &mta[mcnt * ETH_ADDR_LEN], ETH_ADDR_LEN); in igb_set_multi() 2078 mcnt++; in igb_set_multi() 2086 if (mcnt >= MAX_NUM_MULTICAST_ADDRESSES) { in igb_set_multi() [all …]
|
| /freebsd-9-stable/sys/dev/ixgbe/ |
| D | ixgbe.c | 1906 int mcnt = 0; local 1911 mcnt = MAX_NUM_MULTICAST_ADDRESSES; 1922 if (mcnt == MAX_NUM_MULTICAST_ADDRESSES) 1924 mcnt++; 1932 if (mcnt < MAX_NUM_MULTICAST_ADDRESSES) 1963 int mcnt = 0; local 1980 if (mcnt == MAX_NUM_MULTICAST_ADDRESSES) 1983 &mta[mcnt * IXGBE_ETH_LENGTH_OF_ADDRESS], 1985 mcnt++; 1997 else if (mcnt >= MAX_NUM_MULTICAST_ADDRESSES || [all …]
|
| /freebsd-9-stable/sys/dev/ixgb/ |
| D | if_ixgb.c | 1085 int mcnt = 0; local 1104 &mta[mcnt * IXGB_ETH_LENGTH_OF_ADDRESS], IXGB_ETH_LENGTH_OF_ADDRESS); 1105 mcnt++; 1109 if (mcnt > MAX_NUM_MULTICAST_ADDRESSES) { 1114 ixgb_mc_addr_list_update(&adapter->hw, mta, mcnt, 0);
|
| /freebsd-9-stable/sys/dev/wb/ |
| D | if_wb.c | 420 int mcnt = 0; local 449 mcnt++; 453 if (mcnt)
|
| /freebsd-9-stable/sys/dev/my/ |
| D | if_my.c | 314 int mcnt = 0; in my_setmulti() local 345 mcnt++; in my_setmulti() 349 if (mcnt) in my_setmulti()
|