Home
last modified time | relevance | path

Searched refs:bFoundOption (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.c745 *bFoundOption, bContinue = B_FALSE; in listLogicalUnit() local
756 bFoundOption = malloc((sizeof (boolean_t)) * opListCount); in listLogicalUnit()
757 if (NULL == bFoundOption) { in listLogicalUnit()
766 bFoundOption[opIndex] = B_FALSE; in listLogicalUnit()
940 bFoundOption[opIndex] = B_TRUE; in listLogicalUnit()
991 bFoundOption[opIndex] = B_TRUE; in listLogicalUnit()
1038 if (B_FALSE == bFoundOption[opIndex]) { in listLogicalUnit()