Searched refs:env (Results 401 - 425 of 1022) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest024.tcl29 set eindex [lsearch -exact $args "-env"]
31 # If we are using an env, then testfile should just be the db name.
35 set env NULL
39 set env [lindex $args $eindex]
40 set txnenv [is_txnenv $env]
51 set testdir [get_home $env]
57 cleanup $testdir $env
101 set t [$env txn]
102 error_check_good txn [is_valid_txn $t $env] TRUE
136 set t [$env tx
[all...]
H A Dsdb002.tcl24 set eindex [lsearch -exact $args "-env"]
26 set env NULL
28 set env [lindex $args $eindex]
29 puts "Subdb002 skipping for env $env"
71 set env [eval {$sdb002_env -create -cachesize {0 10000000 0} \
73 error_check_good env_open [is_valid_env $env] TRUE
76 # We're in an env--use default path to database rather than specifying
79 subdb002_body $method $omethod $nentries $largs $testfile $env
80 error_check_good env_close [$env clos
[all...]
H A Dsi003.tcl54 # If we are given an env, use it. Otherwise, open one.
55 set eindex [lsearch -exact $args "-env"]
58 set env [berkdb_env -create -home $testdir]
59 error_check_good env_open [is_valid_env $env] TRUE
62 set env [lindex $args $eindex]
63 set envflags [$env get_open_flags]
66 puts "Skipping si$tnum for threaded env with queue"
69 set testdir [get_home $env]
73 cleanup $testdir $env
79 set pdb [eval {berkdb_open -create -env}
[all...]
H A Dsi004.tcl54 # If we are given an env, use it. Otherwise, open one.
55 set eindex [lsearch -exact $args "-env"]
58 set env [berkdb_env -create -home $testdir]
59 error_check_good env_open [is_valid_env $env] TRUE
62 set env [lindex $args $eindex]
63 set envflags [$env get_open_flags]
65 puts "Skipping si$tnum for threaded env"
68 set testdir [get_home $env]
72 cleanup $testdir $env
78 set pdb [eval {berkdb_open -create -env}
[all...]
H A Dtest010.tcl31 set eindex [lsearch -exact $args "-env"]
33 # If we are using an env, then testfile should just be the db name.
37 set env NULL
41 set env [lindex $args $eindex]
42 set txnenv [is_txnenv $env]
54 set testdir [get_home $env]
63 cleanup $testdir $env
81 set t [$env txn]
82 error_check_good txn [is_valid_txn $t $env] TRUE
96 set t [$env tx
[all...]
H A Dtest015.tcl47 set eindex [lsearch -exact $args "-env"]
50 set env [lindex $args $eindex]
51 set testdir [get_home $env]
87 set eindex [lsearch -exact $args "-env"]
89 # If we are using an env, then testfile should just be the db name.
93 set env NULL
97 set env [lindex $args $eindex]
98 set txnenv [is_txnenv $env]
109 set testdir [get_home $env]
115 cleanup $testdir $env
[all...]
H A Dtest016.tcl36 set eindex [lsearch -exact $args "-env"]
38 # If we are using an env, then testfile should just be the db name.
42 set env NULL
46 set env [lindex $args $eindex]
47 set txnenv [is_txnenv $env]
58 set testdir [get_home $env]
65 cleanup $testdir $env
89 set t [$env txn]
90 error_check_good txn [is_valid_txn $t $env] TRUE
127 set t [$env tx
[all...]
H A Dtest065.tcl21 set eindex [lsearch -exact $args "-env"]
23 # If we are using an env, then testfile should just be the db name.
27 set env NULL
31 set env [lindex $args $eindex]
32 set txnenv [is_txnenv $env]
43 set testdir [get_home $env]
45 cleanup $testdir $env
88 set t [$env txn]
89 error_check_good txn [is_valid_txn $t $env] TRUE
110 set t [$env tx
[all...]
H A Dtest068.tcl31 set eindex [lsearch -exact $args "-env"]
33 # If we are using an env, then testfile should just be the db name.
38 set env NULL
42 set env [lindex $args $eindex]
43 set txnenv [is_txnenv $env]
48 set testdir [get_home $env]
80 # include.tcl. Reset it to the env's home here, before
82 if { $env != "NULL" } {
83 set testdir [get_home $env]
85 cleanup $testdir $env
[all...]
H A Dtest099.tcl34 set eindex [lsearch -exact $args "-env"]
36 # If we are using an env, then testfile should just be the db name.
40 set env NULL
44 set env [lindex $args $eindex]
45 set txnenv [is_txnenv $env]
56 set testdir [get_home $env]
59 cleanup $testdir $env
80 set t [$env txn]
81 error_check_good txn [is_valid_txn $t $env] TRUE
96 set t [$env tx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Ddevice.c178 int of_device_uevent(struct device *dev, struct kobj_uevent_env *env) argument
186 if (add_uevent_var(env, "OF_NAME=%s", dev->of_node->name))
189 if (add_uevent_var(env, "OF_TYPE=%s", dev->of_node->type))
198 if (add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat))
207 if (add_uevent_var(env, "OF_COMPATIBLE_N=%d", seen))
211 if (add_uevent_var(env, "MODALIAS="))
214 sl = of_device_get_modalias(dev, &env->buf[env->buflen-1],
215 sizeof(env->buf) - env
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_verify.c43 ENV *env; local
50 env = dbp->env;
78 EPRINT((env,
92 EPRINT((env,
111 EPRINT((env,
118 EPRINT((env,
133 EPRINT((env,
157 EPRINT((env,
164 err: if ((t_ret = __db_vrfy_putpageinfo(env, vd
187 ENV *env; local
524 ENV *env; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_files.c42 ENV *env; local
51 env = dbp->env;
80 MUTEX_LOCK(env, dbp->mutex);
164 DB_ASSERT(env, array->n_extent == 0);
209 alloc: if ((ret = __os_realloc(env,
247 env, &array->mpfarray[offset].mpf)) != 0)
264 if (F_ISSET(env->dbenv, DB_ENV_DIRECT_DB))
291 MUTEX_UNLOCK(env, dbp->mutex);
315 MUTEX_LOCK(env, db
349 ENV *env; local
398 ENV *env; local
500 ENV *env; local
711 ENV *env; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/server/
H A Dipc.exp7 load_lib env-single.exp
H A Dxfer.exp9 load_lib env-single.exp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_ret.c65 return (__db_pgfmt(dbp->env, h->pgno));
68 return (__db_retcopy(dbp->env, dbt, data, len, memp, memsize));
79 __db_retcopy(env, dbt, data, len, memp, memsize)
80 ENV *env;
119 return (len == 0 ? 0 : env->dbt_usercopy(dbt, 0, data,
123 ret = __os_umalloc(env, len, &dbt->data);
126 ret = __os_urealloc(env, len, &dbt->data);
134 if ((ret = __os_realloc(env, len, memp)) == 0)
H A Ddb_upg_opd.c21 dbp->env, fhp, pgno, (dbp)->pgsize, 0)) != 0) \
23 if ((ret = __os_read(dbp->env, \
29 dbp->env, fhp, pgno, (dbp)->pgsize, 0)) != 0) \
31 if ((ret = __os_write(dbp->env, \
62 if ((ret = __os_malloc(dbp->env, dbp->pgsize, &page)) != 0)
75 if ((ret = __os_realloc(dbp->env, pgno_max *
104 if ((ret = __os_malloc(dbp->env,
113 if ((ret = __os_malloc(dbp->env, dbp->pgsize, &ipage)) != 0)
178 __os_free(dbp->env, pgno_cur);
180 __os_free(dbp->env, pgno_nex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/
H A Dmakefile.va17 !include <makeva.env>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/deprecated/resource/
H A Dmakefile.vms27 .include [--.src]makevms.env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/internat/
H A Dmakefile.vms28 .include [--.src]makevms.env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/layout/
H A Dmakefile.vms28 .include [--.src]makevms.env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mdi/
H A Dmakefile.vms28 .include [--.src]makevms.env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/nativdlg/
H A Dmakefile.vms27 .include [--.src]makevms.env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Ddestroy.t24 ok 2, my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
27 ok 3, my $txn = $env->txn_begin() ;
30 -Env => $env,
34 ok 6, $txn = $env->txn_begin() ;
77 #undef $env ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/fw/arc/
H A DMakefile5 lib-y += cmdline.o env.o file.o identify.o init.o \

Completed in 263 milliseconds

<<11121314151617181920>>