Searched refs:port_pollhd (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h140 pollhead_t port_pollhd; member in struct:port
/illumos-gate/usr/src/uts/common/os/
H A Dport_subr.c210 pollwakeup(&pp->port_pollhd, POLLIN);
512 pollwakeup(&pp->port_pollhd, POLLOUT);
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c302 *phpp = &pp->port_pollhd;
H A Dport.c1518 pollwakeup(&pp->port_pollhd, POLLIN);
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c897 if (plhead != NULL && &plhead->pp->port_pollhd == php) {
913 php = &plhead->pp->port_pollhd;

Completed in 69 milliseconds