Searched refs:ovi (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_elect.c509 REP_OLD_VOTE_INFO *ovi; local
542 ovi = (REP_OLD_VOTE_INFO *)rec->data;
543 tmpvi.egen = ovi->egen;
544 tmpvi.nsites = (u_int32_t)ovi->nsites;
545 tmpvi.nvotes = (u_int32_t)ovi->nvotes;
546 tmpvi.priority = (u_int32_t)ovi->priority;
547 tmpvi.tiebreaker = ovi->tiebreaker;
720 REP_OLD_VOTE_INFO *ovi; local
764 ovi = (REP_OLD_VOTE_INFO *)rec->data;
765 tmpvi.egen = ovi
[all...]
H A Drep_util.c958 REP_OLD_VOTE_INFO ovi;
974 memset(&ovi, 0, sizeof(ovi));
975 ovi.egen = egen;
976 ovi.priority = (int) pri;
977 ovi.nsites = (int) nsites;
978 ovi.nvotes = (int) nvotes;
979 ovi.tiebreaker = tie;
980 vote_dbt.data = &ovi;
981 vote_dbt.size = sizeof(ovi);
[all...]

Completed in 104 milliseconds