Home
last modified time | relevance | path

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

/external/crosvm/base/src/
Dioctl.rs14 pub unsafe fn ioctl_with_val(descriptor: &dyn AsRawDescriptor, nr: IoctlNr, arg: c_ulong) -> c_int { in ioctl_with_val() function
/external/crosvm/sys_util/src/
Dioctl.rs157 pub unsafe fn ioctl_with_val<F: AsRawFd>(fd: &F, nr: IoctlNr, arg: c_ulong) -> c_int { in ioctl_with_val() function