Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Dioctl.rs211 pub unsafe fn ioctl_with_mut_ptr<T>( in ioctl_with_mut_ptr() function
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dioctl.rs273 pub unsafe fn ioctl_with_mut_ptr<T>( in ioctl_with_mut_ptr() function
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/
Dioctl.rs376 pub unsafe fn ioctl_with_mut_ptr<F: AsRawFd, T>(fd: &F, req: c_ulong, arg: *mut T) -> c_int { in ioctl_with_mut_ptr() function
/aosp_15_r20/external/crosvm/base/src/sys/macos/
H A Dmod.rs205 pub unsafe fn ioctl_with_mut_ptr<T>( in ioctl_with_mut_ptr() function
/aosp_15_r20/external/crosvm/usb_util/src/
H A Ddevice.rs212 unsafe fn ioctl_with_mut_ptr<T>(&self, nr: IoctlNr, arg: *mut T) -> Result<i32> { in ioctl_with_mut_ptr() method