Function ioctl_with_val

Source
pub unsafe fn ioctl_with_val<F: AsRawFd>(
    fd: &F,
    nr: c_ulong,
    arg: c_ulong,
) -> c_int
Expand description

Run an ioctl with a single value argument.