Searched refs:prog_types (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_hba.c | 1189 (void) strncpy(vpd->prog_types, in emlxs_parse_vpd() 1191 (sizeof (vpd->prog_types)-1)); in emlxs_parse_vpd() 1194 vpd->prog_types); in emlxs_parse_vpd() 1569 emlxs_parse_prog_types(emlxs_hba_t *hba, char *prog_types) in emlxs_parse_prog_types() argument 1578 bcopy(prog_types, types_buffer, 256); in emlxs_parse_prog_types() 1799 bzero(vpd->prog_types, sizeof (vpd->prog_types)); in emlxs_build_prog_types() 1803 (void) strlcat(vpd->prog_types, "T2:", in emlxs_build_prog_types() 1804 sizeof (vpd->prog_types)); in emlxs_build_prog_types() 1811 (void) strlcat(vpd->prog_types, buffer, in emlxs_build_prog_types() 1812 sizeof (vpd->prog_types)); in emlxs_build_prog_types() [all …]
|
H A D | emlxs_solaris.c | 4801 (void) strncpy(vpd_out->prog_types, vpd->prog_types, in emlxs_fca_port_manage() 4802 (sizeof (vpd_out->prog_types)-1)); in emlxs_fca_port_manage() 4840 (void) strncpy(vpd_out->prog_types, vpd->prog_types, in emlxs_fca_port_manage() 4841 (sizeof (vpd_out->prog_types)-1)); in emlxs_fca_port_manage()
|
H A D | emlxs_sli3.c | 675 if (vpd->prog_types[0] != 0) { in emlxs_sli3_online() 676 emlxs_parse_prog_types(hba, vpd->prog_types); in emlxs_sli3_online() 1279 if (vpd->prog_types[0] == 0) { in emlxs_sli3_online()
|
H A D | emlxs_sli4.c | 694 if (vpd->prog_types[0] != 0) { in emlxs_sli4_online() 695 emlxs_parse_prog_types(hba, vpd->prog_types); in emlxs_sli4_online() 1326 if (vpd->prog_types[0] == 0) { in emlxs_sli4_online()
|
H A D | emlxs_dfc.c | 3792 (void) strncpy(hbainfo->vpd_prog_types, vpd->prog_types, in emlxs_dfc_get_hbainfo()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcio.h | 138 char prog_types[80]; member 151 char prog_types[256]; member
|
H A D | emlxs_fc.h | 250 char prog_types[256]; member
|