Searched refs:UserPtr (Results 1 – 2 of 2) sorted by relevance
22 pub struct UserPtr(*mut c_void); struct24 impl UserPtr { impls58 pub fn wrapping_byte_add(self, add: usize) -> UserPtr { in wrapping_byte_add() argument59 UserPtr(self.0.wrapping_byte_add(add)) in wrapping_byte_add()147 ptr: UserPtr,164 pub fn new(ptr: UserPtr, length: usize) -> Self { in new() argument212 ptr: UserPtr,402 ptr: UserPtr,485 fn raw_strncpy_from_user(dst: &mut [MaybeUninit<u8>], src: UserPtr) -> Result<usize> { in raw_strncpy_from_user()
50 pub use super::uaccess::UserPtr;
Completed in 3 milliseconds