Home
last modified time | relevance | path

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.c1196 (void) strncpy(vpd->prog_types, in emlxs_parse_vpd()
1198 (sizeof (vpd->prog_types)-1)); in emlxs_parse_vpd()
1201 vpd->prog_types); in emlxs_parse_vpd()
1576 emlxs_parse_prog_types(emlxs_hba_t *hba, char *prog_types) in emlxs_parse_prog_types() argument
1585 bcopy(prog_types, types_buffer, 256); in emlxs_parse_prog_types()
1806 bzero(vpd->prog_types, sizeof (vpd->prog_types)); in emlxs_build_prog_types()
1810 (void) strlcat(vpd->prog_types, "T2:", in emlxs_build_prog_types()
1811 sizeof (vpd->prog_types)); in emlxs_build_prog_types()
1818 (void) strlcat(vpd->prog_types, buffer, in emlxs_build_prog_types()
1819 sizeof (vpd->prog_types)); in emlxs_build_prog_types()
[all …]
H A Demlxs_solaris.c4814 (void) strncpy(vpd_out->prog_types, vpd->prog_types, in emlxs_fca_port_manage()
4815 (sizeof (vpd_out->prog_types)-1)); in emlxs_fca_port_manage()
4853 (void) strncpy(vpd_out->prog_types, vpd->prog_types, in emlxs_fca_port_manage()
4854 (sizeof (vpd_out->prog_types)-1)); in emlxs_fca_port_manage()
H A Demlxs_sli3.c677 if (vpd->prog_types[0] != 0) { in emlxs_sli3_online()
678 emlxs_parse_prog_types(hba, vpd->prog_types); in emlxs_sli3_online()
1282 if (vpd->prog_types[0] == 0) { in emlxs_sli3_online()
H A Demlxs_sli4.c750 if (vpd->prog_types[0] != 0) { in emlxs_sli4_online()
751 emlxs_parse_prog_types(hba, vpd->prog_types); in emlxs_sli4_online()
1383 if (vpd->prog_types[0] == 0) { in emlxs_sli4_online()
H A Demlxs_dfc.c3843 (void) strncpy(hbainfo->vpd_prog_types, vpd->prog_types, in emlxs_dfc_get_hbainfo()
/illumos-gate/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.h252 char prog_types[256]; member