Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dselect.c106 pselect(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, in pselect() argument
151 if (ex0 == NULL) in pselect()
152 ex0 = &zero; in pselect()
157 npfds = fd_sets_count(nfds, in0, out0, ex0); in pselect()
175 ex = (long *)ex0->fds_bits; in pselect()
225 if (ex0 != &zero) { in pselect()
226 ex = (long *)ex0->fds_bits; in pselect()
289 ex = (long *)&ex0->fds_bits[j]; in pselect()
298 if (ex0 != &zero) in pselect()
355 select(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, struct timeval *tv) in select() argument
[all …]
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet_mii.c859 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()