Function lrs::syscall::ioctl_tiocsti

Executes ioctl with the TIOCSTI option.

Syntax

fn ioctl_tiocsti(fd: i32, byte: u8) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

byte

The byte to insert into the input queue.

See also