OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
UGETW
sys/dev/usb/usb.h
66
#define UGETW(w) ((w)[0] | ((w)[1] << 8))
sys/dev/usb/usb.h
78
#define UGETW(w) (*(u_int16_t *)(w))