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

/freebsd-10.2-release/sys/dev/virtio/console/
H A Dvirtio_console.c80 int vtcport_flags; member in struct:vtcon_port
768 port->vtcport_flags |= VTCON_PORT_FLAG_CONSOLE;
1121 port->vtcport_flags |= VTCON_PORT_FLAG_GONE;
1214 if (port->vtcport_flags & VTCON_PORT_FLAG_CONSOLE)
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 152 milliseconds