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

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A D__init__.py98 class BootmgmtConfigWriteError(BootmgmtError): class in inherits:BootmgmtError
103 super(BootmgmtConfigWriteError, self).__init__(msg, xcpt)
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dmenulst.py36 from bootmgmt import BootmgmtConfigWriteError namespace
394 raise BootmgmtConfigWriteError("Couldn't write to %s" %
413 raise BootmgmtConfigWriteError("Couldn't move %s to %s" %
422 raise BootmgmtConfigWriteError("Couldn't set mode/perms on "
434 raise BootmgmtConfigWriteError("Couldn't create a temporary "
455 raise BootmgmtConfigWriteError("Couldn't move %s to %s" %

Completed in 34 milliseconds