Searched refs:env (Results 76 - 100 of 810) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_stat.c34 ENV *env; local
37 env = dbenv->env;
40 env, rep_handle, "DB_ENV->rep_stat", DB_INIT_REP);
42 if ((ret = __db_fchk(env,
46 ENV_ENTER(env, ip);
47 ret = __rep_stat(env, statp, flags);
48 ENV_LEAVE(env, ip);
58 __rep_stat(env, statp, flags)
59 ENV *env;
174 ENV *env; local
[all...]
H A Drep_lease.c26 __rep_update_grant(env, ts)
27 ENV *env;
41 db_rep = env->rep_handle;
43 dblp = env->lg_handle;
51 __os_gettime(env, &mytime, 1);
53 REP_SYSTEM_LOCK(env);
59 REP_SYSTEM_UNLOCK(env);
64 REP_SYSTEM_UNLOCK(env);
73 if ((ret = __rep_grant_info_marshal(env, &gi, buf,
77 (void)__rep_send_message(env, re
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_timer.c26 __lock_set_timeout(env, locker, timeout, op)
27 ENV *env;
36 LOCK_REGION_LOCK(env);
37 ret = __lock_set_timeout_internal(env, locker, timeout, op);
38 LOCK_REGION_UNLOCK(env);
54 __lock_set_timeout_internal(env, sh_locker, timeout, op)
55 ENV *env;
61 region = env->lk_handle->reginfo.primary;
67 __lock_expires(env, &sh_locker->tx_expire, timeout);
73 __lock_expires(env,
[all...]
H A Dlock_stub.c25 __db_nolocking(env)
26 ENV *env;
28 __db_errx(env, "library build did not include support for locking");
55 return (__db_nolocking(dbenv->env));
64 return (__db_nolocking(dbenv->env));
73 return (__db_nolocking(dbenv->env));
82 return (__db_nolocking(dbenv->env));
91 return (__db_nolocking(dbenv->env));
100 return (__db_nolocking(dbenv->env));
111 return (__db_nolocking(dbenv->env));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_mkdir.c20 __os_mkdir(env, name, mode)
21 ENV *env;
28 dbenv = env == NULL ? NULL : env->dbenv;
31 __db_msg(env, "fileops: mkdir %s", name);
H A Dos_uid.c20 __os_unique_id(env, idp)
21 ENV *env;
31 dbenv = env == NULL ? NULL : env->dbenv;
38 __os_gettime(env, &v, 1);
H A Dos_rename.c21 __os_rename(env, oldname, newname, silent)
22 ENV *env;
29 dbenv = env == NULL ? NULL : env->dbenv;
32 __db_msg(env, "fileops: rename %s to %s", oldname, newname);
34 LAST_PANIC_CHECK_BEFORE_IO(env);
48 env, ret, "rename %s %s", oldname, newname);
H A Dos_truncate.c20 __os_truncate(env, fhp, pgno, pgsize)
21 ENV *env;
30 dbenv = env == NULL ? NULL : env->dbenv;
40 __db_msg(env,
43 LAST_PANIC_CHECK_BEFORE_IO(env);
56 __db_syserr(env, ret, "ftruncate: %lu", (u_long)offset);
H A Dos_rw.c21 __os_io(env, op, fhp, pgno, pgsize, relative, io_len, buf, niop)
22 ENV *env;
47 DB_ASSERT(env, F_ISSET(fhp, DB_FH_OPENED) && fhp->fd != -1);
48 DB_ASSERT(env, (pgno == 0 && pgsize == 0) || relative == 0);
51 dbenv = env == NULL ? NULL : env->dbenv;
64 __db_msg(env,
68 LAST_PANIC_CHECK_BEFORE_IO(env);
85 __db_msg(env,
89 LAST_PANIC_CHECK_BEFORE_IO(env);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_truncate.c18 __os_truncate(env, fhp, pgno, pgsize)
19 ENV *env;
28 FILE_MANAGER_CREATE(env, pIFileMgr, ret);
38 LAST_PANIC_CHECK_BEFORE_IO(env);
43 FILE_MANAGER_ERR(env, pIFileMgr, NULL, "IFILE_Truncate", ret);
H A Dos_dir.c18 __os_dirlist(env, dir, returndir, namesp, cntp)
19 ENV *env;
29 FILE_MANAGER_CREATE(env, pIFileMgr, ret);
35 __db_syserr(env, ret, "IFILEMGR_EnumInit");
44 if ((ret = __os_realloc(env,
53 if ((ret = __os_strdup(env, filename, &names[cnt - 1])) != 0)
63 __os_dirfree(env, names, cnt);
76 __os_dirfree(env, names, cnt)
77 ENV *env;
82 __os_free(env, name
[all...]
H A Dos_rw.c18 __os_io(env, op, fhp, pgno, pgsize, relative, io_len, buf, niop)
19 ENV *env;
29 MUTEX_LOCK(env, fhp->mtx_fh);
31 if ((ret = __os_seek(env, fhp, pgno, pgsize, relative)) != 0)
35 ret = __os_read(env, fhp, buf, io_len, niop);
38 ret = __os_write(env, fhp, buf, io_len, niop);
45 err: MUTEX_UNLOCK(env, fhp->mtx_fh);
56 __os_read(env, fhp, addr, len, nrp)
57 ENV *env;
76 LAST_PANIC_CHECK_BEFORE_IO(env);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_rec.c54 __txn_regop_recover(env, dbtp, lsnp, op, info)
55 ENV *env;
67 (void)__txn_regop_print(env, dbtp, lsnp, op, info);
70 if ((ret = __txn_regop_read(env, dbtp->data, &argp)) != 0)
86 if ((ret = __db_txnlist_remove(env,
89 } else if ((env->dbenv->tx_timestamp != 0 &&
90 argp->timestamp > (int32_t)env->dbenv->tx_timestamp) ||
97 if ((ret = __db_txnlist_update(env, info,
104 if ((ret = __db_txnlist_update(env,
107 if ((ret = __db_txnlist_add(env,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_homedir.c40 char *env = NULL; local
50 env = buf1;
58 env = buf2;
63 env = getenv(variable);
64 if(env && strcmp("HOME",variable) == 0) {
65 env = decc_translate_vms(env);
69 env = getenv(variable);
72 return (env && env[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_failchk.c36 ENV *env; local
39 env = dbenv->env;
41 ENV_ILLEGAL_BEFORE_OPEN(env, "DB_ENV->failchk");
47 if (!ALIVE_ON(env)) {
48 __db_errx(env,
54 return (__db_ferr(env, "DB_ENV->failchk", 0));
56 ENV_ENTER(env, ip);
62 if ((ret = __env_in_api(env)) != 0)
65 if (LOCKING_ON(env)
[all...]
H A Denv_region.c28 __env_attach(env, init_flagsp, create_ok, retry_ok)
29 ENV *env;
45 dbenv = env->dbenv;
53 if ((ret = __os_calloc(env, 1, sizeof(REGINFO), &infop)) != 0)
55 infop->env = env;
63 if (F_ISSET(env, ENV_PRIVATE))
64 ret = __os_strdup(env, "process-private", &infop->name);
68 __db_appname(env, DB_APP_NONE, buf, 0, NULL, &infop->name);
89 if (F_ISSET(env, ENV_PRIVAT
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_trickle.c29 ENV *env; local
32 env = dbenv->env;
34 ENV_REQUIRES_CONFIG(env,
35 env->mp_handle, "memp_trickle", DB_INIT_MPOOL);
37 ENV_ENTER(env, ip);
38 REPLICATION_WRAP(env, (__memp_trickle(env, pct, nwrotep)), 0, ret);
39 ENV_LEAVE(env, ip);
48 __memp_trickle(env, pc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mac/
H A Dbootparse.c23 void parse_booter(char *env) argument
27 while(*env)
29 name=env;
35 env=value;
36 while(*env)
37 env++;
38 env++;
77 void print_booter(char *env) argument
81 while(*env)
83 name=env;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlock001.tcl33 set env [eval {berkdb_env} $eflags]
34 error_check_good env [is_valid_env $env] TRUE
36 [$env lock_id_set $lock_curid $lock_maxid] 0
39 set locker [$env lock_id]
44 set lockp [$env lock_get $m $locker $obj]
46 error_check_good lock_get:a [is_substr $lockp $env] 1
55 set lockp [$env lock_get $m $locker $obj ]
58 error_check_good lock_get:b [is_substr $lockp $env] 1
66 set lockp [$env lock_ge
[all...]
H A Dsdb020.tcl31 # If we are using an env, then skip this test. It needs its own.
32 set eindex [lsearch -exact $args "-env"]
34 set env NULL
36 set env [lindex $args $eindex]
37 puts "Subdb020 skipping for env $env"
51 # Create the env.
53 set env [berkdb_env_noerr -create -home $testdir -txn]
54 error_check_good dbenv [is_valid_env $env] TRUE
63 $args -env
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_auto.c18 __qam_incfirst_read(env, dbpp, td, recbuf, argpp)
19 ENV *env;
30 if ((ret = __os_malloc(env,
38 LOGCOPY_32(env, &argp->type, bp);
41 LOGCOPY_32(env, &argp->txnp->txnid, bp);
44 LOGCOPY_TOLSN(env, &argp->prev_lsn, bp);
47 LOGCOPY_32(env, &uinttmp, bp);
53 env, argp->txnp, dbpp, argp->fileid, 1);
56 LOGCOPY_32(env, &uinttmp, bp);
60 LOGCOPY_32(env,
84 ENV *env; local
324 ENV *env; local
578 ENV *env; local
837 ENV *env; local
1112 ENV *env; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_rec.c59 __fop_create_recover(env, dbtp, lsnp, op, info)
60 ENV *env;
80 if ((ret = __db_appname(env, (APPNAME)argp->appname,
89 if (__os_open(env, real_name, 0, 0, 0, &fhp) == 0) {
90 if (__fop_read_meta(env,
92 __db_chk_meta(env, NULL, meta, 1) == 0) {
93 if ((ret = __memp_nameop(env,
98 (void)__os_closehandle(env, fhp);
100 do_unlink: (void)__os_unlink(env, real_name, 0);
102 if ((ret = __os_open(env, real_nam
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_upg.c32 ENV *env; local
35 env = dbp->env;
41 if ((ret = __db_fchk(env, "DB->upgrade", flags, DB_DUPSORT)) != 0)
44 ENV_ENTER(env, ip);
46 ENV_LEAVE(env, ip);
53 __db_errx(dbp->env, "upgrade not supported");
113 ENV *env; local
120 env = dbp->env;
390 ENV *env; local
452 ENV *env; local
491 ENV *env; local
[all...]
H A Ddb_setid.c33 ENV *env; local
36 env = dbenv->env;
38 ENV_ILLEGAL_BEFORE_OPEN(env, "DB_ENV->fileid_reset");
46 return (__db_ferr(env, "DB_ENV->fileid_reset", 0));
48 ENV_ENTER(env, ip);
49 REPLICATION_WRAP(env,
50 (__env_fileid_reset(env, ip, name, LF_ISSET(DB_ENCRYPT) ? 1 : 0)),
52 ENV_LEAVE(env, ip);
61 __env_fileid_reset(env, i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dclient.c45 ENV *env; local
50 env = dbenv->env;
54 __db_errx(env, "Could not initialize VxWorks RPC");
59 __db_errx(env, "Already set an RPC handle");
69 __db_errx(env, clnt_spcreateerror((char *)host));
126 ENV *env; local
129 env = dbenv->env;
132 __db_errx(env, "DB_THREA
176 ENV *env; local
299 ENV *env; local
371 ENV *env; local
475 ENV *env; local
[all...]

Completed in 187 milliseconds

1234567891011>>