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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c590 uint8_t *bptr1; local
600 bptr1 = (uint8_t *)&nlp->nlp_portname;
601 bptr1 += 7;
606 if (*bptr1-- != *bptr2--) {
H A Demlxs_download.c174 uint32_t *bptr1; local
200 bptr1 = (uint32_t *)local_buffer;
203 *bptr1 = LE_SWAP32(*bptr2);
204 bptr1++;
2140 uint32_t *bptr1; local
2158 bptr1 = (uint32_t *)local_buffer;
2162 *bptr1 = SWAP32(*bptr2);
2163 bptr1++;

Completed in 65 milliseconds