| /linux/Documentation/core-api/ |
| H A D | printk-formats.rst | 60 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 D | printk-basics.rst | 8 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 D | mac.rs | 200 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 D | restriction.rs | 150 mod printing { module 152 use crate::path::printing::PathStyle; 176 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
|
| H A D | stmt.rs | 417 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 D | attr.rs | 791 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 D | token.rs | 274 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 D | file.rs | 114 mod printing { module
|
| H A D | export.rs | 60 pub use crate::token::printing::punct as print_punct;
|
| H A D | lifetime.rs | 144 mod printing { module
|
| H A D | pat.rs | 810 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 D | path.rs | 702 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 D | derive.rs | 210 mod printing { module
|
| /linux/scripts/coccinelle/misc/ |
| H A D | ptr_err_to_pe.cocci | 2 /// 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 D | int-handler.S | 306 move a1,t0 # cheats way of printing an arg! 310 move a1,t0 # cheats way of printing an arg!
|
| /linux/drivers/parport/ |
| H A D | BUGS-parport | 3 o lp doesn't allow you to read status while printing is in progress (is
|
| /linux/drivers/video/fbdev/omap2/omapfb/ |
| H A D | Kconfig | 25 Support for debug output. You have to enable the actual printing
|
| /linux/Documentation/translations/zh_CN/accounting/ |
| H A D | delay-accounting.rst | 109 printing IO accounting
|
| /linux/arch/alpha/ |
| H A D | Kconfig | 437 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 D | tcp_bpf.readme | 18 "bpftool prog tracelog" will continue to run printing the BPF log buffer.
|
| /linux/Documentation/core-api/real-time/ |
| H A D | architecture-porting.rst | 104 printing thread, no output will be visible preventing the system from printing
|
| /linux/Documentation/admin-guide/media/ |
| H A D | visl.rst | 32 - 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 D | Kconfig | 78 tracing reactions, printing the monitor output via tracepoints,
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | Kconfig | 14 This enables printing of debug messages. Alternatively, debug messages
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | Kconfig | 24 This enables printing of debug messages. Alternatively, debug messages
|