Searched refs:incremental (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/ntp/util/
H A Dtimetrim.c50 int incremental = 0, ntpunits = 0; local
57 incremental++;
97 if (incremental)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_022_pos.ksh23 # Verify resumability of an incremental ZFS send/receive with ZFS bookmarks in
31 # 5. Start an incremental ZFS send of the ZFS bookmark, redirect output to a
41 log_assert "Verify resumability of an incremental ZFS send/receive with ZFS " \
57 log_must zfs receive -v $sendfs </$POOL/incremental.zsend
60 log_pass "Verify resumability of an incremental ZFS send/receive with ZFS " \
H A Drsend.kshlib691 ">/$sendpool/incremental.zsend"
739 # incremental stream, subtract the size of the source snapshot before
740 # comparing. This function does not currently handle incremental streams
747 # $4 The source snapshot of an incremental send
791 rm -f /$sendpool/initial.zsend /$sendpool/incremental.zsend
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDriver.cpp960 if (!ctx.config.incremental) {
1632 config->incremental = false;
1640 config->incremental = true;
1648 config->incremental = true;
2037 config->incremental =
2065 if (config->incremental && args.hasArg(OPT_profile)) {
2066 warn("ignoring '/incremental' due to '/profile' specification");
2067 config->incremental = false;
2070 if (config->incremental && args.hasArg(OPT_order)) {
2071 warn("ignoring '/incremental' du
[all...]
H A DConfig.h312 bool incremental = true; member in struct:lld::coff::Configuration
/freebsd-current/share/mk/
H A Dbsd.init.mk89 .warning META_MODE is less useful for incremental builds without filemon.
H A Dsys.mk72 # this should not be a real problem for incremental builds.
/freebsd-current/usr.sbin/bhyve/
H A Drfb.c193 uint8_t incremental; member in struct:rfb_updt_msg
736 if (!updt_msg.incremental)
/freebsd-current/sys/contrib/xen/
H A Dsysctl.h48 uint8_t incremental; member in struct:xen_sysctl_readconsole
51 * IN: Start index for consuming from ring buffer (if @incremental);
/freebsd-current/
H A DMakefile298 # Require filemon be loaded to provide a working incremental build
300 ${.newline}ERROR: WITH_META_MODE is enabled but requires filemon for an incremental build. \
/freebsd-current/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py200 with tempfile.TemporaryFile(suffix='.zstream') as incremental:
201 lzc.lzc_send(snaps[2], snaps[1], incremental.fileno())
202 incremental.seek(0)
203 yield (filename, (full, incremental))
1763 # XXX Although undocumented the API allows to create an incremental
2200 # because cannot receive incremental and set origin on a non-clone

Completed in 298 milliseconds