Home
last modified time | relevance | path

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

/external/crosvm/base/src/windows/win/
Dioctl.rs157 pub unsafe fn ioctl_with_val(handle: &dyn AsRawDescriptor, nr: IoctlNr, mut arg: c_ulong) -> c_int { in ioctl_with_val() function
408 fn ioctl_with_val() { in ioctl_with_val() function
/external/crosvm/base/src/
Dioctl.rs19 pub unsafe fn ioctl_with_val(descriptor: &dyn AsRawDescriptor, nr: IoctlNr, arg: c_ulong) -> c_int { in ioctl_with_val() function
/external/crosvm/base/src/unix/
Dioctl.rs156 pub unsafe fn ioctl_with_val<F: AsRawFd>(fd: &F, nr: IoctlNr, arg: c_ulong) -> c_int { in ioctl_with_val() function
/external/crosvm/common/sys_util/src/
Dioctl.rs156 pub unsafe fn ioctl_with_val<F: AsRawFd>(fd: &F, nr: IoctlNr, arg: c_ulong) -> c_int { in ioctl_with_val() function
/external/crosvm/base/src/windows/
Dioctl.rs154 pub unsafe fn ioctl_with_val<F: AsRawDescriptor>( in ioctl_with_val() function