t_unbind.3xti

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3XTI 代码 · 共 63 行

3XTI
63
字号
.TH t_unbind 3xti.SH Namet_unbind \- disable a transport endpoint. .SH Syntax.B #include <xti.h>.br.sp 1.B int t_unbind(\fIfd\fB).br.B int \fIfd\fB;.SH Arguments.IP \fIfd\fR 10Identifies the transport endpoint that the .PN t_unbind() function disables..SH DescriptionThe .PN t_unbind() function disables the transport endpoint specified by\fIfd\fR that was previously bound by .PN t_bind(). On completion of this call, no further data or events destined for this transportendpoint are accepted by the transport provider..NXR "t_unbind system call".NXR "transport endpoint" "disabling".PP.TStab(@);lfHB lfHB lfHBlfR  lfR  lfR ._.sp 6pParameters@Before Call@After Call.sp 6p_.sp 6pfd@x@/.sp 6p_.TE.PP.sp 12p.SH Return ValuesUpon successful completion, a value of 0 is returned. Otherwise, avalue of \-1 is returned, and \fBt_errno\fR is set to indicate theerror..SH DiagnosticsOn failure, \fBt_errno\fR is set to one of the following:.TP 20[TBADF]The specified file descriptor does not refer to a transport endpoint..TP 20 [TOUTSTATE]The function was issued in the wrong sequence..TP 20[TLOOK]An asynchronous event has occurred on the transport endpoint..TP 20[TSYSERR]A system error has occurred during execution of this function..SH See Alsot_bind(3xti)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?