Home
last modified time | relevance | path

Searched defs:ioctl_with_ptr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Dioctl.rs200 pub unsafe fn ioctl_with_ptr<T>( in ioctl_with_ptr() function
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dioctl.rs260 pub unsafe fn ioctl_with_ptr<T>( in ioctl_with_ptr() function
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/
Dioctl.rs358 pub unsafe fn ioctl_with_ptr<F: AsRawFd, T>(fd: &F, req: c_ulong, arg: *const T) -> c_int { in ioctl_with_ptr() function
/aosp_15_r20/external/crosvm/base/src/sys/macos/
H A Dmod.rs195 pub unsafe fn ioctl_with_ptr<T>( in ioctl_with_ptr() function