OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zst_rbuf
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ic/
z8530tty.c
207
uint8_t *
zst_rbuf
,
member in struct:zstty_softc
411
zst->
zst_rbuf
= malloc(zstty_rbuf_size << 1, M_DEVBUF, M_WAITOK);
412
zst->zst_ebuf = zst->
zst_rbuf
+ (zstty_rbuf_size << 1);
416
zst->zst_rbget = zst->zst_rbput = zst->
zst_rbuf
;
660
zst->zst_rbget = zst->zst_rbput = zst->
zst_rbuf
;
1377
put = zst->
zst_rbuf
;
1612
get = zst->
zst_rbuf
;
Completed in 11 milliseconds
Indexes created Tue Oct 28 12:10:06 GMT 2025