Searched refs:rstate (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/debugger/laplinkll/
H A Dlaplinkll.cpp73 if (st->rstate != st_sync || st->wstate != st_sync)
83 if (st->rstate != st_sync)
95 if (st->rstate != st_sync || st->wstate != st_sync)
106 st->rstate = st_lsb;
113 if (st->rstate != st_sync || st->wstate != st_sync)
116 st->rstate = st_sync;
128 if (st->rstate != st_sync)
153 if (st->rstate != st_sync)
187 st->rstate = st_msb;
192 st->rstate
[all...]
H A Dlaplinkll.h31 uint8 rstate; member in struct:laplink_state

Completed in 37 milliseconds