Searched refs:ex0 (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dselect.c58 pselect(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, argument
102 if (ex0 == NULL)
103 ex0 = &zero;
111 ex = (long *)ex0->fds_bits;
161 if (ex0 != &zero) {
162 ex = (long *)ex0->fds_bits;
222 ex = (long *)&ex0->fds_bits[j];
231 if (ex0 != &zero)
285 select(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, struct timeval *tv) argument
312 return (pselect(nfds, in0, out0, ex0, ts
[all...]
H A Dselect_large_fdset.c73 pselect_large_fdset(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, argument
125 if (ex0 == NULL)
126 ex0 = &zero;
138 ex = (long *)ex0->fds_bits;
206 if (ex0 != &zero) {
207 ex = (long *)ex0->fds_bits;
271 ex = (long *)&ex0->fds_bits[j];
280 if (ex0 != &zero)
336 select_large_fdset(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, argument
364 return (pselect_large_fdset(nfds, in0, out0, ex0, ts
[all...]

Completed in 19 milliseconds