Symbol: __bswap32
include/byteswap.h
34
#define __bswap_32(x) __bswap32(x)
include/byteswap.h
38
#define bswap_32(x) __bswap32(x)
sys/dev/ath/ath_hal/ah_eeprom_9287.c
191
integer = __bswap32(pModal->antCtrlCommon);
sys/dev/ath/ath_hal/ah_eeprom_9287.c
195
integer = __bswap32(pModal->antCtrlChain[i]);
sys/dev/ath/ath_hal/ah_eeprom_v14.c
228
integer = __bswap32(pModal->antCtrlCommon);
sys/dev/ath/ath_hal/ah_eeprom_v14.c
232
integer = __bswap32(pModal->antCtrlChain[i]);
sys/dev/ath/ath_hal/ah_eeprom_v4k.c
183
integer = __bswap32(pModal->antCtrlCommon);
sys/dev/ath/ath_hal/ah_eeprom_v4k.c
187
integer = __bswap32(pModal->antCtrlChain[i]);
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
797
ads->ds_ctl0 |= __bswap32(AR_TxInterReq);
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
830
ads->ds_ctl0 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl0)
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
832
ads->ds_ctl2 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl2);
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
833
ads->ds_ctl3 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl3);
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
844
ads->ds_ctl0 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl0)
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
862
ds->ds_data = __bswap32(ds->ds_data);
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
863
ds->ds_ctl0 = __bswap32(ds->ds_ctl0);
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
864
ds->ds_ctl1 = __bswap32(ds->ds_ctl1);
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
865
ds->ds_hw[0] = __bswap32(ds->ds_hw[0]);
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
866
ds->ds_hw[1] = __bswap32(ds->ds_hw[1]);
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
867
ds->ds_hw[2] = __bswap32(ds->ds_hw[2]);
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
868
ds->ds_hw[3] = __bswap32(ds->ds_hw[3]);
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
882
if ((ads->ds_txstatus1 & __bswap32(AR_Done)) == 0)
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
485
ads->ds_ctl0 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl0)
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
487
ads->ds_ctl2 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl2);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
488
ads->ds_ctl3 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl3);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
490
ads->ds_ctl6 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
503
ads->ds_ctl0 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl0)
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
505
ads->ds_ctl6 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
689
ads->ds_ctl2 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl2);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
690
ads->ds_ctl3 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl3);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
703
ds->ds_data = __bswap32(ds->ds_data);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
704
ds->ds_ctl0 = __bswap32(ds->ds_ctl0);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
705
ds->ds_ctl1 = __bswap32(ds->ds_ctl1);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
706
ds->ds_hw[0] = __bswap32(ds->ds_hw[0]);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
707
ds->ds_hw[1] = __bswap32(ds->ds_hw[1]);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
708
ds->ds_hw[2] = __bswap32(ds->ds_hw[2]);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
709
ds->ds_hw[3] = __bswap32(ds->ds_hw[3]);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
724
if ((ds_txstatus[9] & __bswap32(AR_TxDone)) == 0)
sys/sys/_endian.h
107
#define htobe32(x) __bswap32((x))
sys/sys/_endian.h
114
#define be32toh(x) __bswap32((x))
sys/sys/_endian.h
124
#define htole32(x) __bswap32((x))
sys/sys/_endian.h
131
#define le32toh(x) __bswap32((x))
sys/sys/_endian.h
90
#define __ntohl(x) (__bswap32(x))
sys/sys/_endian.h
92
#define __htonl(x) (__bswap32(x))
sys/sys/endian.h
69
#define bswap32(x) __bswap32(x)
sys/sys/kerneldump.h
47
#define dtoh32(x) __bswap32(x)
sys/sys/kerneldump.h
49
#define htod32(x) __bswap32(x)
tests/include/endian_test.c
123
ATF_REQUIRE(O32(0x12345678ul) == __bswap32(0x12345678ul));
tests/include/endian_test.c
92
ATF_REQUIRE(O32(0x12345678ul) == __bswap32(0x12345678ul));
tests/include/sys_endian_test.c
120
ATF_REQUIRE(O32(0x12345678ul) == __bswap32(0x12345678ul));
tests/include/sys_endian_test.c
89
ATF_REQUIRE(O32(0x12345678ul) == __bswap32(0x12345678ul));