Home
last modified time | relevance | path

Searched refs:rust_fmt_argument (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dsprintf.h28 char *rust_fmt_argument(char *buf, char *end, const void *ptr);
/linux-6.15/rust/kernel/
H A Dprint.rs19 unsafe extern "C" fn rust_fmt_argument( in rust_fmt_argument() function
/linux-6.15/lib/
H A Dvsprintf.c2507 return rust_fmt_argument(buf, end, ptr); in pointer()