Home
last modified time | relevance | path

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 Demlxs_hba.c1189 (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 Demlxs_solaris.c4801 (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 Demlxs_sli3.c675 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 Demlxs_sli4.c694 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 Demlxs_dfc.c3792 (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 Demlxs_fcio.h138 char prog_types[80]; member
151 char prog_types[256]; member
H A Demlxs_fc.h250 char prog_types[256]; member