Home
last modified time | relevance | path

Searched refs:printing (Results 1 – 25 of 88) sorted by relevance

1234

/linux/Documentation/core-api/
H A Dprintk-formats.rst60 before printing. The kernel also supports extended specifiers for printing
64 of printing the address itself. In this case, the following error messages
86 post-hoc. If not possible, and the aim of printing the address is to provide
92 If (and only if) you are printing addresses as a content of a virtual file in
103 For printing error pointers (i.e. a pointer for which IS_ERR() is true)
120 The ``S`` and ``s`` specifiers are used for printing a pointer in symbolic
125 used when printing stack backtraces. The specifier takes into
149 The ``k`` and ``u`` specifiers are used for printing prior probed memory from
151 results in printing a string. For direct use in regular vsnprintf() the (k)
162 For printing kernel pointers which should be hidden from unprivileged
[all …]
H A Dprintk-basics.rst8 standard tool we have for printing messages and usually the most basic way of
56 to show the message immediately (printing it to the current console) depending
/linux/rust/syn/
H A Dmac.rs200 mod printing { module
203 use crate::path::printing::PathStyle;
215 token::printing::delim(delim, span.join(), tokens, inner); in surround()
222 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
H A Drestriction.rs150 mod printing { module
152 use crate::path::printing::PathStyle;
176 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
H A Dstmt.rs417 pub(crate) mod printing { module
442 expr::printing::print_expr(expr, tokens, FixupContext::new_stmt()); in to_tokens()
453 expr::printing::outer_attrs_to_tokens(&self.attrs, tokens); in to_tokens()
458 expr::printing::print_subexpression( in to_tokens()
469 expr::printing::print_expr(diverge, tokens, FixupContext::new_stmt()); in to_tokens()
481 expr::printing::outer_attrs_to_tokens(&self.attrs, tokens); in to_tokens()
H A Dattr.rs791 mod printing { module
794 use crate::path::printing::PathStyle;
815 Meta::Path(path) => path::printing::print_path(tokens, path, PathStyle::Mod), in to_tokens()
825 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
833 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
H A Dtoken.rs274 printing::keyword($token, self.span, tokens);
413 printing::punct($token, &self.spans, tokens);
513 printing::delim(Delimiter::$delim, self.span.join(), tokens, inner);
643 printing::delim(Delimiter::None, self.span, tokens, inner); in surround()
1061 pub(crate) mod printing { module
H A Dfile.rs114 mod printing { module
H A Dexport.rs60 pub use crate::token::printing::punct as print_punct;
H A Dlifetime.rs144 mod printing { module
H A Dpat.rs810 mod printing { module
817 use crate::path::printing::PathStyle;
886 path::printing::print_qpath(tokens, &self.qself, &self.path, PathStyle::Expr); in to_tokens()
921 path::printing::print_qpath(tokens, &self.qself, &self.path, PathStyle::Expr); in to_tokens()
H A Dpath.rs702 pub(crate) mod printing { module
785 generics::printing::print_const_argument(expr, tokens); in to_tokens()
865 generics::printing::print_const_argument(&self.value, tokens); in to_tokens()
H A Dderive.rs210 mod printing { module
/linux/scripts/coccinelle/misc/
H A Dptr_err_to_pe.cocci2 /// Use %pe format specifier instead of PTR_ERR() for printing error pointers.
4 /// For printing error pointers (i.e., a pointer for which IS_ERR() is true)
/linux/arch/mips/dec/
H A Dint-handler.S306 move a1,t0 # cheats way of printing an arg!
310 move a1,t0 # cheats way of printing an arg!
/linux/drivers/parport/
H A DBUGS-parport3 o lp doesn't allow you to read status while printing is in progress (is
/linux/drivers/video/fbdev/omap2/omapfb/
H A DKconfig25 Support for debug output. You have to enable the actual printing
/linux/Documentation/translations/zh_CN/accounting/
H A Ddelay-accounting.rst109 printing IO accounting
/linux/arch/alpha/
H A DKconfig437 This option allows the default printing mode to be set, and then
440 For example, if one wanted the option of printing verbose
442 machine check printing was turned off, then one would choose
443 the printing mode to be 0. Then, upon reboot, one could add
445 verbose machine check printing, or "verbose_mcheck=2" to get
/linux/samples/bpf/
H A Dtcp_bpf.readme18 "bpftool prog tracelog" will continue to run printing the BPF log buffer.
/linux/Documentation/core-api/real-time/
H A Darchitecture-porting.rst104 printing thread, no output will be visible preventing the system from printing
/linux/Documentation/admin-guide/media/
H A Dvisl.rst32 - visl_debug: Activates debug info, printing various debug messages through
41 per-frame basis. Note that printing a lot of data can be slow through serial.
/linux/kernel/trace/rv/
H A DKconfig78 tracing reactions, printing the monitor output via tracepoints,
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A DKconfig14 This enables printing of debug messages. Alternatively, debug messages
/linux/drivers/gpu/drm/omapdrm/
H A DKconfig24 This enables printing of debug messages. Alternatively, debug messages

1234