Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dport_impl.h140 pollhead_t port_pollhd; member
/titanic_50/usr/src/uts/common/os/
H A Dport_subr.c210 pollwakeup(&pp->port_pollhd, POLLIN); in port_send_event()
512 pollwakeup(&pp->port_pollhd, POLLOUT); in port_free_event_local()
/titanic_50/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c302 *phpp = &pp->port_pollhd; in port_poll()
H A Dport.c1518 pollwakeup(&pp->port_pollhd, POLLIN); in port_getn()
/titanic_50/usr/src/uts/common/syscall/
H A Dpoll.c931 if (plhead != NULL && &plhead->pp->port_pollhd == php) { in pollwakeup()
947 php = &plhead->pp->port_pollhd; in pollwakeup()