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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c591 uint8_t *bptr2; local
602 bptr2 = (uint8_t *)wwpn;
603 bptr2 += 7;
606 if (*bptr1-- != *bptr2--) {
H A Demlxs_download.c175 uint32_t *bptr2; local
201 bptr2 = (uint32_t *)buffer;
203 *bptr1 = LE_SWAP32(*bptr2);
205 bptr2++;
2141 uint32_t *bptr2; local
2159 bptr2 = (uint32_t *)buffer;
2162 *bptr1 = SWAP32(*bptr2);
2164 bptr2++;

Completed in 53 milliseconds