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

/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.c744 *bFoundOption, bContinue = B_FALSE; local
755 bFoundOption = malloc((sizeof (boolean_t)) * opListCount);
756 if (NULL == bFoundOption) {
765 bFoundOption[opIndex] = B_FALSE;
939 bFoundOption[opIndex] = B_TRUE;
990 bFoundOption[opIndex] = B_TRUE;
1037 if (B_FALSE == bFoundOption[opIndex]) {

Completed in 50 milliseconds