Home
last modified time | relevance | path

Searched refs:virtio_console_control (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/virtio/console/
Dvirtio_console.c167 struct virtio_console_control *);
170 struct virtio_console_control *);
180 struct virtio_console_control *);
184 struct virtio_console_control *control);
590 struct virtio_console_control *control) in vtcon_ctrl_event_enqueue()
601 sizeof(struct virtio_console_control)); in vtcon_ctrl_event_enqueue()
611 struct virtio_console_control *control; in vtcon_ctrl_event_create()
614 control = malloc(sizeof(struct virtio_console_control), M_DEVBUF, in vtcon_ctrl_event_create()
628 struct virtio_console_control *control) in vtcon_ctrl_event_requeue()
632 bzero(control, sizeof(struct virtio_console_control)); in vtcon_ctrl_event_requeue()
[all …]
Dvirtio_console.h59 struct virtio_console_control { struct