4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 * or http://www.opensolaris.org/os/licensing.
11 * See the License for the specific language governing permissions
12 * and limitations under the License.
14 * When distributing Covered Code, include this CDDL HEADER in each
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
22 /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
23 /* All Rights Reserved */
26 #ifndef _SYS_STERMIO_H
27 #define _SYS_STERMIO_H
29 #pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 11.2 */
36 * ioctl commands for control channels
38 #define STSTART 1 /* start protocol */
39 #define STHALT 2 /* cease protocol */
40 #define STPRINT 3 /* assign device to printer */
41 #define STENABLE 4 /* enable polling */
42 #define STDISABLE 5 /* disable polling */
43 #define STPOLL 6 /* set polling rate */
44 #define STCNTRS 7 /* poke for status reports */
45 #define STTCHAN 8 /* set trace channel number */
48 * ioctl commands for terminal and printer channels
50 #define STGET (('X'<<8)|0) /* get line options */
51 #define STSET (('X'<<8)|1) /* set line options */
52 #define STTHROW (('X'<<8)|2) /* throw away queued input */
53 #define STWLINE (('X'<<8)|3) /* get synchronous line # */
54 #define STTSV (('X'<<8)|4) /* get all line information */
74 #define STFLUSH 00400 /* FLUSH mode; lmode */
75 #define STWRAP 01000 /* WRAP mode; lmode */
76 #define STAPPL 02000 /* APPLICATION mode; lmode */
94 /* trace message definitions */
96 #define LOC 113 /* loss of carrier */
102 #endif /* _SYS_STERMIO_H */