HomeSort by: relevance | last modified time | path
    Searched refs:snapshots (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/arch/vax/consolerl/
anyboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
hkmboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
hksboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
hpmboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
hpsboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
upmboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
upsboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
ramboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
rasboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
  /src/external/public-domain/sqlite/sqlite2mdoc/
README.md 17 Release snapshots are archived in
18 https://kristaps.bsd.lv/sqlite2mdoc/snapshots.
  /src/external/mpl/bind/dist/tests/libtest/
qp.c 171 unsigned int snapshots = 0; local
172 for (dns_qpsnap_t *snap = ISC_LIST_HEAD(multi->snapshots); //
173 snap != NULL; snap = ISC_LIST_NEXT(snap, link), snapshots++)
176 printf("qpmulti %p snapshots %u\n", multi, snapshots);
  /src/external/apache2/llvm/dist/libcxx/
appveyor-reqs-install.cmd 12 appveyor DownloadFile https://prereleases.llvm.org/win-snapshots/LLVM-9.0.0-r357435-win32.exe -FileName llvm-installer.exe
  /src/external/gpl2/lvm2/dist/
configure.in 269 dnl -- snapshots inclusion type
270 AC_MSG_CHECKING(whether to include snapshots)
271 AC_ARG_WITH(snapshots,
272 [ --with-snapshots=TYPE Snapshot support: internal/shared/none
274 [ SNAPSHOTS="$withval" ],
275 [ SNAPSHOTS="internal" ])
276 AC_MSG_RESULT($SNAPSHOTS)
278 if [[ "x$SNAPSHOTS" != xnone -a "x$SNAPSHOTS" != xinternal -a "x$SNAPSHOTS" != xshared ]]
    [all...]
  /src/external/bsd/am-utils/dist/
Makefile.am 335 # make a snapshots and put them in the ftp snapshots directory
340 echo COPYING SNAPSHOTS: $$snap && \
341 cp -pu $$snap $(FTPTOP)/snapshots && \
343 ln -s snapshots/$$snap $(FTPTOP)/am-utils-6.1-snapshot.tar.gz && \
345 (cd $(FTPTOP)/snapshots && ${MAKE} ${MFLAGS})
  /src/usr.sbin/fstyp/
hammer_disk.h 1015 char snapshots[64]; /* softlink dir for pruning */ member in struct:hammer_pseudofs_data
1043 * Snapshot records replace the old <fs>/snapshots/<softlink> methodology. Snapshot
  /src/external/mpl/bind/dist/lib/dns/
qp_p.h 276 * snapshots after the chunks have passed their normal reclamation
402 * Snapshots have some extra cleanup machinery.
407 * snapshots. However that design gets into trouble for a zone with
413 * snapshot is destroyed, we can traverse the list of snapshots to
522 * There is a per-trie list of snapshots that is used for reclaiming
540 /*% all snapshots of this trie */
541 ISC_LIST(dns_qpsnap_t) snapshots; member in struct:dns_qpmulti
qp.c 860 * and are not used by any remaining snapshots.
870 for (dns_qpsnap_t *qps = ISC_LIST_HEAD(multi->snapshots); qps != NULL;
1468 ISC_LIST_INITANDAPPEND(multi->snapshots, qps, link);
1488 ISC_LIST_UNLINK(multi->snapshots, qp, link);
1492 * not accumulate when a trie has a lot of updates and snapshots
1530 ISC_LIST_INIT(multi->snapshots);
1641 REQUIRE(ISC_LIST_EMPTY(multi->snapshots));
  /src/external/apache2/llvm/dist/llvm/utils/release/
build_llvm_package.bat 5 REM used for the the weekly snapshots at http://www.llvm.org/builds.
  /src/external/gpl3/gcc/dist/maintainer-scripts/
gcc_release 453 https://gcc.gnu.org/pub/gcc/snapshots/"${RELEASE}"/
473 periodic snapshots of the GCC source tree available to the public
476 <p>If you are planning to download and use one of our snapshots, then
548 # The directory in which snapshots will be placed.
549 SNAPSHOTS_DIR=${FTP_PATH}/snapshots
712 FTP_PATH="${FTP_PATH}/snapshots/${RELEASE}"
778 # For snapshots, make some further updates.
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
gcc_release 453 https://gcc.gnu.org/pub/gcc/snapshots/"${RELEASE}"/
473 periodic snapshots of the GCC source tree available to the public
476 <p>If you are planning to download and use one of our snapshots, then
548 # The directory in which snapshots will be placed.
549 SNAPSHOTS_DIR=${FTP_PATH}/snapshots
712 FTP_PATH="${FTP_PATH}/snapshots/${RELEASE}"
778 # For snapshots, make some further updates.
  /src/external/bsd/mdocml/dist/
Makefile 596 $(HTDOCDIR)/snapshots

Completed in 65 milliseconds