Searched refs:prepare (Results 1 - 25 of 214) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Dpxa2xx-pcm.h25 int (*prepare)(struct snd_pcm_substream *); member in struct:pxa2xx_pcm_client
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Daudio.h36 int (*prepare)(struct s3c24xx_iis_ops *me, struct snd_pcm_substream *strm, struct snd_pcm_runtime *rt); member in struct:s3c24xx_iis_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DTransaction.java295 transaction manager must send <em>prepare</em> messages to each
297 {@link com.sleepycat.db.Transaction#prepare Transaction.prepare} call and await its successful return
300 responses from all of its <em>prepare</em> messages should it issue
319 public void prepare(final byte[] gid) method in class:Transaction
322 txn.prepare(gid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd002.tcl91 # Note that since prepare-discard ultimately aborts
92 # the txn, it must come before prepare-commit.
94 op_recover prepare-abort $testdir $env_cmd $testfile2 \
96 op_recover prepare-discard $testdir $env_cmd $testfile2 \
98 op_recover prepare-commit $testdir $env_cmd $testfile2 \
H A Drecd004.tcl84 # Note that since prepare-discard ultimately aborts
85 # the txn, it must come before prepare-commit.
87 op_recover prepare-abort $testdir $env_cmd $testfile2 \
89 op_recover prepare-discard $testdir $env_cmd $testfile2 \
91 op_recover prepare-commit $testdir $env_cmd $testfile2 \
H A Drecd001.tcl13 # TEST to prepare for the next test (this applies to all other recovery
51 # other does prepare, prepare-abort, and prepare-commit for each
192 # Note that since prepare-discard ultimately aborts
193 # the txn, it must come before prepare-commit.
195 op_recover prepare-abort $testdir $env_cmd $testfile2 \
197 op_recover prepare-discard $testdir $env_cmd $testfile2 \
199 op_recover prepare-commit $testdir $env_cmd $testfile2 \
227 foreach op {abort commit prepare
[all...]
H A Drecd003.tcl108 # Note that since prepare-discard ultimately aborts
109 # the txn, it must come before prepare-commit.
111 op_recover prepare-abort $testdir $env_cmd $testfile2 \
113 op_recover prepare-discard $testdir $env_cmd $testfile2 \
115 op_recover prepare-commit $testdir $env_cmd $testfile2 \
H A Drecd017.tcl40 # other does prepare, prepare-abort, and prepare-commit for each
145 # Note that since prepare-discard ultimately aborts
146 # the txn, it must come before prepare-commit.
148 op_recover prepare-abort $testdir $env_cmd $testfile2 \
150 op_recover prepare-discard $testdir $env_cmd $testfile2 \
152 op_recover prepare-commit $testdir $env_cmd $testfile2 \
H A Drecd022.tcl99 puts "\tRecd022.g: commit second child txn, prepare parent"
103 error_check_good prepare [$parent prepare "ABC"] 0
H A Dtxnscript.tcl7 # Txn003 script - outstanding child prepare script
54 error_check_good txn_prepare:$parent [$parent prepare $gid] 0
H A Drecd15scr.tcl7 # Recd15 - lots of txns - txn prepare script
65 error_check_good txn_prepare:$t [$t prepare $gid] 0
H A Dtxn003.tcl8 # TEST Test abort/commit/prepare of txns with outstanding child txns.
85 {prepare ".d"}
103 # For prepare we'll then just
116 prepare {
125 puts "\tTxn$tnum.g: Attempt child prepare"
138 set stat [catch {$child prepare $gid} ret]
140 error_check_good child_prep_err [is_substr $ret "txn prepare"] 1
170 puts "$msg.0: Executing child script to prepare txns"
206 if { $op == "prepare" } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm_oss.h41 prepare: 1, /* need to prepare the operation */ member in struct:snd_pcm_oss_runtime
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-common/
H A Dpm.c162 .prepare = bfin_pm_prepare,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/
H A DMakefile30 # prepare rule.
704 $(busybox-dirs): prepare scripts
750 # or the modules are listed in "prepare".
756 PHONY += prepare archprepare prepare0 prepare1 prepare2 prepare3
758 # prepare-all is deprecated, use prepare as valid replacement
759 PHONY += prepare-all
792 prepare prepare-all: prepare0
860 # Target to prepare buildin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsuspend.h44 * @prepare: prepare system for hibernation
49 int (*prepare)(void); member in struct:hibernation_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_conntrack_l3proto.h64 int (*prepare)(struct sk_buff **pskb, unsigned int hooknum, member in struct:nf_conntrack_l3proto
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_txn.cpp69 DBTXN_METHOD(prepare, 0, (u_int8_t *gid), (txn, gid))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/sleep/
H A Dmain.c179 .prepare = acpi_pm_prepare,
221 .prepare = acpi_hibernation_prepare,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbTxn.java98 public void prepare(byte[] gid) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbTxn_prepare(swigCPtr, this, gid); } method in class:DbTxn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Dsleep.S43 @@ prepare cpu to sleep
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/
H A DMakefile33 # prepare rule.
508 echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
831 $(vmlinux-dirs): prepare scripts
897 # or the modules are listed in "prepare".
903 PHONY += prepare archprepare prepare0 prepare1 prepare2 prepare3
938 prepare: prepare0
1035 # Target to prepare building external modules
1037 modules_prepare: prepare scripts
1327 PHONY += prepare scripts
1328 prepare
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_l3proto_generic.c88 .prepare = generic_prepare,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dsleep.S70 @ prepare value for sleep mode
73 @ prepare pointer to physical address 0 (virtual mapping in generic.c)
76 @ prepare SDRAM refresh settings
130 ldr r7, =CCCR_SLEEP @ prepare CCCR sleep value
131 mov r0, #0x2 @ prepare value for CLKCFG
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A Duser.c136 error = hibernation_ops->prepare();
354 if (pm_ops->prepare) {
355 error = pm_ops->prepare(PM_SUSPEND_MEM);

Completed in 193 milliseconds

123456789