Function lrs::syscall::ioctl_tiocsetd

Executes ioctl with the TIOCSETD option.

Syntax

fn ioctl_tiocsetd(fd: i32, discipline: i32) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

discipline

The line discipline of the terminal.

See also