Home
last modified time | relevance | path

Searched refs:quiet (Results 126 – 150 of 476) sorted by relevance

12345678910>>...20

/openbmc/u-boot/scripts/dtc/
H A Ddtc.c29 int quiet; /* Level of quietness */ variable
180 quiet = 0; in main()
222 quiet++; in main()
/openbmc/linux/scripts/dtc/
H A Ddtc.c14 int quiet; /* Level of quietness */ variable
176 quiet = 0; in main()
218 quiet++; in main()
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py.in45 parser.add_option("-q", "--quiet", action="store_true", dest="quiet", default=False,
49 parser.add_option("--very-quiet", action="store_true", dest="veryquiet", default=False,
79 if not self.options.quiet:
87 if not self.options.quiet:
/openbmc/u-boot/tools/
H A Dimagetool.c53 if (!params->quiet) in imagetool_verify_print_header()
84 if (!params->quiet) in imagetool_verify_print_header_by_type()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgitsm.py67 …nfetchcmd("%s show %s:.gitmodules" % (ud.basecmd, ud.revisions[name]), d, quiet=True, workdir=work…
74 …s ls-tree -z -d %s %s" % (ud.basecmd, ud.revisions[name], md['path']), d, quiet=True, workdir=work…
240 …runfetchcmd("%s config core.bare false" % (ud.basecmd), d, quiet=True, workdir=os.path.join(repo_c…
255 …P_SMUDGE=1 %s submodule update --recursive --no-fetch" % (ud.basecmd), d, quiet=True, workdir=ud.d…
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish_utils.py106 quiet = 1
232 quiet = 1
275 quiet = 1
H A Dtftp_update_utils.py22 state = st.get_state(req_states=req_states, quiet=0)
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Drun_bench_local_storage_rcu_tasks_trace.sh11 ./bench --nr_procs 15000 --kthread_pid $kthread_pid -d 600 --quiet local-storage-tasks-trace
/openbmc/linux/Documentation/tools/rtla/
H A Dcommon_top_options.rst1 **-q**, **--quiet**
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Ddvo_ns2501.c381 bool quiet; member
423 if (!ns->quiet) { in ns2501_readb()
458 if (!ns->quiet) { in ns2501_writeb()
485 ns->quiet = true; in ns2501_init()
504 ns->quiet = false; in ns2501_init()
/openbmc/qemu/tests/migration/
H A Dinitrd-stress.sh10 (cd "$INITRD_DIR" && (find | cpio --quiet -o -H newc | gzip -9)) > "$INITRD"
/openbmc/qemu/fpu/
H A Dsoftfloat-specialize.c.inc84 * signaling NaNs (so all NaNs are treated as quiet).
194 | Returns a quiet NaN from a signalling NaN for the deconstructed
259 | Returns 1 if the half-precision floating-point value `a' is a quiet
279 | Returns 1 if the bfloat16 value `a' is a quiet
336 | Returns 1 if the single-precision floating-point value `a' is a quiet
379 | Note that signalling NaNs are always squashed to quiet NaNs
399 * 3. A (quiet)
400 * 4. B (quiet)
412 * 3. A (quiet)
413 * 4. B (quiet)
[all …]
/openbmc/openbmc-test-automation/bin/
H A Dprocess_plug_in_packages.py181 stdout = 1 - quiet
234 quiet=1,
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-start-dhcp.sh23 systemctl is-active --quiet gbmc-br-dhcp-term && systemctl stop gbmc-br-dhcp-term
/openbmc/linux/security/apparmor/include/
H A Dcapability.h32 kernel_cap_t quiet; member
/openbmc/linux/fs/ext2/
H A Ddir.c99 static bool ext2_check_page(struct page *page, int quiet, char *kaddr) in ext2_check_page() argument
141 if (!quiet) in ext2_check_page()
161 if (!quiet) in ext2_check_page()
169 if (!quiet) { in ext2_check_page()
190 int quiet, struct page **page) in ext2_get_page() argument
200 if (!ext2_check_page(&folio->page, quiet, page_addr)) in ext2_get_page()
/openbmc/linux/drivers/platform/loongarch/
H A Dloongson-laptop.c70 int success, quiet; in acpi_evalf() local
82 quiet = 1; in acpi_evalf()
85 quiet = 0; in acpi_evalf()
133 if (!success && !quiet) in acpi_evalf()
/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/
H A Dneard.in30 start-stop-daemon --stop --name neard --quiet
/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono/
H A Dofono18 start-stop-daemon --stop --name ofonod --quiet
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtsn_lib.sh161 --quiet \
244 --quiet
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dbootconfig.rst233 ro bootconfig -- quiet
237 root="01234567-89ab-cdef-0123-456789abcd" ro bootconfig -- splash quiet
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dnfscommon39 start-stop-daemon --stop --quiet --signal 1 --pidfile "$STATD_PID"
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/
H A Dconnman21 start-stop-daemon --stop --name connmand --quiet
/openbmc/linux/arch/mips/pci/
H A Dpci-ar71xx.c107 static int ar71xx_pci_check_error(struct ar71xx_pci_controller *apc, int quiet) in ar71xx_pci_check_error() argument
115 if (!quiet) { in ar71xx_pci_check_error()
129 if (!quiet) { in ar71xx_pci_check_error()
/openbmc/linux/tools/build/
H A DBuild.include40 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.
41 echo-cmd = $(if $($(quiet)cmd_$(1)),\
42 echo ' $(call escsq,$($(quiet)cmd_$(1)))';)

12345678910>>...20