OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ux_stds
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
uhcivar.h
69
uhci_soft_td_t **
ux_stds
;
member in struct:uhci_xfer::__anonb7e36d0a0308
uhci.c
2014
uxfer->
ux_stds
= NULL;
2021
uxfer->
ux_stds
= kmem_alloc(sizeof(uhci_soft_td_t *) * ntd,
2031
kmem_free(uxfer->
ux_stds
,
2035
uxfer->
ux_stds
[i] = p;
2038
*sp = uxfer->
ux_stds
[0];
2052
uhci_soft_td_t *std = ux->
ux_stds
[i];
2060
ux->
ux_stds
[i]->link.std = sc->sc_freetds;
2104
std = uxfer->
ux_stds
[i];
2155
std = uxfer->
ux_stds
[i++];
2243
kmem_free(ux->
ux_stds
, sizeof(uhci_soft_td_t *) * ux->ux_nstd)
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025