'\" t .\" Title: probe::tty.open .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: November 2020 .\" Manual: TTY Tapset .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "PROBE::TTY\&.OPEN" "3stap" "November 2020" "SystemTap Tapset Reference" "TTY Tapset" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" probe::tty.open \- Called when a tty is opened .SH "SYNOPSIS" .sp .nf tty\&.open .fi .SH "VALUES" .PP \fIfile_mode\fR .RS 4 the file mode .RE .PP \fIfile_name\fR .RS 4 the file name .RE .PP \fIinode_number\fR .RS 4 the inode number .RE .PP \fIinode_state\fR .RS 4 the inode state .RE .PP \fIfile_flags\fR .RS 4 the file flags .RE .PP \fIinode_flags\fR .RS 4 the inode flags .RE .SH SEE ALSO\n .IR tapset::tty (3stap)