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

/freebsd-10.3-release/sys/dev/virtio/console/
H A Dvirtio_console.c81 #define VTCON_PORT_FLAG_GONE 0x01 macro
1121 port->vtcport_flags |= VTCON_PORT_FLAG_GONE;
1250 if ((port->vtcport_flags & VTCON_PORT_FLAG_GONE) == 0)
1297 if (port->vtcport_flags & VTCON_PORT_FLAG_GONE)
1312 if (port->vtcport_flags & VTCON_PORT_FLAG_GONE)
1327 if (port->vtcport_flags & VTCON_PORT_FLAG_GONE)

Completed in 103 milliseconds