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

123

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/muleunit/
H A Dtest.cpp47 /** Structure used to contain a snapshot of the contexts. */
51 : snapshot(lst)
55 std::list<BTEntry> snapshot; member in struct:muleunit::BTList
63 m_bt->snapshot.push_back(BTEntry(file, lineNumber, msg));
76 std::list<BTEntry>::const_iterator it = m_bt->snapshot.begin();
77 for (; it != m_bt->snapshot.end(); ++it) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dswap.c365 struct snapshot_handle *snapshot,
385 ret = snapshot_read_next(snapshot);
388 ret = swap_write_page(handle, data_of(*snapshot), &bio);
435 struct snapshot_handle snapshot; local
451 memset(&snapshot, 0, sizeof(struct snapshot_handle));
452 error = snapshot_read_next(&snapshot);
459 header = (struct swsusp_info *)data_of(snapshot);
462 error = save_image(&handle, &snapshot, pages - 1);
538 * @handle and the snapshot handle @snapshot
364 save_image(struct swap_map_handle *handle, struct snapshot_handle *snapshot, unsigned int nr_to_write) argument
542 load_image(struct swap_map_handle *handle, struct snapshot_handle *snapshot, unsigned int nr_to_read) argument
602 struct snapshot_handle snapshot; local
[all...]
H A DMakefile11 obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.o user.o \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/doc/
H A DMakefile39 snapshot:
40 @date "+%y%m%d" > snapshot.db
/netgear-R7000-V1.0.7.12_1.2.5/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.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/echo/
H A Decho.h171 /* snapshot sample of coeffs used for development */
172 int16_t *snapshot; member in struct:oslec_state
H A Decho.c260 ec->snapshot = kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL);
261 if (!ec->snapshot)
292 kfree(ec->snapshot);
331 memcpy(ec->snapshot, ec->fir_taps16[0], ec->taps * sizeof(int16_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/
H A Dpcap-int.h70 int snapshot; member in struct:pcap
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/
H A Dpcap-int.h69 int snapshot; member in struct:pcap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-snoop.c106 if (cc == (p->snapshot + sizeof(struct snoopheader)) &&
107 (datalen < p->snapshot))
110 caplen = (datalen < p->snapshot) ? datalen : p->snapshot;
344 if (p->snapshot > ifr.ifr_mtu + ll_hdrlen)
345 p->snapshot = ifr.ifr_mtu + ll_hdrlen;
353 snooplen = p->snapshot - ll_hdrlen;
H A Dpcap-nit.c175 if (caplen > p->snapshot)
176 caplen = p->snapshot;
220 nioc.nioc_snaplen = p->snapshot;
255 if (p->snapshot < 96)
257 * NIT requires a snapshot length of at least 96.
259 p->snapshot = 96;
H A Dpcap-snit.c138 * loop through each snapshot in the chunk
182 /* next snapshot */
186 if (caplen > p->snapshot)
187 caplen = p->snapshot;
280 if (p->snapshot < 96)
282 * NIT requires a snapshot length of at least 96.
284 p->snapshot = 96;
343 /* set the snapshot length */
345 si.ic_len = sizeof(p->snapshot);
346 si.ic_dp = (char *)&p->snapshot;
[all...]
H A Ddlpisubs.c172 caplen = min(p->snapshot, len);
186 /* Insure caplen does not exceed snapshot */
187 if (pkthdr.caplen > p->snapshot)
188 pkthdr.caplen = p->snapshot;
H A Dpcap-pf.c173 if (buflen > pc->snapshot)
174 buflen = pc->snapshot;
443 /* packetfilter includes the padding in the snapshot */
444 p->snapshot += PCAP_FDDIPAD;
448 if (ioctl(p->fd, EIOCTRUNCATE, (caddr_t)&p->snapshot) < 0) {
H A Dsf-pcap.c188 p->snapshot = hdr.snaplen;
249 * If it was done in cooked mode, p->snapshot was
252 * would be p->snapshot. However, a faked Ethernet
255 * would be p->snapshot + 14.
259 * cooked mode, and add 14 to the snapshot length.
260 * That means that, for a raw capture, the snapshot
265 p->snapshot += 14;
273 p->bufsize = p->snapshot;
276 * Bogus snapshot length; use 64KiB as a fallback.
367 * over the BUFMOD problem and not setting the snapshot
[all...]
H A Dpcap-snf.c130 if (caplen > p->snapshot)
131 caplen = p->snapshot;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dmake_pcsi_curl_kit_name.com135 $! We encode the snapshot date into the version as an ECO since a daily
139 $! daiy snapshot of the curl source.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A DMakefile8 dm-snapshot-y += dm-snap.o dm-exception-store.o dm-snap-transient.o \
35 obj-$(CONFIG_DM_SNAPSHOT) += dm-snapshot.o
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A DMakefile92 snapshot: clean
94 @if [ "`uname -n`" != "mops" ]; then echo "Not authorized to advance snapshot"; exit 1; fi
95 @if [ "`pwd`" != "/home/src/BH/hash/iputils" ]; then echo "Wrong place to do snapshot"; exit 1; fi
103 @$(MAKE) -C doc snapshot
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-v4l.c289 int ret, fps, snapshot, compression, pixelformat; local
297 snapshot = 0;
301 snapshot = !!(f->fmt.pix.priv & PWC_FPS_SNAPSHOT);
313 "compression=%d snapshot=%d format=%c%c%c%c\n",
315 compression, snapshot,
326 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.c292 static int set_video_mode_Timon(struct pwc_device *pdev, int size, int frames, int compression, int snapshot) argument
318 if (snapshot)
333 pdev->vsnapshot = snapshot;
345 static int set_video_mode_Kiara(struct pwc_device *pdev, int size, int frames, int compression, int snapshot) argument
358 /* special case: VGA @ 5 fps and snapshot is raw bayer mode */
359 if (size == PSZ_VGA && frames == 5 && snapshot && pdev->vpalette == VIDEO_PALETTE_RAW)
374 snapshot = 0;
389 if (snapshot)
405 pdev->vsnapshot = snapshot;
426 @snapshot
428 pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int frames, int compression, int snapshot) argument
[all...]

Completed in 79 milliseconds

123