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.c1114 * Set waiting threads in alert mode (PORTGET_ALERT)..
1118 * The PORTGET_ALERT flag is set to indicate the thread to return
1122 if ((pgetp->portget_state & PORTGET_ALERT) == 0) {
1127 pgetp->portget_state |= PORTGET_ALERT;
1297 if (pgetp->portget_state & PORTGET_ALERT) {

Completed in 62 milliseconds