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

/haiku/src/add-ons/kernel/debugger/laplinkll/
H A Dlaplinkll.cpp380 static laplink_state llst; variable
390 llst.port = LPTBASE;
391 llst.rstate = st_sync;
392 llst.wstate = st_sync;
420 err = ll_send_frame(&llst, (const uint8 *)buf, &len);
433 err = ll_wait_frame(&llst, (uint8 *)laplink_in_buf, &laplink_in_avail);

Completed in 25 milliseconds