Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Duaccess.rs42 pub fn as_const_ptr(self) -> *const c_void { in as_const_ptr() method
271 let res = unsafe { bindings::copy_from_user(out_ptr, self.ptr.as_const_ptr(), len) }; in read_raw()
351 self.ptr.as_const_ptr(), in read()
578 src.as_const_ptr().cast::<c_char>(), in raw_strncpy_from_user()