| /rk3399_rockchip-uboot/scripts/dtc/pylibfdt/ |
| H A D | libfdt.i_shipped | 40 # QUIET_ALL can be passed as the 'quiet' parameter to avoid exceptions 44 # Pass this as the 'quiet' parameter to return -ENOTFOUND on NOTFOUND errors, 68 def check_err(val, quiet=()): 75 quiet: Errors to ignore (empty to raise on all errors) 84 if -val not in quiet: 88 def check_err_null(val, quiet=()): 96 quiet: Errors to ignore (empty to raise on all errors) 103 is not in @quiet. 108 if -val not in quiet: 124 behaviour a 'quiet' parameter is provided for some functions. This [all …]
|
| H A D | Makefile | 23 $(PYTHON) $< --quiet build_ext --inplace
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | scan.c | 63 int offs, int quiet) in ubifs_scan_a_node() argument 84 if (ubifs_check_node(c, buf, lnum, offs, quiet, 1)) in ubifs_scan_a_node() 95 if (!quiet) { in ubifs_scan_a_node() 105 if (!quiet) in ubifs_scan_a_node() 261 int offs, void *sbuf, int quiet) in ubifs_scan() argument 280 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet); in ubifs_scan() 320 if (!quiet) in ubifs_scan() 333 if (!quiet) in ubifs_scan() 342 if (!quiet) { in ubifs_scan()
|
| H A D | io.c | 240 int offs, int quiet, int must_chk_crc) in ubifs_check_node() argument 251 if (!quiet) in ubifs_check_node() 260 if (!quiet) in ubifs_check_node() 283 if (!quiet) in ubifs_check_node() 293 if (!quiet) in ubifs_check_node() 296 if (!quiet) { in ubifs_check_node()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc.c | 29 int quiet; /* Level of quietness */ variable 182 quiet = 0; in main() 224 quiet++; in main()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | mkmakefile | 20 if [ "${quiet}" != "silent_" ]; then
|
| H A D | Kbuild.include | 38 kecho := $($(quiet)kecho) 217 # Short version is used, if $(quiet) equals `quiet_', otherwise full one. 218 echo-cmd = $(if $($(quiet)cmd_$(1)),\ 219 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | vinco_defconfig | 7 …console=ttyS0,115200 earlyprintk rw root=/dev/mmcblk0p2 rootfstype=ext4 rootwait quiet lpj=1990656"
|
| H A D | ls1012afrdm_qspi_defconfig | 14 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 quiet lpj=250…
|
| H A D | ls1012ardb_qspi_SECURE_BOOT_defconfig | 14 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 quiet lpj=250…
|
| H A D | ls1012ardb_qspi_defconfig | 14 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 quiet lpj=250…
|
| H A D | dfi-bt700-q7x-151_defconfig | 17 CONFIG_BOOTARGS="root=/dev/sda1 ro quiet"
|
| H A D | conga-qeval20-qa3-e3845_defconfig | 18 CONFIG_BOOTARGS="root=/dev/sda2 ro quiet"
|
| H A D | conga-qeval20-qa3-e3845-internal-uart_defconfig | 18 CONFIG_BOOTARGS="root=/dev/sda2 ro quiet"
|
| H A D | ls1012aqds_qspi_defconfig | 14 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 quiet lpj=250…
|
| /rk3399_rockchip-uboot/doc/DocBook/ |
| H A D | Makefile | 76 $(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))';) \ 180 @$($(quiet)gen_xml)
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | nand.c | 400 int quiet = CONFIG_SYS_NAND_QUIET; in do_nand() local 402 int quiet = 0; in do_nand() local 413 quiet = simple_strtoul(quiet_str, NULL, 0) != 0; in do_nand() 532 opts.quiet = quiet; in do_nand()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | imagetool.c | 54 if (!params->quiet) in imagetool_verify_print_header()
|
| H A D | imagetool.h | 78 bool quiet; /* Don't output text in normal operation */ member
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtd_uboot.c | 167 static int mtd_del_parts(struct mtd_info *mtd, bool quiet) in mtd_del_parts() argument 176 if (!quiet) in mtd_del_parts()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.silent | 1 The config option CONFIG_SILENT_CONSOLE can be used to quiet messages
|
| /rk3399_rockchip-uboot/include/ |
| H A D | nand.h | 87 int quiet; /* don't display progress messages */ member
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_util.c | 112 if (!opts->quiet) in nand_erase_opts() 157 if (!opts->quiet) { in nand_erase_opts() 180 if (!opts->quiet) in nand_erase_opts()
|
| /rk3399_rockchip-uboot/board/freescale/mx6sabreauto/ |
| H A D | README | 72 # setenv bootargs "console=ttymxc3,115200 root=/dev/mmcblk0p1 rootfstype=ext4 rootwait quiet rw"
|
| /rk3399_rockchip-uboot/common/ |
| H A D | fb_nand.c | 76 opts.quiet = 1; in _fb_nand_erase()
|