Searched refs:elist (Results 1 - 8 of 8) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Deng_cnf.c201 STACK_OF(CONF_VALUE) *elist;
209 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md));
211 if (!elist)
217 for (i = 0; i < sk_CONF_VALUE_num(elist); i++)
219 cval = sk_CONF_VALUE_value(elist, i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dgen_estimator.c100 static struct gen_estimator_head elist[EST_MAX_INTERVAL+1]; variable in typeref:struct:gen_estimator_head
111 for (e = elist[idx].list; e; e = e->next) {
131 mod_timer(&elist[idx].timer, jiffies + ((HZ<<idx)/4));
176 est->next = elist[est->interval].list;
178 init_timer(&elist[est->interval].timer);
179 elist[est->interval].timer.data = est->interval;
180 elist[est->interval].timer.expires = jiffies + ((HZ<<est->interval)/4);
181 elist[est->interval].timer.function = est_timer;
182 add_timer(&elist[est->interval].timer);
185 elist[es
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cnf.c198 STACK_OF(CONF_VALUE) *elist;
206 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md));
208 if (!elist)
214 for (i = 0; i < sk_CONF_VALUE_num(elist); i++)
216 cval = sk_CONF_VALUE_value(elist, i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Denv007.tcl643 set elist {
648 lappend elist \
654 foreach item $elist {
H A Drep005.tcl148 set elist [list $c0 $c1 $c2]
150 $m $count win last_win $elist $logset
168 winner lsn_lose elist logset} {
183 set nclients [llength $elist]
191 set err_cmd($i) [lindex $elist $i]
231 puts "\t$msg.b.$count: Start election (win=client$win) $elist"
H A Drep063.tcl329 upvar $envlist elist
333 foreach e $elist {
361 set elist [lreplace $elist $eindex $eindex $newenv]
362 process_msgs $elist
H A Drep067.tcl155 set elist [list $c0 $c1 $c2]
157 $m $count win last_win $elist \
177 winner lsn_lose elist quorum logset} {
192 set nclients [llength $elist]
207 set to [lindex $elist $i]
255 puts "\t$msg.b.$count: Start election (win=client$win) $elist"
H A Dreputils.tcl1812 proc process_msgs { elist {perm_response 0} {dupp NONE} {errp NONE} \
1838 incr nproced [proc_msgs_once $elist dupmaster $var_name]
1858 proc proc_msgs_once { elist {dupp NONE} {errp NONE} } {
1878 foreach pair $elist {

Completed in 65 milliseconds