Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/debugger/laplinkll/
H A Dlaplinkll.cpp40 st_sync = 0, // syncing... enumerator
73 if (st->rstate != st_sync || st->wstate != st_sync) in ll_send_sof()
83 if (st->rstate != st_sync) in ll_send_sof()
95 if (st->rstate != st_sync || st->wstate != st_sync) in ll_check_sof()
116 st->rstate = st_sync; in ll_send_eof()
117 st->wstate = st_sync; in ll_send_eof()
128 if (st->rstate != st_sync) in ll_send_lnibble()
145 st->wstate = st_sync; in ll_send_lnibble()
153 if (st->rstate != st_sync) in ll_send_mnibble()
170 st->wstate = st_sync; in ll_send_mnibble()
[all …]