Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fd.c277 if (pkevp->portkev_flags & PORT_KEV_VALID) { in port_associate_fd()
278 pkevp->portkev_flags &= ~PORT_KEV_VALID; in port_associate_fd()
300 pkevp->portkev_flags |= PORT_KEV_VALID; in port_associate_fd()
385 if (revents && (pkevp->portkev_flags & PORT_KEV_VALID)) { in port_associate_fd()
387 pkevp->portkev_flags &= ~PORT_KEV_VALID; in port_associate_fd()
416 if (pkevp->portkev_flags & PORT_KEV_VALID) { in port_associate_fd()
417 pkevp->portkev_flags &= ~PORT_KEV_VALID; in port_associate_fd()
488 if (pkevp->portkev_flags & PORT_KEV_VALID) { in port_dissociate_fd()
489 pkevp->portkev_flags &= ~PORT_KEV_VALID; in port_dissociate_fd()
/illumos-gate/usr/src/uts/common/sys/
H A Dport_kernel.h69 #define PORT_KEV_VALID 0x08 /* event associated and enabled */ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c802 if (pkevp->portkev_flags & PORT_KEV_VALID) { in pollwakeup()
805 pkevp->portkev_flags &= ~PORT_KEV_VALID; in pollwakeup()