Lines Matching +full:in +full:- +full:masks

4 .\" Redistribution and use in source and binary forms, with or without
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
51 and guaranteed to be at least 20. The entries in the descriptor reference
63 in section 2.1. Naming contexts, files and directories are described in
78 A copy of a descriptor reference may be made in a specific slot
102 Sets of descriptors of interest are specified as bit masks,
107 nds = select(nd, in, out, except, tvp);
108 result int nds; int nd; result fd_set *in, *out, *except;
119 sets \fIin\fP, \fIout\fP and \fIexcept\fP, replacing
120 the specified bit masks by the subsets that select true for input,
122 indicates the number of file descriptors specified by the bit masks).
124 then the number of such descriptors is returned in \fInds\fP and the
125 bit masks are updated.
135 that was ``in progress'', such as connection establishment,
140 or other device-specific events have occurred.
160 The F_SETFL \fIcmd\fP may be used to set a descriptor in
161 non-blocking I/O mode and/or enable signaling when I/O is
166 Operations on non-blocking descriptors will
174 be signaled, with a SIGIO for input, output, or in-progress
179 using non-blocking output,
182 return indicating that the connection establishment is ``in progress''.
190 \(dg The facilities described in this section are not included
202 object \fIold\fP in a way defined by the protocol.
204 and are described in the programmers manual.
206 Protocols may be based on communications multiplexing or a rights-passing
209 locally generated ``read-ahead'' requests. A protocol that provides for
210 read-ahead may provide higher performance but have a more difficult