OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:usb_event_q
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
usb.c
247
struct
usb_event_q
{
struct
249
SIMPLEQ_ENTRY(
usb_event_q
) next;
251
Static SIMPLEQ_HEAD(,
usb_event_q
) usb_events =
1237
struct
usb_event_q
*ueq;
1283
return kmem_zalloc(sizeof(struct
usb_event_q
), KM_SLEEP);
1289
kmem_free(uep, sizeof(struct
usb_event_q
));
1295
struct
usb_event_q
*ueq;
1302
ueq = (struct
usb_event_q
*)(void *)uep;
usb.c
247
struct
usb_event_q
{
struct
249
SIMPLEQ_ENTRY(
usb_event_q
) next;
251
Static SIMPLEQ_HEAD(,
usb_event_q
) usb_events =
1237
struct
usb_event_q
*ueq;
1283
return kmem_zalloc(sizeof(struct
usb_event_q
), KM_SLEEP);
1289
kmem_free(uep, sizeof(struct
usb_event_q
));
1295
struct
usb_event_q
*ueq;
1302
ueq = (struct
usb_event_q
*)(void *)uep;
Completed in 23 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025