Home
last modified time | relevance | path

Searched defs:osdSwap4 (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/dev/raid/asr/
H A Dosd_util.h224 inline uLONG osdSwap4(uLONG *inLong) { in osdSwap4() function
228 #define osdSwap4(inLong) DPT_Bswapl(inLong) macro
H A Ddptalign.h90 # define osdSwap4(x) ( \ macro
H A Dasr.c146 #define osdSwap4(x) ((u_long)ntohl((u_long)(x))) macro