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

/illumos-gate/usr/src/cmd/sbdadm/
H A Dsbdadm.c73 { "keep-views", no_arg, 'k',
293 boolean_t views = B_FALSE; local
300 /* Keep views for logical unit */
391 views = B_TRUE;
396 if ((!viewEntriesRemoved && noLunFound && !views) ||
397 (!views && keepViews && noLunFound)) {
403 noLunFound = viewEntriesRemoved = views = B_FALSE;
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c183 {"keep-views", no_arg, 'k', NULL},
1333 boolean_t views = B_FALSE; local
1340 /* Keep views for logical unit */
1432 views = B_TRUE;
1437 if ((!viewEntriesRemoved && noLunFound && !views) ||
1438 (!views && keepViews && noLunFound)) {
1444 noLunFound = viewEntriesRemoved = views = B_FALSE;
2759 sGuid, gettext("no views found"));
3391 sGuid, gettext("no views found"));

Completed in 65 milliseconds