Function lrs::syscall::ioctl_tiocoutq

Executes ioctl with the TIOCOUTQ option.

Syntax

fn ioctl_tiocoutq(fd: i32, buf: &mut usize) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

buf

Place where the number of pending output bytes will be stored.

See also