OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nstd
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/usb/
ohci.c
550
size_t
nstd
= (!rd && (flags & USBD_FORCE_SHORT_XFER)) ? 1 : 0;
local
551
nstd
+= howmany(length, OHCI_PAGE_SIZE);
552
ox->ox_stds = kmem_zalloc(sizeof(ohci_soft_td_t *) *
nstd
,
554
ox->ox_nstd =
nstd
;
556
DPRINTFN(8, "xfer %#jx
nstd
%jd", (uintptr_t)xfer,
nstd
, 0, 0);
575
kmem_free(ox->ox_stds, sizeof(ohci_soft_td_t *) *
nstd
);
2758
DPRINTFN(8, "xfer %#jx
nstd
%jd", (uintptr_t)xfer, ox->ox_nstd, 0, 0);
3043
DPRINTFN(8, "xfer %#jx
nstd
%jd", (uintptr_t)xfer, ox->ox_nstd, 0, 0);
3238
DPRINTFN(8, "xfer %#jx
nstd
%jd", (uintptr_t)xfer, ox->ox_nstd, 0, 0)
[
all
...]
Completed in 16 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026