Searched refs:snapshot (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DTransactionConfig.java38 private boolean snapshot = false; field in class:TransactionConfig
221 This transaction will execute with snapshot isolation. For databases
230 public void setSnapshot(final boolean snapshot) { argument
231 this.snapshot = snapshot;
243 return snapshot;
350 flags |= snapshot ? DbConstants.DB_TXN_SNAPSHOT : 0;
H A DDatabaseConfig.java71 private boolean snapshot = false; field in class:DatabaseConfig
1758 @param snapshot
1764 public void setSnapshot(final boolean snapshot) { argument
1765 this.snapshot = snapshot;
1779 return snapshot;
2014 dbFlags |= snapshot ? DbConstants.DB_SNAPSHOT : 0;
2102 snapshot = (dbFlags & DbConstants.DB_SNAPSHOT) != 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A DMakefile8 obj-$(CONFIG_SOFTWARE_SUSPEND) += swsusp.o disk.o snapshot.o swap.o user.o
H A Dswap.c314 struct snapshot_handle *snapshot,
334 ret = snapshot_read_next(snapshot, PAGE_SIZE);
336 error = swap_write_page(handle, data_of(*snapshot),
382 struct snapshot_handle snapshot; local
392 memset(&snapshot, 0, sizeof(struct snapshot_handle));
393 error = snapshot_read_next(&snapshot, PAGE_SIZE);
400 header = (struct swsusp_info *)data_of(snapshot);
412 error = save_image(&handle, &snapshot,
491 * @handle and the snapshot handle @snapshot
313 save_image(struct swap_map_handle *handle, struct snapshot_handle *snapshot, unsigned int nr_to_write) argument
495 load_image(struct swap_map_handle *handle, struct snapshot_handle *snapshot, unsigned int nr_to_read) argument
547 struct snapshot_handle snapshot; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest121.tcl11 # TEST Set up a -snapshot cursor and position it in the middle
65 puts "\tTest$tnum.c: Start txns with -snapshot."
66 set t1 [$env txn -snapshot]
80 set t2 [$env txn -snapshot]
100 set t1 [$env txn -snapshot]
H A Dtest120.tcl10 # TEST Test basic functionality: a snapshot transaction started
12 # TEST A snapshot transaction started after the put can see it.
56 # transaction. T2 is the reader and uses -snapshot.
59 set t2 [$env txn -snapshot]
81 # Start a new txn with -snapshot. It can see the put.
83 set t3 [$env txn -snapshot]
H A Dtest122.tcl61 # Open a read-only handle and also a txn -snapshot handle.
62 puts "\tTest$tnum.c: Open read-only handle and txn -snapshot handle."
63 set t [$env txn -snapshot]
74 # new data and the -snapshot handle will see the old data.
H A Drsrc001.tcl161 Put several beyond end of file, after reopen with snapshot."
164 -snapshot -recno -source $testdir/rsrc.txt} $testfile]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/
H A Dpcap-int.h70 int snapshot; member in struct:pcap
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-v4l.c290 int ret, fps, snapshot, compression, pixelformat; local
298 snapshot = 0;
302 snapshot = !!(f->fmt.pix.priv & PWC_FPS_SNAPSHOT);
314 "compression=%d snapshot=%d format=%c%c%c%c\n",
316 compression, snapshot,
327 snapshot);
475 int fps, snapshot, ret; local
478 snapshot = vw->flags & PWC_FPS_SNAPSHOT;
481 if (pdev->view.x == vw->width && pdev->view.y && fps == pdev->vframes && snapshot == pdev->vsnapshot)
483 ret = pwc_try_video_mode(pdev, vw->width, vw->height, fps, pdev->vcompression, snapshot);
[all...]
H A Dpwc-ctrl.c261 static int set_video_mode_Timon(struct pwc_device *pdev, int size, int frames, int compression, int snapshot) argument
287 if (snapshot)
302 pdev->vsnapshot = snapshot;
314 static int set_video_mode_Kiara(struct pwc_device *pdev, int size, int frames, int compression, int snapshot) argument
327 /* special case: VGA @ 5 fps and snapshot is raw bayer mode */
328 if (size == PSZ_VGA && frames == 5 && snapshot && pdev->vpalette == VIDEO_PALETTE_RAW)
343 snapshot = 0;
358 if (snapshot)
374 pdev->vsnapshot = snapshot;
395 @snapshot
397 pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int frames, int compression, int snapshot) argument
[all...]
H A Dpwc.h193 char vsnapshot; /* snapshot mode */
289 extern int pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int frames, int compression, int snapshot);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A DMakefile8 dm-snapshot-objs := dm-snap.o dm-exception-store.o
37 obj-$(CONFIG_DM_SNAPSHOT) += dm-snapshot.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dov511.h98 /* I2C snapshot registers */
394 int snapshot; /* True if frame was a snapshot */ member in struct:ov511_frame
H A Dov511.c91 static int snapshot; variable
130 module_param(snapshot, int, 0);
131 MODULE_PARM_DESC(snapshot, "Enable snapshot mode");
1088 /* Resets the hardware snapshot button */
1097 warn("snapshot reset not supported yet on OV518(+)");
2384 /* Here I'm assuming that snapshot size == image size.
3095 * 2: snapshot button on
3096 * 1: snapshot frame
3166 /* Check to see if it's a snapshot fram
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2100.c2231 #define SNAPSHOT_ADDR(ofs) (priv->snapshot[((ofs) >> 12) & 0xff] + ((ofs) & 0xfff))
2235 if (!priv->snapshot[0])
2238 kfree(priv->snapshot[i]);
2239 priv->snapshot[0] = NULL;
2246 if (priv->snapshot[0])
2249 priv->snapshot[i] = kmalloc(0x1000, GFP_ATOMIC);
2250 if (!priv->snapshot[i]) {
2251 IPW_DEBUG_INFO("%s: Error allocating snapshot "
2254 kfree(priv->snapshot[--i]);
2255 priv->snapshot[
[all...]
H A Dipw2100.h501 u8 *snapshot[0x30]; member in struct:ipw2100_priv
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec2241 - New CVS snapshot, /etc/pam.d/system-auth-winbind added
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex2522 It prepends the history with the state snapshot dumped at the moment

Completed in 232 milliseconds