Lines Matching full:bootsource
695 * @param[out] bootSource The DBus source
702 const std::string& rfSource, std::string& bootSource, std::string& bootMode)
704 bootSource = "xyz.openbmc_project.Control.Boot.Source.Sources.Default";
713 bootSource = "xyz.openbmc_project.Control.Boot.Source.Sources.Network";
717 bootSource = "xyz.openbmc_project.Control.Boot.Source.Sources.Disk";
725 bootSource =
734 bootSource =
741 bootSource);
936 "xyz.openbmc_project.Control.Boot.Source", "BootSource",
962 // from both BootSource and BootMode
1688 * @param[in] bootSource The boot source to set.
1695 const std::optional<std::string>& bootSource)
1700 if (!bootSource)
1706 BMCWEB_LOG_DEBUG("Boot source: {}", *bootSource);
1708 if (assignBootParameters(asyncResp, *bootSource, bootSourceStr,
1713 *bootSource);
1714 messages::propertyValueNotInList(asyncResp->res, *bootSource,
1728 "xyz.openbmc_project.Control.Boot.Source", "BootSource",
1741 * @param[in] bootSource The boot source from incoming RF request.
1751 const std::optional<std::string>& bootSource,
1757 setBootModeOrSource(asyncResp, computerSystemIndex, bootSource);
3217 std::optional<std::string> bootSource;
3268 if (patchParams.bootSource || patchParams.bootType ||
3272 patchParams.bootSource, patchParams.bootType,
3391 "Boot/BootSourceOverrideTarget", patchParams.bootSource, //