Searched refs:wwn_argv (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sasinfo/ |
H A D | sasinfo.h | 125 int sas_util_list_hbaport(int wwnCount, char **wwn_argv, cmdOptions_t *options); 126 int sas_util_list_expander(int wwnCount, char **wwn_argv, 129 int sas_util_list_remoteport(int wwnCount, char **wwn_argv,
|
H A D | sasinfo-list.c | 36 char **wwn_argv; member 220 input.wwn_argv = hba_argv; in sas_util_list_hba() 250 sas_util_list_hbaport(int wwnCount, char **wwn_argv, cmdOptions_t *options) in sas_util_list_hbaport() argument 289 input.wwn_argv = wwn_argv; in sas_util_list_hbaport() 321 sas_util_list_expander(int wwnCount, char **wwn_argv, cmdOptions_t *options) in sas_util_list_expander() argument 357 input.wwn_argv = wwn_argv; in sas_util_list_expander() 423 input.wwn_argv = tpArgv; in sas_util_list_targetport() 852 input->wwn_argv[i], in processHBA() 885 input->wwn_argv[i], in processHBA() 925 input->wwn_argv[i], in processHBA() [all …]
|
/titanic_44/usr/src/cmd/fcinfo/ |
H A D | fcadm-list.c | 503 fc_util_delete_npivport(int wwnCount, char **wwn_argv, in fc_util_delete_npivport() argument 536 if (!isValidWWN(wwn_argv[0])) { in fc_util_delete_npivport() 549 sscanf(wwn_argv[0], "%016llx", &physicalportWWN); in fc_util_delete_npivport() 560 wwn_argv[0]); in fc_util_delete_npivport() 609 npivAddRemoveNPIVEntry(wwn_argv[0], in fc_util_delete_npivport() 617 char **wwn_argv, cmdOptions_t *options) in fc_util_create_npivport() argument 661 if (!isValidWWN(wwn_argv[0])) { in fc_util_create_npivport() 676 sscanf(wwn_argv[0], "%016llx", &physicalportWWN); in fc_util_create_npivport() 684 wwn_argv[0]); in fc_util_create_npivport() 768 npivAddRemoveNPIVEntry(wwn_argv[0], in fc_util_create_npivport()
|
H A D | fcinfo-list.c | 52 HBA_FCPTARGETMAPPINGV2 *map, int wwnCount, char **wwn_argv, int flags); 434 HBA_FCPTARGETMAPPINGV2 *map, int wwnCount, char **wwn_argv, int flags) in processRemotePort() argument 446 sscanf(wwn_argv[remote_wwn_counter], "%016llx", in processRemotePort() 605 fc_util_list_remoteport(int wwnCount, char **wwn_argv, cmdOptions_t *options) in fc_util_list_remoteport() argument 695 wwn_argv, processHBA_flags); in fc_util_list_remoteport() 721 fc_util_list_hbaport(int wwnCount, char **wwn_argv, cmdOptions_t *options) in fc_util_list_hbaport() argument 769 sscanf(wwn_argv[port_wwn_counter], "%016llx", &hbaWWN); in fc_util_list_hbaport() 795 wwn_argv[port_wwn_counter]); in fc_util_list_hbaport() 806 wwn_argv[port_wwn_counter]); in fc_util_list_hbaport() 822 wwn_argv[port_wwn_counter]); in fc_util_list_hbaport() [all …]
|
H A D | fcinfo.h | 143 int fc_util_list_hbaport(int wwnCount, char **wwn_argv, cmdOptions_t *options);
|