/u-boot/tools/gdb/ |
A D | gdbsend.c | 20 int verbose = 0, docont = 0; variable 61 verbose = 1; in main() 76 if (verbose) in main() 97 if (verbose) in main() 108 if (verbose) in main() 116 if (verbose) in main()
|
A D | gdbcont.c | 17 int verbose = 0; variable 42 verbose = 1; in main() 53 if (verbose) in main() 66 if (verbose) in main()
|
/u-boot/tools/patman/ |
A D | tout.py | 45 return stdout_is_tty and verbose > 0 50 if verbose > 0 and stdout_is_tty and in_progress: 63 if verbose > 0: 82 if verbose >= level: 165 global verbose, _progress, _color, _stdout, stdout_is_tty 167 verbose = _verbose
|
A D | get_maintainer.py | 26 def GetMaintainer(dir_list, fname, verbose=False): argument 42 if verbose:
|
A D | checkpatch.py | 41 def CheckPatch(fname, verbose=False, show_types=False): argument 101 if verbose: 189 def CheckPatches(verbose, args): argument 195 result = CheckPatch(fname, verbose)
|
A D | control.py | 67 def check_patches(series, patch_files, run_checkpatch, verbose): argument 89 ok = checkpatch.CheckPatches(verbose, patch_files) 168 args.verbose)
|
/u-boot/doc/sphinx/ |
A D | kernellog.py | 22 def verbose(app, message): function 24 logger.verbose(message) 26 app.verbose(message)
|
A D | kfigure.py | 176 kernellog.verbose(app, "kfigure: check installed tools ...") 182 kernellog.verbose(app, "use dot(1) from: " + dot_cmd) 187 kernellog.verbose(app, "use convert(1) from: " + convert_cmd) 225 kernellog.verbose(app, 'assert best format for: ' + img_node['uri']) 230 kernellog.verbose(app, 258 kernellog.verbose(app, 272 kernellog.verbose(app, 280 kernellog.verbose(app, 'convert DOT to: {out}/' + _name) 284 kernellog.verbose(app, 'convert SVG to: {out}/' + _name) 424 kernellog.verbose(app, 'visit kernel-render node lang: "%s"' % (srclang)) [all …]
|
/u-boot/lib/zlib/ |
A D | zutil.c | 29 #ifndef verbose 30 #define verbose 0 macro 32 int z_verbose = verbose;
|
/u-boot/tools/buildman/ |
A D | toolchain.py | 105 if verbose: 301 elif verbose: 307 def ScanPath(self, path, verbose): argument 319 if verbose: print(" - looking in '%s'" % dirname) 321 if verbose: print(" - found '%s'" % fname) 341 def Scan(self, verbose): argument 351 if verbose: print('Scanning for tool chains') 353 if verbose: print(" - scanning prefix '%s'" % value) 368 if verbose: print(" - scanning path '%s'" % path) 369 fnames = self.ScanPath(path, verbose) [all …]
|
A D | control.py | 80 if options.verbose: 169 toolchains.Scan(options.list_tool_chains and options.verbose) 291 options.verbose = True 372 options.keep_outputs, options.verbose)
|
/u-boot/fs/ubifs/ |
A D | Kconfig | 2 bool "UBIFS silence verbose messages" 5 Make the verbose messages from UBIFS stop printing. This leaves
|
/u-boot/cmd/ |
A D | nvedit_efi.c | 127 if (verbose) in efi_dump_single_var() 174 const efi_guid_t *guid_p, bool verbose) in efi_dump_var_all() argument 215 efi_dump_single_var(var_name16, &guid, verbose); in efi_dump_var_all() 244 bool verbose = true; in do_env_print_efi() local 268 verbose = false; in do_env_print_efi() 275 return efi_dump_var_all(argc, argv, guid_p, verbose); in do_env_print_efi() 418 bool default_guid, verbose, value_on_memory; in do_env_set_efi() local 443 verbose = false; in do_env_set_efi() 484 verbose = true; in do_env_set_efi() 501 if (verbose) { in do_env_set_efi() [all …]
|
/u-boot/board/xilinx/common/ |
A D | fru_ops.c | 241 static int fru_display_board(struct fru_board_data *brd, int verbose) in fru_display_board() argument 264 if (verbose) { in fru_display_board() 276 if (verbose) in fru_display_board() 320 static void fru_display_common_hdr(struct fru_common_hdr *hdr, int verbose) in fru_display_common_hdr() argument 322 if (!verbose) in fru_display_common_hdr() 358 int fru_display(int verbose) in fru_display() argument 365 fru_display_common_hdr(&fru_data.hdr, verbose); in fru_display() 367 return fru_display_board(&fru_data.brd, verbose); in fru_display()
|
/u-boot/board/keymile/common/ |
A D | common.c | 210 int verbose = argc > 1 && *argv[1] == 'v'; in do_checkboardidhwk() local 260 if (verbose) { in do_checkboardidhwk() 293 if (verbose) { in do_checkboardidhwk() 343 int verbose = argc > 1 && *argv[1] == 'v'; in do_checktestboot() local 352 if (verbose) { in do_checktestboot()
|
/u-boot/cmd/x86/ |
A D | hob.c | 100 bool verbose = false; in do_hob() local 107 verbose = true; in do_hob() 153 if (verbose) in do_hob()
|
/u-boot/include/power/ |
A D | regulator.h | 421 int regulators_enable_boot_on(bool verbose); 487 bool verbose); 606 static inline int regulators_enable_boot_on(bool verbose) in regulators_enable_boot_on() argument 622 bool verbose) in regulator_list_autoset() argument
|
/u-boot/drivers/scsi/ |
A D | scsi.c | 560 static int do_scsi_scan_one(struct udevice *dev, int id, int lun, bool verbose) in do_scsi_scan_one() argument 598 if (verbose) { in do_scsi_scan_one() 605 int scsi_scan_dev(struct udevice *dev, bool verbose) in scsi_scan_dev() argument 622 do_scsi_scan_one(dev, i, lun, verbose); in scsi_scan_dev() 627 int scsi_scan(bool verbose) in scsi_scan() argument 633 if (verbose) in scsi_scan() 643 ret = scsi_scan_dev(dev, verbose); in scsi_scan() 651 int scsi_scan(bool verbose) in scsi_scan() argument 656 if (verbose) in scsi_scan() 671 if (verbose) { in scsi_scan()
|
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | mp.h | 8 int hold_cores_in_reset(int verbose);
|
/u-boot/include/ |
A D | scsi.h | 227 int scsi_scan(bool verbose); 235 int scsi_scan_dev(struct udevice *dev, bool verbose);
|
/u-boot/scripts/kconfig/tests/ |
A D | pytest.ini | 2 addopts = --verbose
|
/u-boot/board/gateworks/gw_ventana/ |
A D | gsc.h | 68 int gsc_info(int verbose);
|
/u-boot/tools/ |
A D | proftool.c | 58 int verbose; /* Verbosity level 0=none, 1=warn, 2=notice, 3=info, 4=debug */ variable 72 if (verbose >= level) { in outf() 569 verbose = 2; in main() 585 verbose = atoi(optarg); in main()
|
/u-boot/scripts/ |
A D | kernel-doc | 284 my $verbose = 0; 329 $verbose = "$ENV{'KBUILD_VERBOSE'}"; 456 $verbose = 1; 1809 if ($verbose && !$noret) { 2084 if (($declaration_purpose eq "") && $verbose) { 2102 if ($verbose) { 2126 if ($verbose) { 2156 if (!$in_doc_sect && $verbose) { 2429 if ($verbose && $errors) { 2432 if ($verbose && $warnings) {
|
/u-boot/drivers/power/regulator/ |
A D | regulator-uclass.c | 349 bool verbose) in regulator_list_autoset() argument 356 if (ret != -EMEDIUMTYPE && verbose) in regulator_list_autoset() 472 int regulators_enable_boot_on(bool verbose) in regulators_enable_boot_on() argument 489 if (verbose) in regulators_enable_boot_on()
|