Home
last modified time | relevance | path

Searched refs:ioctl_with_mut_ptr (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/sys_util/src/
Dioctl.rs170 pub unsafe fn ioctl_with_mut_ptr<F: AsRawFd, T>(fd: &F, nr: c_ulong, arg: *mut T) -> c_int { in ioctl_with_mut_ptr() function
/external/crosvm/kvm/src/
Dlib.rs25 ioctl, ioctl_with_mut_ptr, ioctl_with_mut_ref, ioctl_with_ptr, ioctl_with_ref, ioctl_with_val,
173 ioctl_with_mut_ptr(self, kind, cpuid.as_mut_ptr()) in get_cpuid()