Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h219 extern void emlxs_swap32_bcopy(uint8_t *src,
H A Demlxs_fc.h2236 #define SWAP32_BCOPY(_s, _d, _c) emlxs_swap32_bcopy(_s, _d, _c)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c12346 emlxs_swap32_bcopy(uint8_t *src, uint8_t *dst, uint32_t size) in emlxs_swap32_bcopy() function