OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ub_index
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/usb/
ucom.c
141
u_int
ub_index
;
member in struct:ucom_buffer
1254
ub->
ub_index
= 0;
1298
ub->
ub_index
= ub->ub_len;
1301
ub->
ub_index
= 0;
1378
if (ub != NULL && ub->
ub_index
== 0)
1403
while (ub->
ub_index
< ub->ub_len && !sc->sc_rx_stopped) {
1405
if ((*rint)(ub->ub_data[ub->
ub_index
], tp) == -1) {
1407
ub->
ub_index
= ub->ub_len;
1409
ub->
ub_index
++;
1412
if (ub->
ub_index
== ub->ub_len)
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025