Home
last modified time | relevance | path

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

/external/rust/crates/rustix/src/ioctl/
Dmod.rs146 pub unsafe trait Ioctl { interface
/external/armnn/profiling/common/src/
DNetworkSockets.cpp78 int Ioctl(Socket s, unsigned long int cmd, void* arg) in Ioctl() function
/external/pigweed/pw_digital_io_linux/
Dmock_vfs.h48 int Ioctl(unsigned long request, void* arg) { return DoIoctl(request, arg); } in Ioctl() function
/external/rust/crates/gpio-cdev/src/
Derrors.rs21 Ioctl { kind: IoctlKind, cause: nix::Error }, enumerator
/external/crosvm/fuse/src/
Dsys.rs628 Ioctl = 39, enumerator