Searched refs:prog_types (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1189 (void) strncpy(vpd->prog_types,
1191 (sizeof (vpd->prog_types)-1));
1194 vpd->prog_types);
1569 emlxs_parse_prog_types(emlxs_hba_t *hba, char *prog_types) argument
1578 bcopy(prog_types, types_buffer, 256);
1799 bzero(vpd->prog_types, sizeof (vpd->prog_types));
1803 (void) strlcat(vpd->prog_types, "T2:",
1804 sizeof (vpd->prog_types));
1811 (void) strlcat(vpd->prog_types, buffe
[all...]
H A Demlxs_solaris.c4801 (void) strncpy(vpd_out->prog_types, vpd->prog_types,
4802 (sizeof (vpd_out->prog_types)-1));
4840 (void) strncpy(vpd_out->prog_types, vpd->prog_types,
4841 (sizeof (vpd_out->prog_types)-1));
H A Demlxs_sli3.c675 if (vpd->prog_types[0] != 0) {
676 emlxs_parse_prog_types(hba, vpd->prog_types);
1279 if (vpd->prog_types[0] == 0) {
H A Demlxs_sli4.c694 if (vpd->prog_types[0] != 0) {
695 emlxs_parse_prog_types(hba, vpd->prog_types);
1326 if (vpd->prog_types[0] == 0) {
H A Demlxs_dfc.c3792 (void) strncpy(hbainfo->vpd_prog_types, vpd->prog_types,
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h138 char prog_types[80]; member in struct:emlxs_vpd_desc
151 char prog_types[256]; member in struct:emlxs_vpd_desc_v2
H A Demlxs_fc.h250 char prog_types[256]; member in struct:emlxs_vpd

Completed in 114 milliseconds