Home
last modified time | relevance | path

Searched refs:PORTGET_ALERT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h178 #define PORTGET_ALERT 0x01 /* wake up and return alert event */ macro
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c1126 if ((pgetp->portget_state & PORTGET_ALERT) == 0) { in port_alert()
1131 pgetp->portget_state |= PORTGET_ALERT; in port_alert()
1301 if (pgetp->portget_state & PORTGET_ALERT) { in port_getn()