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 in struct:inputArgs
179 * wwnCount - count of the number of WWNs in wwn_argv
181 * the hba ports listed in wwn_argv
183 * wwn_argv - argument array of hba port WWNs
218 /* utilize wwnCount and wwn_argv for hbaCount and hba_argv */
220 input.wwn_argv = hba_argv;
238 * wwnCount - count of the number of WWNs in wwn_argv
240 * the hba ports listed in wwn_argv
242 * wwn_argv - argument array of hba port WWNs
250 sas_util_list_hbaport(int wwnCount, char **wwn_argv, cmdOptions_ argument
321 sas_util_list_expander(int wwnCount, char **wwn_argv, cmdOptions_t *options) argument
[all...]
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c503 fc_util_delete_npivport(int wwnCount, char **wwn_argv, argument
536 if (!isValidWWN(wwn_argv[0])) {
549 sscanf(wwn_argv[0], "%016llx", &physicalportWWN);
560 wwn_argv[0]);
609 npivAddRemoveNPIVEntry(wwn_argv[0],
617 char **wwn_argv, cmdOptions_t *options)
661 if (!isValidWWN(wwn_argv[0])) {
676 sscanf(wwn_argv[0], "%016llx", &physicalportWWN);
684 wwn_argv[0]);
768 npivAddRemoveNPIVEntry(wwn_argv[
616 fc_util_create_npivport(int wwnCount, char **wwn_argv, cmdOptions_t *options) argument
[all...]
H A Dfcinfo-list.c52 HBA_FCPTARGETMAPPINGV2 *map, int wwnCount, char **wwn_argv, int flags);
429 * wwnCount - the number of wwns in wwn_argv
430 * wwn_argv - argument vector of WWNs
434 HBA_FCPTARGETMAPPINGV2 *map, int wwnCount, char **wwn_argv, int flags)
446 sscanf(wwn_argv[remote_wwn_counter], "%016llx",
592 * wwnCount - the number of wwns in wwn_argv
594 * remote ports. wwn_argv will not be used in this case
596 * given in wwn_argv
597 * wwn_argv - argument vector of WWNs
605 fc_util_list_remoteport(int wwnCount, char **wwn_argv, cmdOptions_ argument
433 processRemotePort(HBA_HANDLE handle, HBA_WWN portWWN, HBA_FCPTARGETMAPPINGV2 *map, int wwnCount, char **wwn_argv, int flags) argument
721 fc_util_list_hbaport(int wwnCount, char **wwn_argv, cmdOptions_t *options) argument
[all...]
H A Dfcinfo.h143 int fc_util_list_hbaport(int wwnCount, char **wwn_argv, cmdOptions_t *options);

Completed in 69 milliseconds