Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c185 if ((portq->portq_flags & PORTQ_ALERT) && in port_close()
187 portq->portq_flags &= ~PORTQ_ALERT; in port_close()
H A Dport.c1092 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h118 #define PORTQ_ALERT 0x01 /* port in alert state */ macro