Function lrs::syscall::ioctl_tiocgdev

Executes ioctl with the TIOCGDEV option.

Syntax

fn ioctl_tiocgdev(fd: i32, dev: &mut u32) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

dev

Remarks

This ioctl is undocumented but see drivers/tty/tty_io.c.