Searched refs:opd (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dmodule.h17 struct elf64_shdr *opd; /* official procedure descriptors */ member in struct:mod_arch_specific
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cam.c63 DBC *opd; local
72 opd = cp->opd;
88 if (opd != NULL) {
89 DB_ASSERT(env, F_ISSET(opd, DBC_ACTIVE));
90 F_CLR(opd, DBC_ACTIVE);
91 TAILQ_REMOVE(&dbp->active_queue, opd, links);
120 if (opd != NULL)
121 memset(&opd->mylock, 0, sizeof(opd
249 DBC *opd; local
469 DBC *opd; local
524 DBC *dbc, *dbc_n, *opd; local
926 DBC *dbc_n, *fdbc, *oldopd, *opd, *sdbc, *pdbc; local
1725 DBC *opd; local
[all...]
H A Ddb_stati.c437 STAT_POINTER("Off-page duplicate cursor", cp->opd);
H A Ddb_am.c256 cp->opd = NULL;
512 if (dbp->type == DB_HASH && dbc->internal->opd == NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmodule_64.c48 struct ppc64_opd_entry opd; member in struct:ppc64_stub_entry
230 struct ppc64_opd_entry *opd,
252 entry->opd.funcaddr = opd->funcaddr;
253 entry->opd.r2 = opd->r2;
264 struct ppc64_opd_entry *opd = (void *)opdaddr; local
271 for (i = 0; stubs[i].opd.funcaddr; i++) {
274 if (stubs[i].opd.funcaddr == opd
228 create_stub(Elf64_Shdr *sechdrs, struct ppc64_stub_entry *entry, struct ppc64_opd_entry *opd, struct module *me) argument
[all...]
H A Dvmlinux.lds.S180 .opd : {
181 *(.opd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_stat.c381 DBC *opd; local
390 opd = NULL;
458 opgno, NULL, &opd)) != 0)
460 if ((ret = __bam_traverse(opd,
465 if ((ret = __dbc_close(opd)) != 0)
467 opd = NULL;
514 err: if (opd != NULL &&
515 (t_ret = __dbc_close(opd)) != 0 && ret == 0)
H A Dhash.c99 DB_ASSERT(dbc->env, dbc->internal->opd == NULL);
182 if (dbc->internal->opd != NULL) {
191 dbc->internal->opd->internal, C_DELETED))
206 hcp->opd->am_close(hcp->opd, root_pgno, &doroot)) != 0)
1516 DB_ASSERT(env, hcp->opd == NULL);
1558 return (hcp->opd->am_put(hcp->opd,
1649 return (hcp->opd->am_put(hcp->opd,
[all...]
H A Dhash_dup.c132 return (hcp->opd->am_put(hcp->opd,
804 if ((ret = __dbc_newopd(dbc, pgno, hcp->opd, &hcp->opd)) != 0)
807 dcp = (BTREE_CURSOR *)hcp->opd->internal;
H A Dhash_rec.c1155 if (lcp->opd == NULL)
1157 opdcp = (BTREE_CURSOR *)lcp->opd->internal;
1160 MVCC_SKIP_CURADJ(lcp->opd, opdcp->pgno))
1175 if ((ret = __dbc_close(lcp->opd)) != 0)
1178 lcp->opd = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso64/
H A Dvdso64.lds.S51 .opd ALIGN(8) : { KEEP (*(.opd)) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dvmlinux.lds.S138 .opd : { *(.opd) } PROVIDE (__gp = .);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_curadj.c209 * __bam_opd_cursor -- create a new opd cursor.
234 DB_ASSERT(dbp->env, orig_cp->opd == NULL);
235 if ((ret = __dbc_newopd(dbc, tpgno, orig_cp->opd, &dbc_nopd)) != 0)
261 orig_cp->opd = dbc_nopd;
313 if (orig_cp->opd != NULL)
380 * A note on the orig_cp->opd != NULL requirement here:
382 * the same duplicate set, but which has no opd cursor,
388 orig_cp->opd == NULL || ((BTREE_CURSOR *)
389 orig_cp->opd->internal)->indx != ti ||
393 if ((ret = __dbc_close(orig_cp->opd)) !
[all...]
H A Dbt_cursor.c283 cp_opd = (dbc_opd = cp->opd) == NULL ?
291 * primary cursor that has a NULL opd field. This happens when
297 * non-NULL opd field. This happens when closing a btree cursor
306 * opd tree is not empty (root_pgno == PGNO_INVALID).
616 if (cp->opd == NULL) {
645 if ((ret = __memp_fget(mpf, &cp->opd->internal->root,
1028 if ((ret = __dbc_newopd(dbc, pgno, cp->opd, &cp->opd)) != 0)
1030 if ((ret = cp->opd->am_get(cp->opd,
1433 DBC *opd; local
[all...]
H A Dbt_compact.c1754 DBC *opd; local
1764 opd = NULL;
1818 if ((ret = __dbc_newopd(dbc, bo->pgno, NULL, &opd)) != 0)
1833 if ((ret = __bam_compact_int(opd, &start,
1844 ret = __dbc_close(opd);
1845 opd = NULL;
1850 err: if (opd != NULL && (t_ret = __dbc_close(opd)) != 0 && ret == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dvmlinux.lds.S104 .opd : AT(ADDR(.opd) - LOAD_OFFSET)
105 { *(.opd) }
H A Dmodule.c452 else if (strcmp(".opd", secstrings + s->sh_name) == 0)
453 mod->arch.opd = s;
457 if (!mod->arch.core_plt || !mod->arch.init_plt || !mod->arch.got || !mod->arch.opd) {
490 mod->arch.opd->sh_type = SHT_NOBITS;
491 mod->arch.opd->sh_flags = SHF_ALLOC;
492 mod->arch.opd->sh_addralign = 8;
493 mod->arch.opd->sh_size = fdescs * sizeof(struct fdesc);
496 mod->arch.got->sh_size, mod->arch.opd->sh_size);
600 struct fdesc *fdesc = (void *) mod->arch.opd->sh_addr;
621 if ((uint64_t) ++fdesc >= mod->arch.opd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dxmon.c1496 unsigned long opd[3]; local
1498 opd[0] = (unsigned long)instrs;
1499 opd[1] = 0;
1500 opd[2] = 0;
1501 code = (unsigned long (*)(void)) opd;
1533 unsigned long opd[3]; local
1535 opd[0] = (unsigned long)instrs;
1536 opd[1] = 0;
1537 opd[2] = 0;
1538 code = (unsigned long (*)(unsigned long)) opd;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h691 DBC *opd; /* Off-page duplicate cursor. */\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h690 DBC *opd; /* Off-page duplicate cursor. */\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h689 DBC *opd; /* Off-page duplicate cursor. */\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h693 DBC *opd; /* Off-page duplicate cursor. */\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h690 DBC *opd; /* Off-page duplicate cursor. */\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h690 DBC *opd; /* Off-page duplicate cursor. */\

Completed in 408 milliseconds