Searched defs:ioctl_with_ptr (Results 1 – 2 of 2) sorted by relevance
41 pub unsafe fn ioctl_with_ptr<T>( in ioctl_with_ptr() function
172 pub unsafe fn ioctl_with_ptr<F: AsRawFd, T>(fd: &F, nr: IoctlNr, arg: *const T) -> c_int { in ioctl_with_ptr() function