Searched defs:ioctl_with_mut_ptr (Results 1 – 3 of 3) sorted by relevance
266 pub unsafe fn ioctl_with_mut_ptr<T>( in ioctl_with_mut_ptr() function
211 pub unsafe fn ioctl_with_mut_ptr<T>( in ioctl_with_mut_ptr() function
117 unsafe fn ioctl_with_mut_ptr<T>(&self, nr: IoctlNr, arg: *mut T) -> Result<i32> { in ioctl_with_mut_ptr() method