Home
last modified time | relevance | path

Searched refs:inLong (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/raid/asr/
HDosd_util.h224 inline uLONG osdSwap4(uLONG *inLong) { in osdSwap4() argument
225 return *inLong = DPT_Bswapl(*inLong); in osdSwap4()
228 #define osdSwap4(inLong) DPT_Bswapl(inLong) argument