Home
last modified time | relevance | path

Searched refs:EMLXS_CFG_HELP_SIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_config.h35 #define EMLXS_CFG_HELP_SIZE 80 macro
45 char help[EMLXS_CFG_HELP_SIZE];
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c962 EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
966 (void) strlcat(cfg->help, ", 1=1Gb", EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
971 (void) strlcat(cfg->help, ", 2=2Gb", EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
976 (void) strlcat(cfg->help, ", 4=4Gb", EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
981 (void) strlcat(cfg->help, ", 8=8Gb", EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
986 (void) strlcat(cfg->help, ", 10=10Gb", EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
991 (void) strlcat(cfg->help, ", 16=16Gb", EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
996 (void) strlcat(cfg->help, ", 32=32Gb", EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
1000 (void) strlcat(cfg->help, "]", EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
H A Demlxs_solaris.c7654 cfg->help[(EMLXS_CFG_HELP_SIZE-1)] = 0; in emlxs_get_props()