Searched defs:to_ptr (Results 1 – 2 of 2) sorted by relevance
140 unsigned long *to_ptr = arg, to = *to_ptr; in copy_chunk_from_user() local170 char **to_ptr = arg, *to = *to_ptr; in strncpy_chunk_from_user() local
137 pub(crate) fn to_ptr<T>(self) -> *mut T { in to_ptr() method