Function nix::sys::ioctl::execute [] [src]

pub fn execute(fd: RawFd, op: ioctl_op_t) -> Result<c_int>

Ioctl call for which no data pointer is provided to the kernel. That is, the kernel has sufficient information about what to do based on the op alone.