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

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c506 uint32_t lunlength, tmp_lunlength; local
528 memcpy(&tmp_lunlength, &(lun_resp->length), sizeof (tmp_lunlength));
529 lunlength = htonl(tmp_lunlength);
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c1715 uint32_t lunlength, tmp_lunlength; local
1822 (void) memcpy(&tmp_lunlength, &(lun_resp->length),
1823 sizeof (tmp_lunlength));
1824 lunlength = ntohl(tmp_lunlength);

Completed in 52 milliseconds