| /src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/ |
| Makefile | 20 SUBDIRS += mirror snapshot
|
| Makefile.in | 20 SUBDIRS += mirror snapshot
|
| /src/external/gpl2/lvm2/dist/lib/metadata/ |
| snapshot_manip.c | 30 return lv->snapshot ? 1 : 0; 35 if (lv->status & SNAPSHOT) 54 /* Given a cow LV, return the snapshot lv_segment that uses it */ 57 return lv->snapshot; 63 return lv->snapshot->origin; 75 cow->snapshot = seg; 83 seg->lv->status |= (SNAPSHOT | VIRTUAL); 99 log_error("'%s' is already in use as a snapshot.", cow->name); 104 log_error("Snapshot and origin LVs must differ."); 108 if (!(snap = lv_create_empty("snapshot%d" [all...] |
| /src/distrib/vax/tk50/ |
| Makefile | 22 dd if=${DESTDIR}/snapshot/bin.tar.gz of=/dev/nr${TAPEDEV} bs=64k 23 dd if=${DESTDIR}/snapshot/dev.tar.gz of=/dev/nr${TAPEDEV} bs=64k 24 dd if=${DESTDIR}/snapshot/etc.tar.gz of=/dev/nr${TAPEDEV} bs=64k 25 dd if=${DESTDIR}/snapshot/sbin.tar.gz of=/dev/nr${TAPEDEV} bs=64k 26 dd if=${DESTDIR}/snapshot/usr.bin.tar.gz of=/dev/nr${TAPEDEV} bs=64k 27 dd if=${DESTDIR}/snapshot/usr.games.tar.gz of=/dev/nr${TAPEDEV} bs=64k 28 dd if=${DESTDIR}/snapshot/usr.include.tar.gz of=/dev/nr${TAPEDEV} bs=64k 29 dd if=${DESTDIR}/snapshot/usr.lib.tar.gz of=/dev/nr${TAPEDEV} bs=64k 30 dd if=${DESTDIR}/snapshot/usr.libexec.tar.gz of=/dev/nr${TAPEDEV} bs=64k 31 dd if=${DESTDIR}/snapshot/usr.misc.tar.gz of=/dev/nr${TAPEDEV} bs=64 [all...] |
| /src/sys/rump/dev/lib/libfss/ |
| Makefile | 7 COMMENT=File system snapshot device
|
| /src/external/gpl3/gcc/dist/maintainer-scripts/ |
| update_version_git | 9 if [ -d /sourceware/snapshot-tmp/gcc ]; then 10 TMPDIR=/sourceware/snapshot-tmp/gcc
|
| /src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| update_version_git | 9 if [ -d /sourceware/snapshot-tmp/gcc ]; then 10 TMPDIR=/sourceware/snapshot-tmp/gcc
|
| /src/external/gpl2/lvm2/dist/lib/snapshot/ |
| Makefile.in | 20 SOURCES = snapshot.c
|
| Makefile | 20 SOURCES = snapshot.c
|
| /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/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/sbin/fsck_msdos/ |
| Makefile | 7 SRCS= main.c check.c boot.c fat.c dir.c fsutil.c snapshot.c
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| mail_version.h | 28 #ifdef SNAPSHOT 84 char *snapshot; /* 20111209-nonprod */ member in struct:__anon23114
|
| mail_version.c | 16 /* char *snapshot; /* null or snapshot info */ 51 /* it is a string with the snapshot release date plus some 148 mp->snapshot = 0; 149 else if ((mp->snapshot = mystrtok(&cp, "")) == 0) 150 return ("missing snapshot field"); 223 vstream_printf("snapshot: %s\n", mp->snapshot);
|
| /src/external/bsd/libpcap/dist/ |
| pcap-nit.c | 185 if (caplen > p->snapshot) 186 caplen = p->snapshot; 228 nioc.nioc_snaplen = p->snapshot; 280 * Turn a negative snapshot value (invalid), a snapshot value of 284 * If some application really *needs* a bigger snapshot 287 if (p->snapshot <= 0 || p->snapshot > MAXIMUM_SNAPLEN) 288 p->snapshot = MAXIMUM_SNAPLEN; 290 if (p->snapshot < 96 [all...] |
| pcap-snoop.c | 113 if (cc == (p->snapshot + sizeof(struct snoopheader)) && 114 (datalen < p->snapshot)) 117 caplen = (datalen < p->snapshot) ? datalen : p->snapshot; 330 * Turn a negative snapshot value (invalid), a snapshot value of 334 * If some application really *needs* a bigger snapshot 337 if (p->snapshot <= 0 || p->snapshot > MAXIMUM_SNAPLEN) 338 p->snapshot = MAXIMUM_SNAPLEN [all...] |
| sf-pcap.c | 336 p->snapshot = pcapint_adjust_snapshot(p->linktype, hdr.snaplen); 447 * If it was done in cooked mode, p->snapshot was 450 * would be p->snapshot. However, a faked Ethernet 453 * would be p->snapshot + 14. 457 * cooked mode, and add 14 to the snapshot length. 458 * That means that, for a raw capture, the snapshot 463 * But don't grow the snapshot length past the 466 if (p->snapshot <= INT_MAX - 14) 467 p->snapshot += 14; 469 p->snapshot = INT_MAX [all...] |
| pcap-septel.c | 122 caplen = p->snapshot ; 194 * Turn a negative snapshot value (invalid), a snapshot value of 198 * If some application really *needs* a bigger snapshot 201 if (handle->snapshot <= 0 || handle->snapshot > MAXIMUM_SNAPLEN) 202 handle->snapshot = MAXIMUM_SNAPLEN;
|
| pcap-snit.c | 144 * loop through each snapshot in the chunk 191 /* next snapshot */ 195 if (caplen > p->snapshot) 196 caplen = p->snapshot; 306 * Turn a negative snapshot value (invalid), a snapshot value of 310 * If some application really *needs* a bigger snapshot 313 if (p->snapshot <= 0 || p->snapshot > MAXIMUM_SNAPLEN) 314 p->snapshot = MAXIMUM_SNAPLEN [all...] |
| pcap-bt-monitor-linux.c | 115 iv[1].iov_len = handle->snapshot; 199 * Turn a negative snapshot value (invalid), a snapshot value of 203 * If some application really *needs* a bigger snapshot 206 if (handle->snapshot <= 0 || handle->snapshot > MAXIMUM_SNAPLEN) 207 handle->snapshot = MAXIMUM_SNAPLEN; 209 handle->bufsize = BT_CONTROL_SIZE + sizeof(pcap_bluetooth_linux_monitor_header) + handle->snapshot;
|
| /src/sbin/dump/ |
| Makefile | 31 SRCS= itime.c main.c optr.c dumprmt.c rcache.c snapshot.c tape.c \
|
| /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/gpl2/lvm2/dist/lib/ |
| Makefile | 29 SUBDIRS += snapshot 126 SOURCES += snapshot/snapshot.c
|
| Makefile.in | 29 SUBDIRS += snapshot 126 SOURCES += snapshot/snapshot.c
|
| /src/sbin/dump_lfs/ |
| Makefile | 18 SRCS= itime.c main.c optr.c dumprmt.c rcache.c snapshot.c tape.c \
|