Home
last modified time | relevance | path

Searched refs: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.c1017 emlxs_parse_vpd(emlxs_hba_t *hba, uint8_t *vpd_buf, uint32_t size) in emlxs_parse_vpd() argument
1041 switch (vpd_buf[block_index]) { in emlxs_parse_vpd()
1045 lenlo = vpd_buf[index]; in emlxs_parse_vpd()
1047 lenhi = vpd_buf[index]; in emlxs_parse_vpd()
1061 bcopy(&vpd_buf[index], buffer, in emlxs_parse_vpd()
1073 lenlo = vpd_buf[index]; in emlxs_parse_vpd()
1075 lenhi = vpd_buf[index]; in emlxs_parse_vpd()
1097 tag[0] = vpd_buf[index++]; in emlxs_parse_vpd()
1098 tag[1] = vpd_buf[index++]; in emlxs_parse_vpd()
1100 sub_size = vpd_buf[index++]; in emlxs_parse_vpd()
[all …]