Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dvldc.c261 short pollevents = 0; in i_vldc_cb() local
286 pollevents |= POLLOUT; in i_vldc_cb()
299 pollevents = POLLHUP; in i_vldc_cb()
318 pollevents |= POLLOUT; in i_vldc_cb()
329 pollevents = POLLHUP; in i_vldc_cb()
333 pollevents |= POLLIN; in i_vldc_cb()
337 if (pollevents != 0) { in i_vldc_cb()
339 vport->number, pollevents); in i_vldc_cb()
340 pollwakeup(&vport->poll, pollevents); in i_vldc_cb()
/titanic_44/usr/src/uts/common/os/
H A Dstreamio.c8453 short pollevents; in putback() local
8460 pollevents = POLLPRI; in putback()
8466 pollevents = POLLIN | POLLRDNORM; in putback()
8468 pollevents = POLLIN | POLLRDBAND; in putback()
8472 pollwakeup(&stp->sd_pollist, pollevents); in putback()