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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1010 emlxs_parse_vpd(emlxs_hba_t *hba, uint8_t *vpd_buf, uint32_t size) argument
1034 switch (vpd_buf[block_index]) {
1038 lenlo = vpd_buf[index];
1040 lenhi = vpd_buf[index];
1054 bcopy(&vpd_buf[index], buffer,
1066 lenlo = vpd_buf[index];
1068 lenhi = vpd_buf[index];
1090 tag[0] = vpd_buf[index++];
1091 tag[1] = vpd_buf[index++];
1093 sub_size = vpd_buf[inde
[all...]

Completed in 61 milliseconds