OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_rhportmap
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
xhcivar.h
122
int *
sc_rhportmap
[2];
member in struct:xhci_softc
xhci.c
614
return sc->
sc_rhportmap
[bn][rhport - 1];
680
for (size_t j = 0; j < __arraycount(sc->
sc_rhportmap
); j++) {
681
kmem_free(sc->
sc_rhportmap
[j], sc->sc_maxports * sizeof(int));
1279
KASSERTMSG(sc->
sc_rhportmap
[bus][rhp] == 0,
1281
sc->
sc_rhportmap
[bus][rhp]);
1283
sc->
sc_rhportmap
[bus][rhp] = cp + 1;
1481
for (size_t j = 0; j < __arraycount(sc->
sc_rhportmap
); j++) {
1482
sc->
sc_rhportmap
[j] =
Completed in 14 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025