Searched defs:BE_SWAP32_BCOPY (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2259 #define BE_SWAP32_BCOPY(_s, _d, _c) SWAP32_BCOPY(_s, _d, _c) macro
2265 #define BE_SWAP32_BCOPY(_s, _d, _c) bcopy(_s, _d, _c) macro

Completed in 60 milliseconds