Searched refs:tlist (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dcms-examples.pl149 my ( $file, $tlist ) = @$_;
151 if ( $tlist =~ /encode/ ) {
154 if ( $tlist =~ /certsout/ ) {
157 if ( $tlist =~ /dataout/ ) {
160 if ( $tlist =~ /verify/ ) {
161 run_verify_test( $exdir, $tlist, $file );
163 if ( $tlist =~ /digest/ ) {
164 run_digest_test( $exdir, $tlist, $file );
166 if ( $tlist =~ /encrypted/ ) {
167 run_encrypted_test( $exdir, $tlist,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dcms-examples.pl149 my ( $file, $tlist ) = @$_;
151 if ( $tlist =~ /encode/ ) {
154 if ( $tlist =~ /certsout/ ) {
157 if ( $tlist =~ /dataout/ ) {
160 if ( $tlist =~ /verify/ ) {
161 run_verify_test( $exdir, $tlist, $file );
163 if ( $tlist =~ /digest/ ) {
164 run_digest_test( $exdir, $tlist, $file );
166 if ( $tlist =~ /encrypted/ ) {
167 run_encrypted_test( $exdir, $tlist,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb012.tcl56 # First test locking w/o txns. If any in tlist are 'none',
74 set tlist [list $t1 $t2 $r1 $r2]
76 [lsearch -all $tlist none]]
81 $encargs $sdb$tlet $tlist
102 set tlist $args
103 error_check_good tlist [llength $tlist] 4
104 sdb012_body $testdir $omethod $largs $encargs $sdb$tlet $tlist
108 # This proc checks the tlist values and returns the flags
112 proc sdb012_subsys { tlist } {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/t/
H A DMakefile.t7 default: ihash thash tlist tmem tnotify turand
12 rm -f tlist tlist.o
29 tlist: tlist.o ../lib/libcsc.a
30 gcc -g -o tlist tlist.o -L../lib -lcsc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dcatas.c91 LIST_HEAD(tlist);
95 list_splice_init(&catas_list, &tlist);
98 list_for_each_entry_safe(priv, tmppriv, &tlist, catas_err.list) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux.c55 init_timer(&emu->tlist);
56 emu->tlist.function = snd_emux_timer_callback;
57 emu->tlist.data = (unsigned long)emu;
151 del_timer(&emu->tlist);
H A Demux_synth.c184 emu->tlist.expires = jiffies + 1;
185 add_timer(&emu->tlist);
221 emu->tlist.expires = jiffies + 1;
222 add_timer(&emu->tlist);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c61 LIST_HEAD(tlist);
67 list_splice_init(&catas_list, &tlist);
70 list_for_each_entry_safe(dev, tmpdev, &tlist, catas_err.list) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_seq.c90 del_timer(&opl3->tlist);
249 init_timer(&opl3->tlist);
250 opl3->tlist.function = snd_opl3_timer_func;
251 opl3->tlist.data = (unsigned long) opl3;
H A Dopl3_midi.c262 opl3->tlist.expires = jiffies + 1; /* invoke again */
263 add_timer(&opl3->tlist);
278 opl3->tlist.expires = jiffies + 1;
279 add_timer(&opl3->tlist);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Demux_synth.h123 struct timer_list tlist; /* for pending note-offs */ member in struct:snd_emux
H A Dopl3.h349 struct timer_list tlist; /* timer for note-offs and effects */ member in struct:snd_opl3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Doutqueue.c1307 struct list_head tlist; local
1332 INIT_LIST_HEAD(&tlist);
1449 list_add_tail(lchunk, &tlist);
1519 list_add_tail(lchunk, &tlist);
1624 !list_empty(&tlist) &&
1652 list_splice(&tlist, transmitted_queue);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_str.c1920 char **tlist; local
1924 tlist = *list;
1925 for(; *tlist; tlist++) {
1927 TALLOC_FREE(*tlist);
1929 SAFE_FREE(*tlist);
1933 TALLOC_FREE(*tlist);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dtimer.c943 struct timer_list tlist; member in struct:snd_timer_system_private
973 priv->last_expires = priv->tlist.expires = njiff;
974 add_timer(&priv->tlist);
984 del_timer(&priv->tlist);
1024 init_timer(&priv->tlist);
1025 priv->tlist.function = snd_timer_s_function;
1026 priv->tlist.data = (unsigned long) timer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsglob.h341 struct list_head tlist; /* pointer to next fid owned by tcon */ member in struct:cifsFileInfo
H A Dmisc.c565 tlist);
H A Ddir.c160 list_add(&pCifsFile->tlist, &cifs_sb->tcon->openFileList);
H A Dfile.c620 list_del(&pSMBFile->tlist);
H A Dcifssmb.c96 open_file = list_entry(tmp, struct cifsFileInfo, tlist);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/ucm/
H A Dparser.c87 struct list_head *tlist,
127 list_add(&tseq->list, tlist);
86 parse_transition(snd_use_case_mgr_t *uc_mgr, struct list_head *tlist, snd_config_t *cfg) argument

Completed in 168 milliseconds