Home
last modified time | relevance | path

Searched refs:wwn_argv (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h125 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 Dsasinfo-list.c36 char **wwn_argv; member
220 input.wwn_argv = hba_argv; in sas_util_list_hba()
289 input.wwn_argv = wwn_argv; in sas_util_list_hbaport()
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()
1061 hbaWWN = strtoull(input->wwn_argv[port_wwn_counter], NULL, in isPortWWNInArgv()
1098 if (strcmp(input->wwn_argv[counter], in isStringInArgv()
[all …]
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c503 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 Dfcinfo-list.c52 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 Dfcinfo.h143 int fc_util_list_hbaport(int wwnCount, char **wwn_argv, cmdOptions_t *options);