Symbol: emlxs_swap32_buffer
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
129
emlxs_swap32_buffer((uint8_t *)cmd_buf, cmd_size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
139
emlxs_swap32_buffer((uint8_t *)rsp_buf, rsp_size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
191
emlxs_swap32_buffer((uint8_t *)cmd_buf, cmd_size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
201
emlxs_swap32_buffer((uint8_t *)rsp_buf, rsp_size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
248
emlxs_swap32_buffer((uint8_t *)cmd_buf, cmd_size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
258
emlxs_swap32_buffer((uint8_t *)rsp_buf, rsp_size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
305
emlxs_swap32_buffer((uint8_t *)cmd_buf, cmd_size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
315
emlxs_swap32_buffer((uint8_t *)rsp_buf, rsp_size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
361
emlxs_swap32_buffer((uint8_t *)cmd_buf, cmd_size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
371
emlxs_swap32_buffer((uint8_t *)rsp_buf, rsp_size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
66
emlxs_swap32_buffer((uint8_t *)cmd_buf, cmd_size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
76
emlxs_swap32_buffer((uint8_t *)rsp_buf, rsp_size);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_extern.h
217
extern void emlxs_swap32_buffer(uint8_t *buffer,
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
2235
#define SWAP32_BUFFER(_b, _c) emlxs_swap32_buffer(_b, _c)