Home
last modified time | relevance | path

Searched refs:silent (Results 1 – 21 of 21) sorted by relevance

/f-stack/freebsd/contrib/zstd/programs/
H A Dzstdgrep32 silent=0
79 silent=1
117 if [ "${silent}" -lt 1 ] && [ "$#" -gt 1 ]; then
H A DREADME.md42 This is useful to prevent silent feature disabling.
52 This is useful to prevent silent feature disabling.
62 This is useful to prevent silent feature disabling.
/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_verify.h17 int silent; member
H A Dcomp_perf_test_throughput.c38 ctx->ver.silent = 1; /* ver. part will be silent */ in cperf_throughput_test_constructor()
H A Dcomp_perf_test_verify.c430 if (!ctx->silent) { in cperf_verify_test_runner()
H A Dcomp_perf_test_cyclecount.c50 ctx->ver.silent = 1; /* ver. part will be silent */ in cperf_cyclecount_test_constructor()
/f-stack/tools/libxo/packaging/
H A Dlibxo.rb.base.in16 system "./configure", "--disable-dependency-tracking", "--disable-silent-rules",
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c246 zpl_fill_super(struct super_block *sb, void *data, int silent) in zpl_fill_super() argument
253 error = -zfs_domount(sb, zm, silent); in zpl_fill_super()
H A Dzfs_vfsops.c1451 zfs_domount(struct super_block *sb, zfs_mnt_t *zm, int silent) in zfs_domount() argument
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_options.h102 uint32_t silent:1; member
H A Dcperf_options_parsing.c519 opts->silent = 1; in parse_silent()
775 opts->silent = 1; in parse_csv_friendly()
891 opts->silent = 0; in cperf_options_default()
H A Dmain.c546 if (!opts.silent) in main()
595 if (!opts.silent && opts.test != CPERF_TEST_TYPE_THROUGHPUT && in main()
/f-stack/freebsd/contrib/openzfs/config/
H A DRules.am23 AM_LIBTOOLFLAGS = --silent
/f-stack/dpdk/doc/guides/tools/
H A Dcryptoperf.rst90 * ``--silent``
404 on two cores for cipher encryption aes-cbc, ten operations in silent mode::
409 --cipher-op encrypt --optype cipher-only --silent
414 in silent mode, test vector provide in file "test_aes_gcm.data"
420 --optype aead --silent --ptest verify --total-ops 10
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h212 extern int zfs_domount(struct super_block *sb, zfs_mnt_t *zm, int silent);
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c997 int silent = 0; in ng_l2cap_l2ca_receive() local
1016 silent = 1; in ng_l2cap_l2ca_receive()
1025 silent = 1; in ng_l2cap_l2ca_receive()
1034 if(!silent) in ng_l2cap_l2ca_receive()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dkeep_alive.rst18 The application demonstrates how to protect against 'silent outages'
/f-stack/tools/libxo/
H A Dconfigure.ac18 # Support silent build rules. Requires at least automake-1.11.
19 # Disable with "configure --disable-silent-rules" or "make V=1"
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure831 silent=
1101 | -silent | --silent | --silen | --sile | --sil)
1102 silent=yes ;;
1277 test "$silent" = yes && exec 6>/dev/null
2265 | -silent | --silent | --silen | --sile | --sil)
12843 ac_configure_extra_args="$ac_configure_extra_args --silent"
13596 test "$silent" = yes &&
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG360 cli : fix : --rm remains silent when input is stdin
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst663 * ``0`` silent except for error.