Searched defs:commit_boot_config (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/ |
H A D | bootconfig.py | 118 | commit_boot_config() is called. 130 | commit_boot_config(). Note that 141 | is performed at commit_boot_config() 376 def commit_boot_config(self, temp_dir=None, boot_devices=None, member in class:BootConfig 403 commit_boot_config() returns a list of 7-tuples of the following 510 # Tokens returned from commit_boot_config() 637 def commit_boot_config(self, temp_dir=None, boot_devices=None, member in class:DiskBootConfig 639 tuples = super(DiskBootConfig, self).commit_boot_config(temp_dir, 743 def commit_boot_config(self, temp_dir=None, boot_devices=None, member in class:NetBootConfig 751 # dir to commit_boot_config(), bu [all...] |
Completed in 23 milliseconds