Home
last modified time | relevance | path

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

/external/crosvm/base/src/
Dioctl.rs37 pub unsafe fn ioctl_with_mut_ref<T>( in ioctl_with_mut_ref() function
/external/crosvm/base/src/windows/win/
Dioctl.rs188 pub unsafe fn ioctl_with_mut_ref<T>( in ioctl_with_mut_ref() function
/external/crosvm/base/src/unix/
Dioctl.rs166 pub unsafe fn ioctl_with_mut_ref<F: AsRawFd, T>(fd: &F, nr: IoctlNr, arg: &mut T) -> c_int { in ioctl_with_mut_ref() function
/external/crosvm/common/sys_util/src/
Dioctl.rs166 pub unsafe fn ioctl_with_mut_ref<F: AsRawFd, T>(fd: &F, nr: IoctlNr, arg: &mut T) -> c_int { in ioctl_with_mut_ref() function
/external/crosvm/base/src/windows/
Dioctl.rs178 pub unsafe fn ioctl_with_mut_ref<F: AsRawDescriptor, T>( in ioctl_with_mut_ref() function
/external/crosvm/usb_util/src/
Ddevice.rs90 unsafe fn ioctl_with_mut_ref<T>(&self, nr: IoctlNr, arg: &mut T) -> Result<i32> { in ioctl_with_mut_ref() method