Searched defs:Ioctl (Results 1 – 5 of 5) sorted by relevance
146 pub unsafe trait Ioctl { interface
78 int Ioctl(Socket s, unsigned long int cmd, void* arg) in Ioctl() function
48 int Ioctl(unsigned long request, void* arg) { return DoIoctl(request, arg); } in Ioctl() function
21 Ioctl { kind: IoctlKind, cause: nix::Error }, enumerator
628 Ioctl = 39, enumerator