Lines Matching refs:operand

224 listMpathSupport(int operandLen, char *operand[])  in listMpathSupport()  argument
271 strcmp(operand[op], in listMpathSupport()
282 operand[op]); in listMpathSupport()
306 showMpathSupport(int operandLen, char *operand[]) in showMpathSupport() argument
352 strcmp(operand[op], in showMpathSupport()
558 operand[op]); in showMpathSupport()
583 modifyMpathSupport(int operandLen, char *operand[], cmdOptions_t *options) in modifyMpathSupport() argument
618 if (0 == strcmp(operand[op], in modifyMpathSupport()
735 listLogicalUnit(int operandLen, char *operand[], cmdOptions_t *options) in listLogicalUnit() argument
919 operand[opoffset], in listLogicalUnit()
1029 operand[opoffset]); in listLogicalUnit()
1199 showLogicalUnit(int operandLen, char *operand[]) in showLogicalUnit() argument
1212 if (B_TRUE == getLogicalUnitOid(operand[op], &luOid)) { in showLogicalUnit()
1250 operand[op]); in showLogicalUnit()
1535 modifyLogicalUnit(int operandLen, char *operand[], cmdOptions_t *options) in modifyLogicalUnit() argument
1544 if (B_TRUE != getLogicalUnitOid(operand[op], &luOid)) { in modifyLogicalUnit()
1548 operand[op]); in modifyLogicalUnit()
1635 failoverLogicalUnit(char *operand[]) in failoverLogicalUnit() argument
1647 if (B_TRUE != getLogicalUnitOid(operand[0], &luOid)) { in failoverLogicalUnit()
1651 operand[0]); in failoverLogicalUnit()
1892 listInitiatorPort(int operandLen, char *operand[]) in listInitiatorPort() argument
1963 strcmp(operand[ol], in listInitiatorPort()
1994 operand[ol]); in listInitiatorPort()
2040 showInitiatorPort(int operandLen, char *operand[]) in showInitiatorPort() argument
2097 if (0 == strcmp(operand[op], in showInitiatorPort()
2125 operand[op]); in showInitiatorPort()
3163 listFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in listFunc() argument
3170 ret = listMpathSupport(operandLen, operand); in listFunc()
3173 ret = listLogicalUnit(operandLen, operand, options); in listFunc()
3176 ret = listInitiatorPort(operandLen, operand); in listFunc()
3199 showFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in showFunc() argument
3206 ret = showMpathSupport(operandLen, operand); in showFunc()
3209 ret = showLogicalUnit(operandLen, operand); in showFunc()
3212 ret = showInitiatorPort(operandLen, operand); in showFunc()
3234 modifyFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in modifyFunc() argument
3241 ret = modifyMpathSupport(operandLen, operand, options); in modifyFunc()
3244 ret = modifyLogicalUnit(operandLen, operand, options); in modifyFunc()
3266 enableFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in enableFunc() argument
3294 disableFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in disableFunc() argument
3322 failoverFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in failoverFunc() argument
3329 ret = failoverLogicalUnit(operand); in failoverFunc()
3350 overrideFunc(int operandLen, char *operand[], in overrideFunc() argument