Searched refs:ex0 (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | select.c | 58 pselect(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, in pselect() argument 102 if (ex0 == NULL) in pselect() 103 ex0 = &zero; in pselect() 111 ex = (long *)ex0->fds_bits; in pselect() 161 if (ex0 != &zero) { in pselect() 162 ex = (long *)ex0->fds_bits; in pselect() 222 ex = (long *)&ex0->fds_bits[j]; in pselect() 231 if (ex0 != &zero) in pselect() 285 select(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, struct timeval *tv) in select() argument 312 return (pselect(nfds, in0, out0, ex0, tsp, NULL)); in select()
|
H A D | select_large_fdset.c | 73 pselect_large_fdset(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, in pselect_large_fdset() argument 125 if (ex0 == NULL) in pselect_large_fdset() 126 ex0 = &zero; in pselect_large_fdset() 138 ex = (long *)ex0->fds_bits; in pselect_large_fdset() 206 if (ex0 != &zero) { in pselect_large_fdset() 207 ex = (long *)ex0->fds_bits; in pselect_large_fdset() 271 ex = (long *)&ex0->fds_bits[j]; in pselect_large_fdset() 280 if (ex0 != &zero) in pselect_large_fdset() 336 select_large_fdset(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, in select_large_fdset() argument 364 return (pselect_large_fdset(nfds, in0, out0, ex0, tsp, NULL)); in select_large_fdset()
|
/titanic_41/usr/src/uts/intel/io/dnet/ |
H A D | dnet_mii.c | 859 int ex0 = mac->mii_read(mac->mii_dip, phy, MII_82553_EX0); in getspeed_82553() local 860 *fulld = (ex0 & I82553_EX0_FDUPLEX) ? 1:0; in getspeed_82553() 861 *speed = (ex0 & I82553_EX0_100MB) ? 100:10; in getspeed_82553()
|