Lines Matching refs:utcb
59 * \param utcb UTBC pointer of the calling thread.
70 send(char const *buf, unsigned size, l4_utcb_t *utcb = l4_utcb()) const noexcept
71 { return l4_vcon_send_u(cap(), buf, size, utcb); }
78 * \param utcb UTCB pointer of the calling thread.
84 write(char const *buf, unsigned size, l4_utcb_t *utcb = l4_utcb()) const noexcept
85 { return l4_vcon_write_u(cap(), buf, size, utcb); }
92 * \param utcb UTCB pointer of the calling thread.
101 read(char *buf, unsigned size, l4_utcb_t *utcb = l4_utcb()) const noexcept
102 { return l4_vcon_read_u(cap(), buf, size, utcb); }
109 * \param utcb UTCB pointer of the calling thread.
126 read_with_flags(char *buf, unsigned size, l4_utcb_t *utcb = l4_utcb()) const noexcept
127 { return l4_vcon_read_with_flags_u(cap(), buf, size, utcb); }
134 * \param utcb UTCB pointer of the calling thread.
139 set_attr(l4_vcon_attr_t const *attr, l4_utcb_t *utcb = l4_utcb()) const noexcept
140 { return l4_vcon_set_attr_u(cap(), attr, utcb); }
147 * \param utcb UTCB pointer of the calling thread.
152 get_attr(l4_vcon_attr_t *attr, l4_utcb_t *utcb = l4_utcb()) const noexcept
153 { return l4_vcon_get_attr_u(cap(), attr, utcb); }