OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_rbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/sbus/
magmareg.h
136
u_char *
mp_rbuf
; /* ring buffer start */
member in struct:mtty_port
magma.c
563
if( ptr == mtty->mp_rend ) ptr = mtty->
mp_rbuf
;
565
if( ptr == mtty->
mp_rbuf
)
756
? mp->
mp_rbuf
: (mp->mp_rget + 2);
875
mp->
mp_rbuf
= malloc(MTTY_RBUF_SIZE, M_DEVBUF, M_WAITOK);
876
mp->mp_rend = mp->
mp_rbuf
+ MTTY_RBUF_SIZE;
931
mp->mp_rput = mp->mp_rget = mp->
mp_rbuf
;
Completed in 14 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025