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.rs41 pub fn as_const_ptr(self) -> *const c_void { in as_const_ptr() method
270 let res = unsafe { bindings::copy_from_user(out_ptr, self.ptr.as_const_ptr(), len) }; in read_raw()
308 self.ptr.as_const_ptr(), in read()
493 src.as_const_ptr().cast::<c_char>(), in raw_strncpy_from_user()