|
| l4_msgtag_t | l4_vcon_send (l4_cap_idx_t vcon, char const *buf, unsigned size) L4_NOTHROW |
| | Send data to virtual console. More...
|
| |
| l4_msgtag_t | l4_vcon_send_u (l4_cap_idx_t vcon, char const *buf, unsigned size, l4_utcb_t *utcb) L4_NOTHROW |
| | Send data to this virtual console. More...
|
| |
| long | l4_vcon_write (l4_cap_idx_t vcon, char const *buf, unsigned size) L4_NOTHROW |
| | Write data to virtual console. More...
|
| |
| long | l4_vcon_write_u (l4_cap_idx_t vcon, char const *buf, unsigned size, l4_utcb_t *utcb) L4_NOTHROW |
| | Write data to this virtual console. More...
|
| |
| int | l4_vcon_read (l4_cap_idx_t vcon, char *buf, unsigned size) L4_NOTHROW |
| | Read data from virtual console. More...
|
| |
| int | l4_vcon_read_u (l4_cap_idx_t vcon, char *buf, unsigned size, l4_utcb_t *utcb) L4_NOTHROW |
| | Read data from this virtual console. More...
|
| |
| int | l4_vcon_read_with_flags (l4_cap_idx_t vcon, char *buf, unsigned size) L4_NOTHROW |
| | Read data from virtual console, extended version including flags. More...
|
| |
| l4_msgtag_t | l4_vcon_set_attr (l4_cap_idx_t vcon, l4_vcon_attr_t const *attr) L4_NOTHROW |
| | Set attributes of a Vcon. More...
|
| |
| l4_msgtag_t | l4_vcon_set_attr_u (l4_cap_idx_t vcon, l4_vcon_attr_t const *attr, l4_utcb_t *utcb) L4_NOTHROW |
| | Set the attributes of this virtual console. More...
|
| |
| l4_msgtag_t | l4_vcon_get_attr (l4_cap_idx_t vcon, l4_vcon_attr_t *attr) L4_NOTHROW |
| | Get attributes of a Vcon. More...
|
| |
| l4_msgtag_t | l4_vcon_get_attr_u (l4_cap_idx_t vcon, l4_vcon_attr_t *attr, l4_utcb_t *utcb) L4_NOTHROW |
| | Get attributes of this virtual console. More...
|
| |
Virtual console interface.
Definition in file vcon.h.