Home
last modified time | relevance | path

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

123

/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
[all...]
/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 Dfile.rs114 mod printing { module
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 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
H A Dop.rs170 mod printing { module
H A Dty.rs1074 mod printing { module
1077 use crate::path::printing::PathStyle;
1176 path::printing::print_qpath(tokens, &self.qself, &self.path, PathStyle::AsWritten); in to_tokens()
/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/Documentation/translations/zh_CN/accounting/
H A Ddelay-accounting.rst109 printing IO accounting
/linux/samples/bpf/
H A Dtcp_bpf.readme18 "bpftool prog tracelog" will continue to run printing the BPF log buffer.
/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/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
/linux/Documentation/admin-guide/
H A Dparport.rst245 If you are having problems printing, please go through these steps to
269 with ``irq=none``. See if printing works then. It really should,
/linux/samples/rust/
H A DKconfig47 This option builds the Rust printing macros sample.
/linux/Documentation/arch/powerpc/
H A Dqe_firmware.rst202 The 'id' field is a null-terminated string(suitable for printing) that
245 The 'id' field is a null-terminated string suitable for printing that
/linux/fs/f2fs/
H A DKconfig143 Support getting IO statistics through sysfs and printing out periodic

123