Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dport_kernel.h71 #define PORT_KEV_FREE 0x20 /* free event and don't copyout it */ macro
H A Dport_impl.h81 #define PORT_CLEANUP_DONE (PORT_KEV_FREE|PORT_KEV_DONEQ)
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c98 kevp->portkev_flags |= PORT_KEV_FREE; in port_discard_events()
H A Dport.c1406 if (pev->portkev_flags & PORT_KEV_FREE) { in port_getn()
1454 if (pev->portkev_flags & PORT_KEV_FREE) { in port_getn()
/illumos-gate/usr/src/uts/common/os/
H A Dport_subr.c452 pkevp->portkev_flags |= PORT_KEV_FREE; in port_free_event()