Searched refs:wwnCount (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo.h143 int fc_util_list_hbaport(int wwnCount, char **wwn_argv, cmdOptions_t *options);
144 int fc_util_list_remoteport(int wwnCount, char **argv, cmdOptions_t *options);
146 int fc_util_delete_npivport(int wwnCount, char **argv, cmdOptions_t *options);
147 int fc_util_create_npivport(int wwnCount, char **argv, cmdOptions_t *options);
H A Dfcinfo-list.c52 HBA_FCPTARGETMAPPINGV2 *map, int wwnCount, char **wwn_argv, int flags);
429 * wwnCount - the number of wwns in wwn_argv
434 HBA_FCPTARGETMAPPINGV2 *map, int wwnCount, char **wwn_argv, int flags)
443 remote_wwn_counter < wwnCount;
592 * wwnCount - the number of wwns in wwn_argv
593 * if wwnCount == 0, then print information on all
595 * if wwnCount > 0, then print information for the WWNs
605 fc_util_list_remoteport(int wwnCount, char **wwn_argv, cmdOptions_t *options) argument
678 if (wwnCount == 0) {
694 processRemotePort(handle, myhbaPortWWN, map, wwnCount,
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 Dfcadm-list.c503 fc_util_delete_npivport(int wwnCount, char **wwn_argv, argument
515 if (wwnCount != 1) {
616 fc_util_create_npivport(int wwnCount, argument
630 if (wwnCount != 1) {
664 wwnCount = 0;
/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.c35 int wwnCount; member in struct:inputArgs
179 * wwnCount - count of the number of WWNs in wwn_argv
180 * if wwnCount > 0, then we will only print information for
182 * if wwnCount == 0, then we will print information on all hba ports
218 /* utilize wwnCount and wwn_argv for hbaCount and hba_argv */
219 input.wwnCount = hbaCount;
238 * wwnCount - count of the number of WWNs in wwn_argv
239 * if wwnCount > 0, then we will only print information for
241 * if wwnCount == 0, then we will print information on all hba ports
250 sas_util_list_hbaport(int wwnCount, cha argument
321 sas_util_list_expander(int wwnCount, char **wwn_argv, cmdOptions_t *options) argument
[all...]

Completed in 383 milliseconds