Home
last modified time | relevance | path

Searched refs:from_ptrs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/rust/kernel/
H A Dprint.rs28 let mut w = unsafe { RawFormatter::from_ptrs(buf.cast(), end.cast()) }; in rust_fmt_argument()
H A Dstr.rs419 pub(crate) unsafe fn from_ptrs(pos: *mut u8, end: *mut u8) -> Self { in from_ptrs() method