/openbmc/qemu/roms/ |
H A D | edk2-build.py | 56 def get_version(cfg, silent = False): argument 60 if not silent: 68 if not silent: 79 if not silent: 88 def pcd_version(cfg, silent = False): argument 106 if silent: 117 if silent: 215 silent = silent) 219 silent, 237 build_message('building: BaseTools', silent = silent) [all …]
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | Makefile | 22 silent := -s macro 29 $< $(silent) $(Kconfig) 32 $< $(silent) $(Kconfig) 35 $< $(silent) $(Kconfig) 38 $< $(silent) --oldaskconfig $(Kconfig) 41 $< $(silent) $(Kconfig) 47 $< $(silent) --$@ $(Kconfig) 60 $< $(silent) --oldconfig $(Kconfig); \ 93 $< $(silent) --$@ $(Kconfig) 112 $< $(silent) --$@=defconfig $(Kconfig) [all …]
|
/openbmc/linux/arch/mips/kernel/ |
H A D | genex.S | 559 BUILD_HANDLER ibe be cli silent /* #6 */ 560 BUILD_HANDLER dbe be cli silent /* #7 */ 561 BUILD_HANDLER bp bp sti silent /* #9 */ 562 BUILD_HANDLER ri ri sti silent /* #10 */ 563 BUILD_HANDLER cpu cpu sti silent /* #11 */ 564 BUILD_HANDLER ov ov sti silent /* #12 */ 565 BUILD_HANDLER tr tr sti silent /* #13 */ 568 BUILD_HANDLER fpe fpe fpe silent /* #15 */ 572 BUILD_HANDLER msa msa sti silent /* #21 */ 584 BUILD_HANDLER mt mt sti silent /* #25 */ [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/ |
H A D | serial-tests-config.patch | 25 -AM_INIT_AUTOMAKE([1.13 silent-rules parallel-tests tar-ustar]) 26 +AM_INIT_AUTOMAKE([1.13 silent-rules serial-tests tar-ustar]) 38 -AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests]) 39 +AM_INIT_AUTOMAKE([1.11.1 silent-rules serial-tests]) 51 -AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests]) 52 +AM_INIT_AUTOMAKE([1.11.1 silent-rules serial-tests])
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 181 | 84 silent= 97 silent=yes 117 QEMU_COMM_TIMEOUT=1 qemu_cmd_repeat=10 silent=yes \ 119 silent=yes _send_qemu_cmd $src "" "(qemu)" 128 silent=
|
H A D | common.qemu | 120 if [ -z "${silent}" ] && [ -z "${mismatch_only}" ]; then 135 if [ -z "${silent}" ] && [ -n "${mismatch_only}" ]; then 165 # If neither $silent nor $mismatch_only is set, and $cmd begins with '{', 194 if [ -z "$silent" ] && [ -z "$mismatch_only" ] && 363 silent=yes _timed_wait_for ${_QEMU_HANDLE} "capabilities" 365 silent=yes _timed_wait_for ${_QEMU_HANDLE} "^}"
|
/openbmc/linux/fs/freevxfs/ |
H A D | vxfs_super.c | 124 static int vxfs_try_sb_magic(struct super_block *sbp, int silent, in vxfs_try_sb_magic() argument 135 if (!silent) { in vxfs_try_sb_magic() 146 if (!silent) in vxfs_try_sb_magic() 183 static int vxfs_fill_super(struct super_block *sbp, void *dp, int silent) in vxfs_fill_super() argument 211 if (!vxfs_try_sb_magic(sbp, silent, 1, in vxfs_fill_super() 215 } else if (!vxfs_try_sb_magic(sbp, silent, 8, in vxfs_fill_super() 220 if (!silent) in vxfs_fill_super() 227 if ((j < 2 || j > 4) && !silent) { in vxfs_fill_super()
|
/openbmc/linux/scripts/kconfig/ |
H A D | Makefile | 17 silent := -s macro 42 $(Q)$$< $(silent) $(Kconfig) 57 $< $(silent) --oldconfig $(Kconfig); \ 61 $< $(silent) --oldconfig $(Kconfig); \ 77 $(Q)$< $(silent) --$@ $(Kconfig) 82 $(Q)$< $(silent) --$@=defconfig $(Kconfig) 87 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig) 94 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
|
/openbmc/u-boot/drivers/sound/ |
H A D | sandbox.c | 25 bool silent; /* Sound is silent, don't use SDL */ member 107 if (!priv->silent) { in sandbox_i2s_tx_data() 132 priv->silent = dev_read_bool(dev, "sandbox,silent"); in sandbox_i2s_probe() 134 if (priv->silent) { in sandbox_i2s_probe() 139 priv->silent = true; in sandbox_i2s_probe()
|
/openbmc/linux/tools/perf/bench/ |
H A D | futex-lock-pi.c | 51 OPT_BOOLEAN( 's', "silent", ¶ms.silent, "Silent mode: do not display data/details"), 68 !params.silent ? "\n" : "", avg, rel_stddev_stats(stddev, avg), in print_summary() 100 if (!params.silent) in workerfn() 111 if (ret && !params.silent) in workerfn() 237 if (!params.silent) in bench_futex_lock_pi()
|
H A D | futex-hash.c | 59 OPT_BOOLEAN( 's', "silent", ¶ms.silent, "Silent mode: do not display data/details"), 93 if (!params.silent && in workerfn() 119 !params.silent ? "\n" : "", avg, rel_stddev_stats(stddev, avg), in print_summary() 231 if (!params.silent) { in bench_futex_hash()
|
H A D | futex-requeue.c | 55 OPT_BOOLEAN( 's', "silent", ¶ms.silent, "Silent mode: do not display data/details"), 100 if (!params.silent) in workerfn() 114 if (!params.silent) in workerfn() 269 if (!params.silent) { in bench_futex_requeue()
|
/openbmc/u-boot/doc/ |
H A D | README.silent | 3 silenced by setting the environment variable "silent". 6 When the "silent" variable is changed with env set, the change 14 The following actions are taken if "silent" is set at boot time:
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
H A D | 0008-libtool-do-not-use-jlibtool.patch | 137 -COMPILE.c = ${LIBTOOL} --silent --mode=compile ${CC} 139 -LINK.c = ${LIBTOOL} --silent --mode=link ${CC} 141 -PROGRAM_INSTALL = ${LIBTOOL} --silent --mode=install ${INSTALL} 143 + COMPILE.c = ${LIBTOOL} --silent --mode=compile ${CC} 145 + LINK.c = ${LIBTOOL} --silent --mode=link ${CC} 147 + PROGRAM_INSTALL = ${LIBTOOL} --silent --mode=install ${INSTALL}
|
/openbmc/hiomapd/ |
H A D | mboxctl.c | 34 static bool silent; variable 36 #define MSG_OUT(...) do { if (!silent) { \ 39 #define MSG_ERR(...) do { if (!silent) { \ 364 silent = true; in parse_cmdline() 417 silent = false; in main()
|
/openbmc/linux/fs/sysv/ |
H A D | super.c | 303 static int complete_read_super(struct super_block *sb, int silent, int size) in complete_read_super() argument 330 if (!silent) in complete_read_super() 352 static int sysv_fill_super(struct super_block *sb, void *data, int silent) in sysv_fill_super() argument 412 if (complete_read_super(sb, silent, size)) in sysv_fill_super() 426 if (!silent) in sysv_fill_super() 432 if (!silent) in sysv_fill_super() 474 static int v7_fill_super(struct super_block *sb, void *data, int silent) in v7_fill_super() argument 497 if (!silent) in v7_fill_super() 518 if (complete_read_super(sb, silent, 1)) in v7_fill_super()
|
/openbmc/linux/fs/qnx6/ |
H A D | super_mmi.c | 36 struct qnx6_super_block *qnx6_mmi_fill_super(struct super_block *s, int silent) in qnx6_mmi_fill_super() argument 54 if (!silent) { in qnx6_mmi_fill_super() 91 if (!silent) in qnx6_mmi_fill_super()
|
H A D | inode.c | 257 int offset, int silent) in qnx6_check_first_superblock() argument 279 if (!silent) { in qnx6_check_first_superblock() 296 static int qnx6_fill_super(struct super_block *s, void *data, int silent) in qnx6_fill_super() argument 325 sb1 = qnx6_mmi_fill_super(s, silent); in qnx6_fill_super() 336 bootblock_offset / QNX6_SUPERBLOCK_SIZE, silent); in qnx6_fill_super() 339 bh1 = qnx6_check_first_superblock(s, 0, silent); in qnx6_fill_super() 389 if (!silent) in qnx6_fill_super() 459 if (!silent) in qnx6_fill_super()
|
/openbmc/phosphor-mboxd/ |
H A D | mboxctl.c | 49 static bool silent; variable 51 #define MSG_OUT(...) do { if (!silent) { \ 54 #define MSG_ERR(...) do { if (!silent) { \ 407 silent = true; in parse_cmdline() 457 silent = false; in main()
|
/openbmc/linux/fs/fat/ |
H A D | inode.c | 1481 if (!silent) in fat_read_bpb() 1487 if (!silent) in fat_read_bpb() 1498 if (!silent) in fat_read_bpb() 1507 if (!silent) in fat_read_bpb() 1514 if (!silent) in fat_read_bpb() 1521 if (!silent) in fat_read_bpb() 1544 if (!silent) in fat_read_static_bpb() 1555 if (!silent) in fat_read_static_bpb() 1569 if (!silent) in fat_read_static_bpb() 1576 if (!silent) in fat_read_static_bpb() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/ |
H A D | serial-tests-config.patch | 25 silent-rules subdir-objects gnu]) 26 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
|
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/ |
H A D | 0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch | 29 - LTFLAGS='--silent' 30 + LTFLAGS='--silent --tag=CC'
|
/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod/ |
H A D | avoid_parallel_tests.patch | 27 -AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects… 28 +AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects…
|
/openbmc/linux/fs/ntfs/ |
H A D | super.c | 682 if (!silent) in read_ntfs_boot_sector() 689 if (!silent) in read_ntfs_boot_sector() 707 if (!silent) in read_ntfs_boot_sector() 2731 if (!silent) in ntfs_fill_super() 2761 if (!silent) in ntfs_fill_super() 2776 if (!silent) in ntfs_fill_super() 2786 if (!silent) in ntfs_fill_super() 2792 if (!silent) in ntfs_fill_super() 2803 if (!silent) in ntfs_fill_super() 2857 if (!silent) in ntfs_fill_super() [all …]
|
/openbmc/linux/fs/reiserfs/ |
H A D | super.c | 1884 #define SWARN(silent, s, id, ...) \ argument 1885 if (!(silent)) \ 1982 SWARN(silent, s, "", "Filesystem cannot be " in reiserfs_fill_super() 1984 SWARN(silent, s, "", "You may need to run fsck " in reiserfs_fill_super() 1986 SWARN(silent, s, "", "Or may be you forgot to " in reiserfs_fill_super() 2023 SWARN(silent, s, "sh-2022", in reiserfs_fill_super() 2035 SWARN(silent, s, "jmacd-9", in reiserfs_fill_super() 2046 SWARN(silent, s, "clm-7000", in reiserfs_fill_super() 2139 if (!silent) in reiserfs_fill_super() 2158 } else if (!silent) { in reiserfs_fill_super() [all …]
|