Home
last modified time | relevance | path

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

/external/crosvm/base/src/
Dioctl.rs41 pub unsafe fn ioctl_with_ptr<T>( in ioctl_with_ptr() function
/external/crosvm/sys_util/src/
Dioctl.rs172 pub unsafe fn ioctl_with_ptr<F: AsRawFd, T>(fd: &F, nr: IoctlNr, arg: *const T) -> c_int { in ioctl_with_ptr() function