Home
last modified time | relevance | path

Searched defs:UGETDW (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusb_endian.h55 #define UGETDW(w) \ macro
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c394 #define UGETDW(w) ((w)[0] | ((w)[1] << 8) | ((w)[2] << 16) | ((w)[3] << 24)) macro