Function lrs::syscall::ioctl_tiocpkt

Executes ioctl with the TIOCPKT option.

Syntax

fn ioctl_tiocpkt(fd: i32, packet: bool) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

packet

Whether packet mode is enabled.

See also