Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Dioctl.rs173 pub unsafe fn ioctl_with_ref<T>(descriptor: &dyn AsRawDescriptor, nr: IoctlNr, arg: &T) -> c_int { in ioctl_with_ref() function
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dioctl.rs203 pub unsafe fn ioctl_with_ref<T>(descriptor: &dyn AsRawDescriptor, nr: IoctlNr, arg: &T) -> c_int { in ioctl_with_ref() function
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/
Dioctl.rs314 pub unsafe fn ioctl_with_ref<F: AsRawFd, T>(fd: &F, req: c_ulong, arg: &T) -> c_int { in ioctl_with_ref() function
/aosp_15_r20/external/crosvm/base/src/sys/macos/
H A Dmod.rs175 pub unsafe fn ioctl_with_ref<T>( in ioctl_with_ref() function
/aosp_15_r20/external/crosvm/usb_util/src/
H A Ddevice.rs196 unsafe fn ioctl_with_ref<T>(&self, nr: IoctlNr, arg: &T) -> Result<i32> { in ioctl_with_ref() method
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Dmmap_xen.rs1044 pub unsafe fn ioctl_with_ref<F: AsRawFd, T>(fd: &F, req: c_ulong, arg: &T) -> c_int { in ioctl_with_ref() function