Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 25 of 98) sorted by relevance

1234

/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c157 int verbose = MAX(dump_opt['d'], dump_opt['i']); in zil_prt_rec_write() local
164 if (txtype == TX_WRITE2 || verbose < 5) in zil_prt_rec_write()
330 if (txtype && verbose >= 3) { in print_log_record()
353 if (verbose <= 3) in print_log_block()
356 if (verbose >= 5) { in print_log_block()
378 print_log_stats(int verbose) in print_log_stats() argument
382 if (verbose > 3) in print_log_stats()
392 if (zil_rec_info[i].zri_count || verbose >= 3) in print_log_stats()
407 if (BP_IS_HOLE(&zh->zh_log) || verbose < 1) in dump_intent_log()
426 if (verbose >= 2) { in dump_intent_log()
[all …]
/f-stack/dpdk/devtools/
H A Dcheck-spdx-tag.sh10 verbose=false
18 if $verbose; then
37 if $verbose ; then
53 v ) verbose=true ;;
H A Dcheckpatches.sh205 verbose=false
211 v ) verbose=true ;;
238 ! $verbose || print_headline "$3"
253 ! $verbose || printf 'Running checkpatch.pl:\n'
261 ! $verbose || printf '\nChecking API additions/removals:\n'
269 ! $verbose || printf '\nChecking forbidden tokens additions:\n'
277 ! $verbose || printf '\nChecking __rte_experimental tags:\n'
285 ! $verbose || printf '\nChecking __rte_internal tags:\n'
H A Dbuild-tags.sh10 verbose=false
31 v ) verbose=true ;;
152 if $verbose ; then
H A Dtest-meson-builds.sh60 verbose=8
88 echo "Using DPDK_TARGET $DPDK_TARGET" >&$verbose
122 echo "$MESON $options $dir $builddir" >&$verbose
145 echo "DESTDIR=$2 $ninja_cmd -C $1 install" >&$verbose
/f-stack/tools/ifconfig/
H A Dsfp.c58 sfp_status(int s, struct ifreq *ifr, int verbose) in sfp_status() argument
91 if (verbose > 1) in sfp_status()
94 if (verbose > 5) { in sfp_status()
105 if (ifconfig_sfp_id_is_qsfp(info.sfp_id) && verbose > 1) in sfp_status()
120 if (verbose > 2) { in sfp_status()
H A Difieee80211.c550 if (verbose) { in setregdomain_cb()
567 if (verbose) { in setregdomain_cb()
2705 if (verbose) { in printie()
2747 if (!verbose) in printwmeparam()
2772 if (verbose) { in printwmeinfo()
2784 if (verbose) { in printvhtcap()
2807 if (verbose) { in printvhtinfo()
2829 if (verbose) { in printvhtpwrenv()
2856 if (verbose) { in printhtcap()
2890 if (verbose) { in printhtinfo()
[all …]
H A Difconfig.h152 extern int verbose;
168 void sfp_status(int s, struct ifreq *ifr, int verbose);
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c324 int verbose) in dump_map() argument
326 if (verbose == 0) { in dump_map()
328 } else if (verbose == 1) { in dump_map()
346 if (verbose > 2) { in dump_map()
812 verbose++; in draid_generate()
895 MAX(verbose, 1)); in draid_generate()
898 if (verbose > 0) in draid_generate()
939 verbose++; in draid_verify()
1101 if (verbose > 0) { in draid_verify()
1155 verbose++; in draid_dump()
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/zfs_ids_to_path/
H A Dzfs_ids_to_path.c46 boolean_t verbose = B_FALSE; in main() local
51 verbose = B_TRUE; in main()
85 if (verbose) { in main()
/f-stack/freebsd/contrib/openzfs/cmd/zstream/
H A Dzstream_dump.c254 if (verbose) in zstream_do_dump()
383 if (verbose) in zstream_do_dump()
466 if (verbose) { in zstream_do_dump()
501 if (verbose) { in zstream_do_dump()
529 if (verbose) { in zstream_do_dump()
590 if (verbose) { in zstream_do_dump()
614 if (verbose) { in zstream_do_dump()
633 if (verbose) { in zstream_do_dump()
677 if (verbose) { in zstream_do_dump()
707 if (verbose) { in zstream_do_dump()
[all …]
H A Dzstream_redup.c187 zfs_redup_stream(int infd, int outfd, boolean_t verbose) in zfs_redup_stream() argument
403 if (verbose) { in zfs_redup_stream()
423 boolean_t verbose = B_FALSE; in zstream_do_redup() local
429 verbose = B_TRUE; in zstream_do_redup()
463 zfs_redup_stream(fd, STDOUT_FILENO, verbose); in zstream_do_redup()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Ddefault.cfg.in161 verbose=" -v"
183 verbose="v"
207 verbose="v"
220 export unpack_opts pack_opts verbose unpack_preserve pack_preserve \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/file_write/
H A Dfile_write.c77 int verbose = 0; in main() local
108 verbose = 1; in main()
209 if (verbose) { in main()
238 if (verbose) { in main()
/f-stack/tools/libutil/tests/
H A Dhumanize_number_test.c408 int *includeNegativeScale, int *includeExabytes, int *verbose) { in read_options() argument
434 *verbose = 1; in read_options()
507 int verbose; in main() local
513 verbose = 0; in main()
516 &includeExabyteTests, &verbose); in main()
547 if (verbose) in main()
561 if (verbose) in main()
573 if (verbose) in main()
586 if (verbose) in main()
/f-stack/freebsd/contrib/openzfs/etc/init.d/
H A Dzfs-mount.in68 local verbose overlay i mntpt val
70 check_boolean "$VERBOSE_MOUNT" && verbose=v
74 "$ZFS" mount -a$verbose$overlay "$MOUNT_EXTRA_OPTIONS"
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dcstyle.pl86 my $verbose = $opts{'v'};
112 if ($verbose) {
198 if ($verbose) {
214 if ($verbose) {
226 if ($verbose) {
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkfile/
H A Dmkfile.c60 int verbose = 0; /* option variable */ in main() local
72 verbose++; in main()
129 if (verbose) in main()
/f-stack/freebsd/contrib/zlib/
H A Dzutil.c117 # ifndef verbose
118 # define verbose 0 macro
120 int ZLIB_INTERNAL z_verbose = verbose;
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_debug.c80 void opae_adapter_dump(struct opae_adapter *adapter, int verbose) in opae_adapter_dump() argument
84 if (verbose) { in opae_adapter_dump()
H A Dopae_debug.h17 void opae_adapter_dump(struct opae_adapter *adapter, int verbose);
/f-stack/lib/
H A Dff_init_main.c183 int verbose; in mi_startup() local
215 verbose = 0; in mi_startup()
238 verbose = 1; in mi_startup()
242 if (verbose) { in mi_startup()
264 if (verbose) in mi_startup()
/f-stack/tools/ipfw/
H A Dnat64lsn.c790 if (g_co.verbose || cfg->states_chunks > 1) in nat64lsn_show_cb()
792 if (g_co.verbose || cfg->nh_delete_delay != NAT64LSN_HOST_AGE) in nat64lsn_show_cb()
794 if (g_co.verbose || cfg->pg_delete_delay != NAT64LSN_PG_AGE) in nat64lsn_show_cb()
796 if (g_co.verbose || cfg->st_syn_ttl != NAT64LSN_TCP_SYN_AGE) in nat64lsn_show_cb()
798 if (g_co.verbose || cfg->st_close_ttl != NAT64LSN_TCP_FIN_AGE) in nat64lsn_show_cb()
800 if (g_co.verbose || cfg->st_estab_ttl != NAT64LSN_TCP_EST_AGE) in nat64lsn_show_cb()
802 if (g_co.verbose || cfg->st_udp_ttl != NAT64LSN_UDP_AGE) in nat64lsn_show_cb()
804 if (g_co.verbose || cfg->st_icmp_ttl != NAT64LSN_ICMP_AGE) in nat64lsn_show_cb()
806 if (g_co.verbose || cfg->jmaxlen != NAT64LSN_JMAXLEN) in nat64lsn_show_cb()
/f-stack/freebsd/contrib/openzfs/cmd/mount_zfs/
H A Dmount_zfs.c144 int sloppy = 0, fake = 0, verbose = 0, nomtab = 0, zfsutil = 0; in main() local
166 verbose++; in main()
233 if (verbose) in main()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/pyzfs/
H A Dpyzfs_unittest.ksh.in50 @PYTHON@ -m unittest --verbose \

1234