Home
last modified time | relevance | path

Searched refs:PORT_KEV_VALID (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/fs/portfs/
H A Dport_fd.c279 if (pkevp->portkev_flags & PORT_KEV_VALID) { in port_associate_fd()
280 pkevp->portkev_flags &= ~PORT_KEV_VALID; in port_associate_fd()
302 pkevp->portkev_flags |= PORT_KEV_VALID; in port_associate_fd()
387 if (revents && (pkevp->portkev_flags & PORT_KEV_VALID)) { in port_associate_fd()
389 pkevp->portkev_flags &= ~PORT_KEV_VALID; in port_associate_fd()
418 if (pkevp->portkev_flags & PORT_KEV_VALID) { in port_associate_fd()
419 pkevp->portkev_flags &= ~PORT_KEV_VALID; in port_associate_fd()
490 if (pkevp->portkev_flags & PORT_KEV_VALID) { in port_dissociate_fd()
491 pkevp->portkev_flags &= ~PORT_KEV_VALID; in port_dissociate_fd()
/titanic_50/usr/src/uts/common/sys/
H A Dport_kernel.h70 #define PORT_KEV_VALID 0x08 /* event associated and enabled */ macro
/titanic_50/usr/src/uts/common/syscall/
H A Dpoll.c821 if (pkevp->portkev_flags & PORT_KEV_VALID) { in pollwakeup()
824 pkevp->portkev_flags &= ~PORT_KEV_VALID; in pollwakeup()