Searched refs:VCC_PORT_NONBLOCK (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvcc_impl.h66 * 11. VCC_PORT_NONBLOCK - A port was opened with non blocking flag.
175 #define VCC_PORT_NONBLOCK 0x800 /* open with non block flag */ macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvcc.c1216 vport->status |= VCC_PORT_NONBLOCK;
1243 vport->status &= ~VCC_PORT_NONBLOCK;
1768 if (vport->status & VCC_PORT_NONBLOCK) {
2056 if (vport->status & VCC_PORT_NONBLOCK) {

Completed in 62 milliseconds