Searched refs:snd (Results 1 – 1 of 1) sorted by relevance
64 l4_timeout_s snd; /**< send timeout */ member68 l4_timeout_s snd; /**< send timeout */124 l4_timeout_t l4_timeout(l4_timeout_s snd, l4_timeout_s rcv) L4_NOTHROW;134 void l4_snd_timeout(l4_timeout_s snd, l4_timeout_t *to) L4_NOTHROW;191 t.p.snd.t = (snd_man & 0x3ff) | ((snd_exp << 10) & 0x7c00); in l4_ipc_timeout()198 l4_timeout_t l4_timeout(l4_timeout_s snd, l4_timeout_s rcv) L4_NOTHROW in l4_timeout() argument201 t.p.snd = snd; in l4_timeout()208 void l4_snd_timeout(l4_timeout_s snd, l4_timeout_t *to) L4_NOTHROW in l4_snd_timeout() argument210 to->p.snd = snd; in l4_snd_timeout()
Completed in 2 milliseconds