Function lrs::syscall::ioctl_tiocgpkt

Executes ioctl with the TIOCGPKT option.

Syntax

fn ioctl_tiocgpkt(fd: i32, packet: &mut bool) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

packet

Place where the status of packet mode will be stored.

See also