Home
last modified time | relevance | path

Searched refs:output (Results 1 – 7 of 7) sorted by relevance

/DragonOS/kernel/crates/unified-init/macros/src/
H A Dlib.rs65 let mut output = proc_macro2::TokenStream::new(); in do_unified_init() localVariable
66 output.extend(function.into_token_stream()); in do_unified_init()
67 output.extend(initializer); in do_unified_init()
69 Ok(output) in do_unified_init()
90 if let syn::ReturnType::Type(_, ty) = &function.sig.output { in check_function_signature()
155 function.sig.output.span(), in check_function_signature()
/DragonOS/kernel/src/bpf/helper/
H A Dprint.rs6 use printf_compat::{format, output};
10 let bytes_written = format(str as _, args.as_va_list(), output::fmt_write(w)); in printf()
/DragonOS/kernel/crates/intertrait/
H A DREADME.md29 The `linkme` dependency is required due to the use of `linkme` macro in the output of `intertrait` …
/DragonOS/docs/kernel/trace/
H A DeBPF.md251 // For bpf prog output
/DragonOS/
H A DLICENSE74 running the Program is not restricted, and the output from the Program
312 If the program is interactive, make it output a short notice like this
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.9.md1444 * FIXME: output error
/DragonOS/kernel/crates/rbpf/
H A DREADME.md521 This will produce the following output: