Home
last modified time | relevance | path

Searched defs:ioctl_with_mut_ptr (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/base/src/
Dioctl.rs50 pub unsafe fn ioctl_with_mut_ptr<T>( in ioctl_with_mut_ptr() function
/external/crosvm/sys_util/src/
Dioctl.rs177 pub unsafe fn ioctl_with_mut_ptr<F: AsRawFd, T>(fd: &F, nr: IoctlNr, arg: *mut T) -> c_int { in ioctl_with_mut_ptr() function
/external/crosvm/usb_util/src/
Ddevice.rs95 unsafe fn ioctl_with_mut_ptr<T>(&self, nr: IoctlNr, arg: *mut T) -> Result<i32> { in ioctl_with_mut_ptr() method