Searched defs:ioctl_with_mut_ref (Results 1 – 5 of 5) sorted by relevance
185 pub unsafe fn ioctl_with_mut_ref<T>( in ioctl_with_mut_ref() function
211 pub unsafe fn ioctl_with_mut_ref<T>( in ioctl_with_mut_ref() function
336 pub unsafe fn ioctl_with_mut_ref<F: AsRawFd, T>(fd: &F, req: c_ulong, arg: &mut T) -> c_int { in ioctl_with_mut_ref() function
204 unsafe fn ioctl_with_mut_ref<T>(&self, nr: IoctlNr, arg: &mut T) -> Result<i32> { in ioctl_with_mut_ref() method