Searched refs:luCount (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h132 sas_util_list_logicalunit(int luCount, char **luArgv, cmdOptions_t *options);
H A Dsasinfo-list.c1492 * luCount - number of OS device name(s) specified by user.
1501 sas_util_list_logicalunit(int luCount, char **luArgv, cmdOptions_t *options) argument
1529 input.wwnCount = luCount;
1535 if (luCount == 0) {
1551 for (lu = 0; lu < luCount; lu++) {
1569 for (lu = 0; lu < luCount; lu++) {
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c1245 * luCount - count of the number of device paths in paths_argv
1258 fc_util_list_logicalunit(int luCount, char **luArgv, cmdOptions_t *options) argument
1372 if (luCount == 0) {
1383 for (pathCtr = 0; pathCtr < luCount; pathCtr++) {
1399 for (pathCtr = 0; pathCtr < luCount; pathCtr++) {

Completed in 66 milliseconds