Home
last modified time | relevance | path

Searched full:prints (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/openbmc/qemu/include/qemu/
H A Derror-report.h52 * Similar to error_report(), except it prints the message just once.
53 * Return true when it prints, false otherwise.
63 * Similar to warn_report(), except it prints the message just once.
64 * Return true when it prints, false otherwise.
/openbmc/linux/drivers/acpi/acpica/
H A Dutdebug.c253 * DESCRIPTION: Function entry trace. Prints only if TRACE_FUNCTIONS bit is in ACPI_EXPORT_SYMBOL()
290 * DESCRIPTION: Function entry trace. Prints only if TRACE_FUNCTIONS bit is in ACPI_EXPORT_SYMBOL()
326 * DESCRIPTION: Function entry trace. Prints only if TRACE_FUNCTIONS bit is
362 * DESCRIPTION: Function entry trace. Prints only if TRACE_FUNCTIONS bit is
397 * DESCRIPTION: Function exit trace. Prints only if TRACE_FUNCTIONS bit is
436 * DESCRIPTION: Function exit trace. Prints only if TRACE_FUNCTIONS bit is in ACPI_EXPORT_SYMBOL()
437 * set in debug_level. Prints exit status also. in ACPI_EXPORT_SYMBOL()
485 * DESCRIPTION: Function exit trace. Prints only if TRACE_FUNCTIONS bit is in ACPI_EXPORT_SYMBOL()
486 * set in debug_level. Prints exit value also. in ACPI_EXPORT_SYMBOL()
524 * DESCRIPTION: Function exit trace. Prints only if TRACE_FUNCTIONS bit is in ACPI_EXPORT_SYMBOL()
[all …]
/openbmc/linux/tools/power/cpupower/man/
H A Dcpupower-frequency-info.110 A small tool which prints out cpufreq information helpful to developers and interested users.
15 Prints out debug information.
48 Prints out information like provided by the /proc/cpufreq interface in 2.4. and early 2.6. kernels.
/openbmc/linux/Documentation/tools/rtla/
H A Drtla-timerlat.rst20 prints the timer latency at the timer *IRQ* handler and the *Thread* handler.
31 Prints the summary from *timerlat* tracer.
35 Prints a histogram of timerlat samples.
H A Drtla-osnoise.rst19 The *osnoise* tracer outputs information in two ways. It periodically prints
32 Prints the summary from osnoise tracer.
36 Prints a histogram of osnoise samples.
/openbmc/linux/Documentation/networking/caif/
H A Dcaif.rst61 * ser_state: Prints the bit-mask status where
68 * tty_status: Prints the bit-mask tty status information
76 * last_tx_msg: Binary blob Prints the last transmitted frame.
110 * last_rx_msg: Prints the last transmitted frame.
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dinit41 # Prints information
46 # Prints information if verbose bootparam is used
51 # Prints information if debug bootparam is used
56 # Prints a message and start a endless loop
/openbmc/linux/rust/kernel/
H A Dprint.rs91 /// Prints a message via the kernel's [`_printk`].
119 /// Prints a message via the kernel's [`_printk`] for the `CONT` level.
196 /// Prints an emergency-level message (level 0).
220 /// Prints an alert-level message (level 1).
244 /// Prints a critical-level message (level 2).
268 /// Prints an error-level message (level 3).
292 /// Prints a warning-level message (level 4).
316 /// Prints a notice-level message (level 5).
340 /// Prints an info-level message (level 6).
365 /// Prints a debug-level message (level 7).
H A Dstd_vendor.rs10 /// Prints and returns the value of a given expression for quick and dirty
19 /// // ^-- prints: [src/main.rs:2] a * 2 = 4
65 /// This prints to the kernel log:
88 /// This prints to the kernel log:
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_iter.c129 /* Preorder walk prints parent and child in order. */
140 /* Postorder walk prints child and parent in order. */
151 /* Walking parents prints parent and then root. */
167 /* Early termination prints parent only. */
182 /* Waling self prints self only. */
/openbmc/linux/tools/perf/Documentation/
H A Dperf-version.txt14 With no options given, the 'perf version' prints the perf version
23 Prints the status of compiled-in libraries on the
/openbmc/u-boot/drivers/demo/
H A DKconfig16 This device allows you to play around with driver model. It prints
25 This device allows you to play around with driver model. It prints
/openbmc/u-boot/test/py/tests/
H A Dtest_000_version.py11 """Test that the "version" command prints the U-Boot version."""
13 # "version" prints the U-Boot sign-on message. This is usually considered
/openbmc/linux/tools/hv/
H A Dhv_get_dhcp_info.sh11 # Output: The script prints the string "Enabled" to stdout to indicate
13 # the script prints the string "Disabled" to stdout.
/openbmc/linux/kernel/trace/rv/
H A Dreactor_printk.c6 * Prints the exception msg to the kernel message log.
22 .description = "prints the exception msg to the kernel message log.",
/openbmc/u-boot/include/
H A Defi_selftest.h21 * Prints a message.
27 * Prints an error message.
36 * Prints a TODO message.
/openbmc/openbmc/poky/meta/recipes-core/musl/libc-test/
H A Drun-libc-ptests19 # libc-test prints error on failure and prints nothing on success.
/openbmc/u-boot/scripts/
H A Dgcc-version.sh5 # Prints the gcc version of `gcc-command' in a canonical 4-digit form
8 # With the -p option, prints the patchlevel as well, for example `029503' for
/openbmc/u-boot/tools/
H A Dimagetool.h112 /* Prints image information abstracting from image header */
170 * supported image type. If verification is successful, this prints
186 * If verification is successful, this prints the respective header.
221 * This function prints a message if an error occurs, showing the error that
234 * SOURCE_DATE_EPOCH is used. Else the given fallback value is returned. Prints
/openbmc/linux/Documentation/dev-tools/kunit/
H A Darchitecture.rst136 - ``[_MSG]`` prints a custom message on failure.
140 KUnit prints the test results in KTAP format. KTAP is based on TAP14, see
142 KTAP works with KUnit and Kselftest. The KUnit executor prints KTAP results to
195 the test results, and prints a summary. For failed tests, any
/openbmc/openbmc-test-automation/lib/
H A Dbmc_ssh_utils.py39 … Indicates whether this function should run the pissuing() function prints
123 … Indicates whether this function should run the pissuing() function prints
192 … Indicates whether this function should run the pissuing() function prints
256 … Indicates whether this function should run the pissuing() function prints
/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat.c28 " top - prints the summary from timerlat tracer", in timerlat_usage()
29 " hist - prints a histogram of timer latencies", in timerlat_usage()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dget_module_deps3.py2 # It checks for dependencies for that specific module and prints
120 # Prints out result, which is what will be used by create_manifest
140 # Prints out result, which is what will be used by create_manifest
/openbmc/qemu/include/hw/riscv/
H A Dboot_opensbi.h25 /** Disable prints during boot */
27 /** Enable runtime debug prints */
/openbmc/linux/lib/zstd/common/
H A Derror_private.h97 * In debug modes, prints additional information.
114 * In debug modes, prints additional information.
129 * In debug modes, prints additional information.

12345678910>>...22