Searched refs:quiet (Results 1 - 25 of 36) sorted by relevance

12

/u-boot/dts/upstream/scripts/
H A Dcronjob18 LATEST_VERSION=$(wget --quiet -O - "$FINGER_BANNER" |\
28 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION} ; then
31 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION}-dts ; then
91 if git log ${TESTBRANCH} -- MAINTAINERS | grep --quiet . ; then
/u-boot/fs/ubifs/
H A Dscan.c59 * @quiet: print no messages
64 int offs, int quiet)
85 if (ubifs_check_node(c, buf, lnum, offs, quiet, 1))
96 if (!quiet) {
106 if (!quiet)
251 * @quiet: print no messages
258 * If @quiet is non-zero, this function does not print large and scary
262 int offs, void *sbuf, int quiet)
281 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet);
321 if (!quiet)
63 ubifs_scan_a_node(const struct ubifs_info *c, void *buf, int len, int lnum, int offs, int quiet) argument
261 ubifs_scan(const struct ubifs_info *c, int lnum, int offs, void *sbuf, int quiet) argument
[all...]
H A Dio.c220 * @quiet: print no messages
243 int offs, int quiet, int must_chk_crc)
254 if (!quiet)
263 if (!quiet)
286 if (!quiet)
296 if (!quiet)
299 if (!quiet) {
242 ubifs_check_node(const struct ubifs_info *c, const void *buf, int lnum, int offs, int quiet, int must_chk_crc) argument
H A Drecovery.c996 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; local
1016 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet);
1044 if (quiet) {
1046 quiet = 0;
/u-boot/board/gateworks/venice/
H A Deeprom.h27 int venice_eeprom_init(int quiet);
H A Deeprom.c307 int venice_eeprom_init(int quiet) argument
351 if (!quiet)
/u-boot/scripts/
H A Dmkmakefile16 if [ "${quiet}" != "silent_" ]; then
/u-boot/dts/upstream/
H A DMakefile52 # that echo $($(quiet)$(cmd)), we now have the possibility to set
53 # $(quiet) to choose other forms of output instead, e.g.
58 # If $(quiet) is empty, the whole command will be printed.
72 quiet = macro
75 quiet=quiet_ macro
84 quiet=silent_ macro
88 quiet=silent_ macro
92 export quiet Q KBUILD_VERBOSE
/u-boot/scripts/dtc/pylibfdt/
H A DMakefile27 $(PYTHON3) $< --quiet build_ext --inplace
/u-boot/doc/media/
H A DMakefile21 @$($(quiet)gen_rst)
/u-boot/tools/
H A Dimagetool.c68 if (!params->quiet)
105 if (!params->quiet)
H A Dimagetool.h96 bool quiet; /* Don't output text in normal operation */ member in struct:image_tool_params
/u-boot/scripts/dtc/
H A Ddtc.c29 int quiet; /* Level of quietness */ variable
65 {"quiet", no_argument, NULL, 'q'},
180 quiet = 0;
222 quiet++;
H A Ddtc.h52 extern int quiet; /* Level of quietness */
/u-boot/cmd/
H A Dfdt.c157 int quiet = 0; local
172 quiet = 1;
197 if ((quiet && fdt_check_header(blob)) ||
198 (!quiet && !fdt_valid(&blob)))
203 if (quiet)
216 if (!quiet)
222 if (!quiet && err != 0) {
H A Dnvedit.c962 * Add [-q] - quiet mode, use only for command result, for test by example:
970 bool quiet = false; local
992 quiet = true;
1003 if (!quiet)
1007 if (!quiet)
1017 if (!quiet)
1021 if (!quiet)
1025 if (!quiet)
1169 " \"-q\": quiet output\n"
H A Dnand.c506 int quiet = CONFIG_SYS_NAND_QUIET; local
508 int quiet = 0; local
510 const char *quiet_str = env_get("quiet");
519 quiet = simple_strtoul(quiet_str, NULL, 0) != 0;
641 opts.quiet = quiet;
H A Dmem.c375 bool quiet = false; local
407 quiet = true;
475 if (!quiet) {
489 if (!quiet) {
1357 " -q = quiet, -l<val> = match limit"
/u-boot/include/
H A Dnand.h73 int quiet; /* don't display progress messages */ member in struct:nand_erase_options
/u-boot/drivers/mtd/
H A Dmtd_uboot.c158 static int mtd_del_parts(struct mtd_info *mtd, bool quiet) argument
167 if (!quiet)
/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c514 int quiet; /* Quiet or minimal output mode */ local
516 quiet = 0;
517 p = env_get("quiet");
519 quiet = simple_strtol(p, NULL, 10);
521 env_set("quiet", "0");
533 if (quiet)
569 int quiet = simple_strtol(env_get("quiet"), NULL, 10); local
612 if (!quiet) {
628 if (!quiet)
[all...]
/u-boot/tools/buildman/
H A Dboards.py852 def ensure_board_list(self, output, jobs=1, force=False, quiet=False):
862 quiet (bool): True to avoid printing a message if nothing needs doing
868 if not quiet:
873 if not quiet:
876 if not quiet:
/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c115 if (!opts->quiet)
161 if (!opts->quiet) {
184 if (!opts->quiet)
/u-boot/drivers/dfu/
H A Ddfu_nand.c60 opts.quiet = 1;
/u-boot/drivers/fastboot/
H A Dfb_nand.c77 opts.quiet = 1;

Completed in 374 milliseconds

12