OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_rx_stopped
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/usb/
ucom.c
176
volatile u_char
sc_rx_stopped
;
member in struct:ucom_softc
645
sc->
sc_rx_stopped
= 0;
1194
old = sc->
sc_rx_stopped
;
1195
sc->
sc_rx_stopped
= (u_char)block;
1400
while (ub != NULL && !sc->
sc_rx_stopped
) {
1403
while (ub->ub_index < ub->ub_len && !sc->
sc_rx_stopped
) {
Completed in 13 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025