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

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A D__init__.py43 class BootmgmtNotSupportedError(BootmgmtError): class in inherits:BootmgmtError
113 class BootmgmtInvalidBootloaderError(BootmgmtNotSupportedError):
H A Dbootutil.py36 from bootmgmt import (BootmgmtNotSupportedError, BootmgmtArgumentError, namespace
54 raise BootmgmtNotSupportedError('Unsupported platform: ' + proc)
H A Dbootloader.py33 from bootmgmt import (BootmgmtError, BootmgmtNotSupportedError, namespace
180 raise BootmgmtNotSupportedError('%s does not support '
187 raise BootmgmtNotSupportedError('%s does not support '
1032 class BootLoaderFeatureUnsupportedError(BootmgmtNotSupportedError):
H A Dbootconfig.py40 from bootmgmt import (BootmgmtNotSupportedError, BootmgmtArgumentError, namespace
171 | configuration, a BootmgmtNotSupportedError will be
517 raise BootmgmtNotSupportedError(self.__class__.__name__ + ' does '
536 raise BootmgmtNotSupportedError('The filesystem type supplied '
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe.py39 from bootmgmt import BootmgmtNotSupportedError namespace
80 raise BootmgmtNotSupportedError("Unknown device path "

Completed in 23 milliseconds