Searched refs:PORTQ_ALERT (Results 1 – 3 of 3) sorted by relevance
185 if ((portq->portq_flags & PORTQ_ALERT) && in port_close()187 portq->portq_flags &= ~PORTQ_ALERT; in port_close()
1092 if (portq->portq_flags & PORTQ_ALERT) { in port_alert()1103 portq->portq_flags |= PORTQ_ALERT; in port_alert()1146 portq->portq_flags &= ~PORTQ_ALERT; in port_remove_alert()1231 if (portq->portq_flags & PORTQ_ALERT) { in port_getn()
118 #define PORTQ_ALERT 0x01 /* port in alert state */ macro