Searched refs:hdb (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c519 DB *adb, *bdb, *hdb, *tdb; local
524 adb = bdb = hdb = tdb = NULL;
547 if ((ret = db_create(&hdb, dbenv, 0)) != 0) {
551 if ((ret = hdb->open(hdb, NULL, "history", NULL, DB_UNKNOWN,
569 if ((ret = tp_txn(dbenv, adb, bdb, tdb, hdb,
590 if (hdb != NULL)
591 (void)hdb->close(hdb, 0);
599 tp_txn(dbenv, adb, bdb, tdb, hdb, account
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/bootfloppy/
H A Dmkdevs.sh31 mknod hdb b 3 64
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp274 DB *adb, *bdb, *hdb, *tdb; local
323 if ((err = db_create(&hdb, dbenv, 0)) != 0) {
329 if ((err = hdb->open(hdb, NULL, "history", NULL, DB_UNKNOWN,
338 if ((ret = txn(adb, bdb, tdb, hdb,
353 (void)hdb->close(hdb, 0);
362 TpcbExample::txn(DB *adb, DB *bdb, DB *tdb, DB *hdb, argument
444 if (hdb->put(hdb,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp470 Db *adb, *bdb, *hdb, *tdb; local
500 hdb = new Db(this, 0);
501 if ((err = hdb->open(NULL, "history", NULL, DB_UNKNOWN,
509 if ((ret = txn(adb, bdb, tdb, hdb,
524 (void)hdb->close(0);
531 TpcbExample::txn(Db *adb, Db *bdb, Db *tdb, Db *hdb, argument
612 if (hdb->put(t, &k_histdbt, &d_histdbt, DB_APPEND) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java389 private Database adb, bdb, hdb, tdb; field in class:TpcbExample.TxnThread
411 hdb = dbenv.openDatabase(null, "history", null, config);
434 hdb.close();
495 hcurs = hdb.openCursor(t, null);
522 if (hdb.append(t, k_histdbt, d_histdbt) != OperationStatus.SUCCESS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Datafb.c146 short hht, hbb, hbe, hdb, hde, hss; member in struct:atafb_par::__anon7155::falcon_hw
167 #define HDB hw.falcon.hdb
1221 * graphic output = hdb & 0x200 ?
1222 * ((hht + 2) * 2 - hdb + hde) * prescale - hdboff + hdeoff:
1223 * (hht + 2 - hdb + hde) * prescale - hdboff + hdeoff
1227 * start of graphics relative to start of 1st halfline = hdb & 0x200 ?
1228 * (hdb - hht - 2) * prescale + hdboff :
1229 * hdb * prescale + hdboff
1509 var->left_margin = hdb_off + prescale * ((hw->hdb & 0x1ff) -
1510 (hw->hdb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Datarihw.h263 u_short hdb; member in struct:VIDEL

Completed in 75 milliseconds