HomeSort by: relevance | last modified time | path
    Searched defs:snapshot (Results 1 - 13 of 13) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
mail_version.h 28 #ifdef SNAPSHOT
84 char *snapshot; /* 20111209-nonprod */ member in struct:__anon23114
  /src/tests/fs/common/
snapshot.c 1 /* $NetBSD: snapshot.c,v 1.8 2019/07/09 16:24:01 maya Exp $ */
17 ATF_TC_WITH_CLEANUP(snapshot); variable
18 ATF_TC_HEAD(snapshot, tc)
21 atf_tc_set_md_var(tc, "descr", "basic snapshot features");
35 ATF_TC_BODY(snapshot, tc)
77 atf_tc_fail_errno("create snapshot");
97 /* check that new files are invisible in the snapshot */
100 atf_tc_fail("newfile exists in snapshot");
104 /* check that removed files are still visible in the snapshot */
107 atf_tc_fail_errno("unlinked file no longer in snapshot");
    [all...]
  /src/external/gpl3/gdb/dist/sim/lm32/
dv-lm32timer.c 35 unsigned int snapshot; member in struct:lm32timer
65 if (timer->snapshot)
68 timer->snapshot--;
73 timer->snapshot = timer->period;
77 if ((timer->snapshot == 0) && (timer->control & 1))
157 value = timers->snapshot;
216 timers->snapshot = 0;
  /src/external/gpl3/gdb.old/dist/sim/lm32/
dv-lm32timer.c 35 unsigned int snapshot; member in struct:lm32timer
65 if (timer->snapshot)
68 timer->snapshot--;
73 timer->snapshot = timer->period;
77 if ((timer->snapshot == 0) && (timer->control & 1))
157 value = timers->snapshot;
216 timers->snapshot = 0;
  /src/external/gpl2/lvm2/dist/tools/
lvconvert.c 22 int snapshot; member in struct:lvconvert_params
54 if (lp->snapshot) {
57 "the snapshot origin.");
118 log_error("--snapshot argument cannot be mixed "
127 lp->snapshot = 1;
136 if (lp->snapshot) {
155 if (!(lp->segtype = get_segtype_from_string(cmd, "snapshot")))
841 log_error("Unable to use \"%s\" as both snapshot and origin.",
847 log_error("Unable to create a snapshot of a %s LV.",
851 "snapshot");
    [all...]
  /src/external/bsd/libpcap/dist/
pcap-int.h 128 * Maximum snapshot length.
142 * memory; some applications might use the snapshot length in a
147 * per-linktype maximum snapshot length. Other code might naively
148 * use it; we want to avoid writing a too-large snapshot length,
269 int snapshot; member in struct:pcap
494 * "pcapint_adjust_snapshot()" adjusts the snapshot to be non-zero and
  /src/external/mpl/bind/dist/lib/dns/
qp_p.h 250 * it in active use (maybe with a snapshot for rollback support).
292 /*% is a snapshot using this chunk? [MT] */
293 bool snapshot : 1; member in struct:qp_usage
294 /*% tried to free it but a snapshot needs it [MT] */
296 /*% for mark/sweep snapshot flag updates [MT] */
404 * Originally, a snapshot was basically just a `dns_qpread_t`
410 * Instead, each snapshot records which chunks it needs. When a
411 * snapshot is created, it makes a copy of the `base` array, except
413 * snapshot is destroyed, we can traverse the list of snapshots to
416 * A snapshot's `whence` pointer helps ensure that a `dns_qpsnap_t`i
    [all...]
  /src/games/trek/
trek.h 144 #define E_SNAP 9 /* take a snapshot for time warp */
256 char snap; /* set if snapshot taken */
309 /* other information kept in a snapshot */
322 /* Other stuff, not dumped in a snapshot */
329 char snapshot[sizeof Quad + sizeof Event + sizeof Now]; member in struct:Etc_struct
330 /* snapshot for time warp */
  /src/sys/arch/sparc/sparc/
locore.s 4984 * Snapshot the current process so that stack frames are up to date.
4987 ENTRY(snapshot) function
  /src/sys/arch/sparc64/sparc64/
locore.s 1412 /* Only save a snapshot of locals and ins in DEBUG kernels */
6919 * Snapshot the current process so that stack frames are up to date.
6922 ENTRY(snapshot) function
7531 rdpr %tick, %o1 ! Take timer snapshot
7558 rdpr %tick, %g1 ! Take timer snapshot
  /src/external/gpl2/lvm2/dist/include/
metadata-exported.h 54 #define SNAPSHOT 0x00001000U /* LV - internal use only */
238 * - snapshot (lv_name is 'snapshotN')
331 struct lv_segment *snapshot; member in struct:logical_volume
528 int snapshot; /* snap */ member in struct:lvcreate_params
541 uint32_t chunk_size; /* snapshot */
550 uint32_t voriginextents; /* snapshot */
551 uint64_t voriginsize; /* snapshot */
622 /* Given a cow LV, return return the snapshot lv_segment that uses it */
  /src/external/gpl2/lvm2/dist/lib/metadata/
metadata-exported.h 54 #define SNAPSHOT 0x00001000U /* LV - internal use only */
238 * - snapshot (lv_name is 'snapshotN')
331 struct lv_segment *snapshot; member in struct:logical_volume
528 int snapshot; /* snap */ member in struct:lvcreate_params
541 uint32_t chunk_size; /* snapshot */
550 uint32_t voriginextents; /* snapshot */
551 uint64_t voriginsize; /* snapshot */
622 /* Given a cow LV, return return the snapshot lv_segment that uses it */
  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c 190 { "snapshot", zfs_do_snapshot, HELP_SNAPSHOT },
239 "<snapshot> <filesystem|volume>\n"));
255 "[filesystem|volume|snapshot] ...\n"));
258 "<filesystem|volume|snapshot> ...\n"));
269 "[filesystem|volume|snapshot] ...\n"));
277 "snapshot>\n"
278 "\treceive|recv [-vnsFu] [-o origin=<snapshot>] [-d | -e] "
282 return (gettext("\trename [-f] <filesystem|volume|snapshot> "
283 "<filesystem|volume|snapshot>\n"
285 "\trename -r <snapshot> <snapshot>\n
3251 char *snapshot = NULL; local
5730 char *snapshot = argv[i]; local
    [all...]

Completed in 53 milliseconds