Home
last modified time | relevance | path

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

/external/crosvm/base/src/sys/windows/
Dioctl.rs204 pub unsafe fn ioctl_with_mut_ref<T>( in ioctl_with_mut_ref() function
/external/crosvm/base/src/sys/unix/
Dioctl.rs185 pub unsafe fn ioctl_with_mut_ref<T>( in ioctl_with_mut_ref() function
/external/crosvm/usb_util/src/
Ddevice.rs109 unsafe fn ioctl_with_mut_ref<T>(&self, nr: IoctlNr, arg: &mut T) -> Result<i32> { in ioctl_with_mut_ref() method