Searched defs:foundOp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.c1898 boolean_t *foundOp; local
1902 foundOp = malloc((sizeof (boolean_t)) * operandLen);
1903 if (NULL == foundOp) {
1910 foundOp[ol] = B_FALSE;
1968 foundOp[ol] =
1990 if (B_FALSE == foundOp[ol]) {

Completed in 50 milliseconds