Searched refs:boot_devices (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libbe/common/
H A Dbe_activate.c545 * boot_devices - a pointer to a list of strings which on return
551 * boot_devices list.
554 _be_get_boot_device_list(char *zpool, char ***boot_devices, argument
566 if (boot_devices) {
567 if ((*boot_devices =
568 calloc(max_devices, sizeof (**boot_devices))) == NULL) {
649 if (((*boot_devices)[num_devices++] =
658 if ((*boot_devices = realloc(
659 *boot_devices, max_devices)) ==
680 if (((*boot_devices)[num_device
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py376 def commit_boot_config(self, temp_dir=None, boot_devices=None,
393 boot_devices is a list of strings, each of which is the path
458 self.boot_loader.install(boot_devices, force)
637 def commit_boot_config(self, temp_dir=None, boot_devices=None,
640 boot_devices,
743 def commit_boot_config(self, temp_dir=None, boot_devices=None,
754 self.net_data_root, boot_devices, force)
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe.py87 bootconf.commit_boot_config(boot_devices=devlist, force=force)

Completed in 530 milliseconds