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

/freebsd-10.2-release/sys/dev/virtio/console/
H A Dvirtio_console.c72 struct vtcon_port { struct
94 struct vtcon_port *vcsp_port;
188 static int vtcon_port_enqueue_buf(struct vtcon_port *, void *, size_t);
189 static int vtcon_port_create_buf(struct vtcon_port *);
190 static void vtcon_port_requeue_buf(struct vtcon_port *, void *);
191 static int vtcon_port_populate(struct vtcon_port *);
192 static void vtcon_port_destroy(struct vtcon_port *);
195 static void vtcon_port_drain(struct vtcon_port *);
196 static void vtcon_port_teardown(struct vtcon_port *);
197 static void vtcon_port_change_size(struct vtcon_port *, uint16_
[all...]

Completed in 87 milliseconds