Searched defs:ioctl_with_val (Results 1 – 5 of 5) sorted by relevance
157 pub unsafe fn ioctl_with_val(handle: &dyn AsRawDescriptor, nr: IoctlNr, mut arg: c_ulong) -> c_int { in ioctl_with_val() function408 fn ioctl_with_val() { in ioctl_with_val() function
19 pub unsafe fn ioctl_with_val(descriptor: &dyn AsRawDescriptor, nr: IoctlNr, arg: c_ulong) -> c_int { in ioctl_with_val() function
156 pub unsafe fn ioctl_with_val<F: AsRawFd>(fd: &F, nr: IoctlNr, arg: c_ulong) -> c_int { in ioctl_with_val() function
154 pub unsafe fn ioctl_with_val<F: AsRawDescriptor>( in ioctl_with_val() function