9330 stack overflow when creating a deeply nested dataset
[unleashed.git] / usr / src / man / man3nsl / t_getstate.3nsl
blob470dd8bdc1897d32998b709e37cfe00997d77093
1 .\"
2 .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for
3 .\" permission to reproduce portions of its copyrighted documentation.
4 .\" Original documentation from The Open Group can be obtained online at
5 .\" http://www.opengroup.org/bookstore/.
6 .\"
7 .\" The Institute of Electrical and Electronics Engineers and The Open
8 .\" Group, have given us permission to reprint portions of their
9 .\" documentation.
10 .\"
11 .\" In the following statement, the phrase ``this text'' refers to portions
12 .\" of the system documentation.
13 .\"
14 .\" Portions of this text are reprinted and reproduced in electronic form
15 .\" in the SunOS Reference Manual, from IEEE Std 1003.1, 2004 Edition,
16 .\" Standard for Information Technology -- Portable Operating System
17 .\" Interface (POSIX), The Open Group Base Specifications Issue 6,
18 .\" Copyright (C) 2001-2004 by the Institute of Electrical and Electronics
19 .\" Engineers, Inc and The Open Group.  In the event of any discrepancy
20 .\" between these versions and the original IEEE and The Open Group
21 .\" Standard, the original IEEE and The Open Group Standard is the referee
22 .\" document.  The original Standard can be obtained online at
23 .\" http://www.opengroup.org/unix/online.html.
24 .\"
25 .\" This notice shall appear on any product containing this material.
26 .\"
27 .\" The contents of this file are subject to the terms of the
28 .\" Common Development and Distribution License (the "License").
29 .\" You may not use this file except in compliance with the License.
30 .\"
31 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32 .\" or http://www.opensolaris.org/os/licensing.
33 .\" See the License for the specific language governing permissions
34 .\" and limitations under the License.
35 .\"
36 .\" When distributing Covered Code, include this CDDL HEADER in each
37 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
38 .\" If applicable, add the following below this CDDL HEADER, with the
39 .\" fields enclosed by brackets "[]" replaced with your own identifying
40 .\" information: Portions Copyright [yyyy] [name of copyright owner]
41 .\"
42 .\"
43 .\" Portions Copyright 1989 AT&T
44 .\" Copyright 1994, The X/Open Company Ltd.  All Rights Reserved.
45 .\" Portions Copyright (c) 1998, Sun Microsystems, Inc.  All Rights Reserved.
46 .\"
47 .TH T_GETSTATE 3NSL "May 7, 1998"
48 .SH NAME
49 t_getstate \- get the current state
50 .SH SYNOPSIS
51 .LP
52 .nf
53 #include <xti.h>
57 \fBint\fR \fBt_getstate\fR(\fBint\fR \fIfd\fR);
58 .fi
60 .SH DESCRIPTION
61 .sp
62 .LP
63 This routine is part of the \fBXTI\fR interfaces which evolved from the
64 \fBTLI\fR interfaces. \fBXTI\fR represents the future evolution of these
65 interfaces. However, \fBTLI\fR interfaces are supported for compatibility. When
66 using a \fBTLI\fR routine that has the same name as an \fBXTI\fR routine, the
67 \fBtiuser.h\fR header file must be used.  Refer to the  \fBTLI\fR
68 \fBCOMPATIBILITY\fR section for a description of differences between the two
69 interfaces.
70 .sp
71 .LP
72 The \fBt_getstate()\fR function returns the current state of the provider
73 associated with the transport endpoint specified by \fIfd\fR.
74 .SH RETURN VALUES
75 .sp
76 .LP
77 State is returned upon successful completion.  Otherwise, a value of  -1 is
78 returned and \fBt_errno\fR is set to indicate an error.  The current state is
79 one of the following:
80 .sp
81 .ne 2
82 .na
83 \fB\fBT_UNBND\fR \fR
84 .ad
85 .RS 15n
86 Unbound.
87 .RE
89 .sp
90 .ne 2
91 .na
92 \fB\fBT_IDLE\fR \fR
93 .ad
94 .RS 15n
95 Idle.
96 .RE
98 .sp
99 .ne 2
101 \fB\fBT_OUTCON\fR \fR
103 .RS 15n
104 Outgoing connection pending.
108 .ne 2
110 \fB\fBT_INCON\fR \fR
112 .RS 15n
113 Incoming connection pending.
117 .ne 2
119 \fB\fBT_DATAXFER\fR \fR
121 .RS 15n
122 Data transfer.
126 .ne 2
128 \fB\fBT_OUTREL\fR \fR
130 .RS 15n
131 Outgoing direction orderly release sent.
135 .ne 2
137 \fB\fBT_INREL\fR \fR
139 .RS 15n
140 Incoming direction orderly release received.
145 If the provider is undergoing a state transition when \fBt_getstate()\fR is
146 called, the function will fail.
147 .SH ERRORS
150 On failure, \fBt_errno\fR is set to one of the following:
152 .ne 2
154 \fB\fBTBADF\fR\fR
156 .RS 14n
157 The specified file descriptor does not refer to a transport endpoint.
161 .ne 2
163 \fB\fBTPROTO\fR\fR
165 .RS 14n
166 This error indicates that a communication problem has been detected between XTI
167 and the transport provider for which there is no other suitable XTI error
168 \fB(t_errno)\fR.
172 .ne 2
174 \fB\fBTSTATECHNG\fR\fR
176 .RS 14n
177 The transport provider is undergoing a transient state change.
181 .ne 2
183 \fB\fBTSYSERR\fR\fR
185 .RS 14n
186 A system error has occurred during execution of this function.
189 .SH TLI COMPATIBILITY
192 The \fBXTI\fR and \fBTLI\fR interface definitions have common names but use
193 different header files. This, and other semantic differences between the two
194 interfaces are described in the subsections below.
195 .SS "Interface Header"
198 The \fBXTI\fR interfaces use the header file, \fBxti.h\fR. \fBTLI\fR interfaces
199 should \fInot\fR use this header.  They should use the header:
201 .in +2
203 #include <tiuser.h>
205 .in -2
207 .SS "Error Description Values"
210 The \fBt_errno\fR value that can be set by the \fBXTI\fR interface and cannot
211 be set by the \fBTLI\fR interface is:
214 \fBTPROTO\fR
215 .SH ATTRIBUTES
218 See \fBattributes\fR(5)  for descriptions of the following attributes:
223 box;
224 c | c
225 l | l .
226 ATTRIBUTE TYPE  ATTRIBUTE VALUE
228 MT Level        Safe
231 .SH SEE ALSO
234 \fBt_open\fR(3NSL), \fBattributes\fR(5)