Searched refs:commit (Results 226 - 250 of 334) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuide.cpp179 // mechanism of transactional commit/abort and
251 // commit
253 txn->commit(0);
257 std::cout << "Error on txn commit: "
H A DTxnGuideInMemory.cpp161 // mechanism of transactional commit/abort and
233 // commit
235 txn->commit(0);
239 std::cout << "Error on txn commit: "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DPrimaryIndex.java305 * <p>Auto-commit is used implicitly if the store is transactional.</p>
327 * auto-commit, or null if the store is non-transactional.
379 txn.commit();
395 * <p>Auto-commit is used implicitly if the store is transactional.</p>
416 * auto-commit, or null if the store is non-transactional.
439 * <p>Auto-commit is used implicitly if the store is transactional.</p>
461 * auto-commit, or null if the store is non-transactional.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dfop001.tcl65 # ended with an abort or a commit, and is not used
126 # properly set up for the 'commit' test.
127 foreach end {abort commit} {
H A Drecd009.tcl88 op_recover commit $testdir $env_cmd $testfile $cmd $msg
H A Drecd016.tcl62 error_check_good txn_commit [$txn commit] 0
H A Drep003.tcl276 error_check_good rep3_put_txn_commit($key,$data) [$txn commit] 0
H A Drep044.tcl192 error_check_good txn_commit [$t commit] 0
H A Drep079.tcl302 puts "\tRep$tnum.h: Check expired lease error on txn commit."
304 # Leases are already expired, so attempt to commit should fail.
305 # (And this will be the 'before we commit' check that returns
309 set stat [catch {$txn commit} ret]
H A Dsdb006.tcl98 error_check_good txn [$t commit] 0
H A Dsdb013.tcl103 foreach end { commit abort } {
H A Dtest001.tcl118 error_check_good txn [$t commit] 0
H A Dtest023.tcl205 error_check_good txn [$t commit] 0
H A Dtest028.tcl208 error_check_good txn [$t commit] 0
H A Dtest033.tcl133 error_check_good txn [$t commit] 0
H A Dtest072.tcl252 error_check_good txn [$t commit] 0
H A Dtest092.tcl215 error_check_good tdrcommit [$tdr commit] 0
H A Dtest102.tcl221 error_check_good txn [$t commit] 0
H A Dsysscript.tcl19 # pair to each file and then commit. Notice that I may generate replication
256 set err [catch {error_check_good $mypid:commit [$txn commit] \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dsparccpuid.S442 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
455 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
482 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
496 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_hdmi.c182 .commit = intel_encoder_commit,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv04_tv.c239 .commit = nv04_tv_commit,
H A Dnv50_dac.c272 .commit = nv50_dac_commit,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c236 .commit = radeon_legacy_lvds_commit,
434 .commit = radeon_legacy_primary_dac_commit,
599 .commit = radeon_legacy_tmds_int_commit,
745 .commit = radeon_legacy_tmds_ext_commit,
1289 .commit = radeon_legacy_tv_dac_commit,
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhnddma.c300 static int dma32_txfast(dma_info_t *di, void *p0, bool commit);
333 static int dma64_txfast(dma_info_t *di, void *p0, bool commit);
334 static int dma64_txunframed(dma_info_t *di, void *p0, uint len, bool commit);
340 static int dma64_txfast_lfrag(dma_info_t *di, void *p0, bool commit);
2470 dma32_txfast(dma_info_t *di, void *p0, bool commit) argument
2571 if (commit)
3199 dma64_txunframed(dma_info_t *di, void *buf, uint len, bool commit) argument
3241 if (commit) {
3272 dma64_txfast(dma_info_t *di, void *p0, bool commit) argument
3286 return dma64_txfast_lfrag(di, p0, commit);
4020 dma_msgbuf_txfast(hnddma_t *dmah, dma64addr_t p0, bool commit, uint32 len, bool first, bool last) argument
4087 dma64_txfast_lfrag(dma_info_t *di, void *p0, bool commit) argument
[all...]

Completed in 105 milliseconds

1234567891011>>