Searched refs:tally (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_elect.c448 * did not tally our vote. The only non-election error is
753 * time to tally all the vote1's, but others have and
835 * mutex held. This function will return 0 if we successfully tally
849 REP_VTALLY *tally, *vtp; local
852 tally = R_ADDR(env->reginfo, vtoff);
853 vtp = &tally[0];
878 vtp = &tally[i];
H A Drep_util.c1044 * Called to allocate more space in the election tally information.
1059 int ret, *tally;
1077 * We allocate 2 tally regions, one for tallying VOTE1's and
1082 (size_t)nalloc * sizeof(REP_VTALLY), &tally)) == 0) {
1086 rep->tally_off = R_OFFSET(infop, tally);
1088 (size_t)nalloc * sizeof(REP_VTALLY), &tally)) == 0) {
1093 rep->v2tally_off = R_OFFSET(infop, tally);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dccmd.c1543 void zfiWlanQueryTally(zdev_t *dev, struct zsCommTally *tally) argument
1550 zfMemoryCopy((u8_t *)tally, (u8_t *)&wd->commTally,
1555 void zfiWlanQueryTrafTally(zdev_t *dev, struct zsTrafTally *tally) argument
1562 zfMemoryCopy((u8_t *)tally, (u8_t *)&wd->trafTally,
H A Dpub_zfi.h667 extern void zfiWlanQueryTally(zdev_t* dev, struct zsCommTally *tally);
668 extern void zfiWlanQueryTrafTally(zdev_t* dev, struct zsTrafTally *tally);

Completed in 52 milliseconds