Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_config.c343 static const char *exclude = NULL; in zpool_skip_pool() local
352 exclude = getenv("__ZFS_POOL_EXCLUDE"); in zpool_skip_pool()
356 if (exclude != NULL) { in zpool_skip_pool()
357 cur = exclude; in zpool_skip_pool()
H A Dlibzfs_sendrecv.c1003 boolean_t exclude = B_FALSE; in dump_snapshot() local
1054 exclude = !nvlist_exists(snapprops, "is_clone_origin"); in dump_snapshot()
1056 exclude = B_TRUE; in dump_snapshot()
1064 if (exclude || (sdd->filter_cb != NULL && in dump_snapshot()
/f-stack/dpdk/devtools/
H A Dcheck-symbol-maps.sh23 if ! grep -q -r --exclude=$(basename $map) \
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dindex.rst28 :exclude-members: lzc_snap, lzc_recv, lzc_destroy_one,
/f-stack/freebsd/contrib/openzfs/
H A DMakefile.am130 shellcheck --exclude=SC1090 --exclude=SC1117 --format=gcc \
200 git ls-files . --exclude-standard --others | \
/f-stack/app/redis-5.0.5/deps/hiredis/
H A D.travis.yml32 exclude:
/f-stack/freebsd/contrib/openzfs/config/
H A Ddeb.am61 ## These -x arguments are passed to dpkg-shlibdeps, which exclude the
/f-stack/freebsd/contrib/openzfs/rpm/generic/
H A Dzfs.spec.in465 %exclude %{_sysconfdir}/%{name}/zfs-functions
466 %exclude %{_initconfdir}/zfs
528 %exclude /usr/share/initramfs-tools
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dphy-mtk-xsphy.txt19 exclude port's private register, if only U2 ports provided,
H A Dphy-mtk-tphy.txt34 exclude port's private register. It is needed on mt2701
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dproperties.shlib44 # us to exclude 'off' and 'on' which can be either unwanted, or a duplicate of
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dchosen.txt99 memory and exclude, at its boot time, any other memory areas that are
/f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/
H A Dreserved-memory.txt4 The operating system shall exclude reserved memory from normal usage
/f-stack/tools/libxo/doc/
H A Dencoders.rst158 The "leafs" option can also be used to exclude leafs, limiting the
/f-stack/freebsd/contrib/zstd/lib/
H A DREADME.md5 in order to make it easier to select or exclude features.
/f-stack/dpdk/doc/guides/nics/
H A Dtap.rst194 Change the ``-b`` options to exclude all of your physical ports. The
/f-stack/freebsd/contrib/zstd/programs/
H A DREADME.md179 --exclude-compressed: only compress files that are not already compressed
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG101 cli: command --exclude-compressed, by @shashank0791
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog550 + Add --retain and --exclude for backtrace symbol filtering. (@jasone)