Home
last modified time | relevance | path

Searched full:activating (Results 1 – 25 of 211) sorted by relevance

123456789

/openbmc/phosphor-net-ipmid/command/
H A Dsol_cmds.hpp15 * This command is used for activating and deactivating a payload type under a
32 * IPMI payload for SOL Activating command.
51 /** @brief SOL Activating Command.
54 * that a SOL payload is activating on another channel.The request message is a
63 void activating(uint8_t payloadInstance, uint32_t sessionID);
H A Dpayload_cmds.cpp176 activating(request->payloadInstance, solSessionID); in deactivatePayload()
180 lg2::info("Failed to call the activating method: {ERROR}", "ERROR", in deactivatePayload()
184 * timeout), then activating function would throw an exception, in deactivatePayload()
/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_activation.cpp149 EXPECT_EQ(Status::Activating, activation->activation()); in TEST_F()
178 EXPECT_EQ(Status::Activating, activation->activation()); in TEST_F()
185 EXPECT_EQ(Status::Activating, activation->activation()); in TEST_F()
192 EXPECT_EQ(Status::Activating, activation->activation()); in TEST_F()
199 EXPECT_EQ(Status::Activating, activation->activation()); in TEST_F()
230 EXPECT_EQ(Status::Activating, activation->activation()); in TEST_F()
237 EXPECT_EQ(Status::Activating, activation->activation()); in TEST_F()
325 EXPECT_EQ(Status::Activating, activation->activation()); in TEST_F()
357 EXPECT_EQ(Status::Activating, activation->activation()); in TEST_F()
361 EXPECT_EQ(Status::Activating, activation->activation()); in TEST_F()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DActivationBlocksTransition.interface.yaml4 `Software.Version` is in `Activating` state.
11 `Activating` state. Causal ordering of dbus operations can prove that no
H A DActivation.interface.yaml28 - name: Activating
/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.cpp37 if (value == Status::Activating) in activation()
65 if (activation(Status::Activating) != Status::Activating) in requestedActivation()
72 else if (activation() == Status::Activating) in requestedActivation()
254 return Status::Activating; in startActivation()
439 lg2::info("PSU image activating - BMC reboots are disabled."); in enableRebootGuard()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7637.patch111 /* Small fix for WinCE/Win32 - when activating window
112 SDL_VideoSurface is equal to zero, so activating code
164 /* Small fix for WinCE/Win32 - when activating window
165 SDL_VideoSurface is equal to zero, so activating code
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dactivation.cpp86 (value != softwareServer::Activation::Activations::Activating)) in activation()
91 if (value == softwareServer::Activation::Activations::Activating) in activation()
288 softwareServer::Activation::Activations::Activating); in requestedActivation()
313 softwareServer::Activation::Activations::Activating) in unitStateChange()
346 info("BMC image activating - BMC reboots are disabled."); in enableRebootGuard()
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dsystemd.py63 Block until systemd has finished activating any units being activated,
67 activating, or (False, message string) if there are still units
68 activating (generally, failing units that restart).
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dactivation_ubi.cpp32 if (value == softwareServer::Activation::Activations::Activating) in activation()
152 activation(softwareServer::Activation::Activations::Activating); in unitStateChange()
/openbmc/phosphor-net-ipmid/
H A Dmessage_handler.hpp76 * This is used by commands like SOL activating, in which case the BMC
77 * has to notify the remote console that a SOL payload is activating
/openbmc/bmcweb/redfish-core/include/registries/
H A Dupdate_message_registry.hpp91 …dicates that the resource or device is waiting for an action to proceed with activating an image.",
92 "Awaiting for an action to proceed with activating image '%1' on '%2'.",
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp114 debug("{SWID}: creating 'activating' association to {OBJPATH}", "SWID", in createInventoryAssociations()
117 "activating", "activated_on", endpoint}; in createInventoryAssociations()
/openbmc/linux/arch/powerpc/mm/book3s32/
H A Dkuap.c21 pr_info("Activating Kernel Userspace Access Protection\n"); in setup_kuap()
/openbmc/linux/arch/powerpc/mm/nohash/
H A Dkup.c25 pr_info("Activating Kernel Userspace Access Protection\n"); in setup_kuap()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dservice_indicators.hpp33 * @brief Pure virtual function for activating service indicators
51 * activating LEDs. It has a set of rules to use to choose
/openbmc/pldm/fw-update/
H A Dactivation.cpp13 if (value == ActivationIntf::Activations::Activating) in activation()
/openbmc/docs/architecture/code-update/
H A Dfirmware-update-over-redfish.md20 a custom REST api for uploading and then activating the input image.
30 an image with one API and then activating with another.
146 Activating -> Updating
/openbmc/openbmc/meta-security/meta-integrity/classes/
H A Dkernel-modsign.bbclass2 # set explicitly in a local.conf before activating kernel-modsign.
/openbmc/linux/include/linux/usb/
H A Dohci_pdriver.h18 * these options are activating more or less workarounds for some hardware.
H A Dehci_pdriver.h28 * these options are activating more or less workarounds for some hardware.
/openbmc/qemu/python/qemu/qmp/
H A Devents.py300 Activating an existing listener with `listen()`
325 Activating multiple existing listeners with `listen()`
329 `listen()` is capable of activating multiple listeners simultaneously:
672 activating them for the duration of the context block.
703 Creates an `EventListener` object and registers it, activating
/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils_serial.robot24 Wait For Activation State Change ${version_id} ${ACTIVATING}
/openbmc/u-boot/include/dm/
H A Ddevice-internal.h87 * device_probe() - Probe a device, activating it
98 * device_remove() - Remove a device, de-activating it
/openbmc/linux/Documentation/admin-guide/
H A Dpnp.rst30 activating a device
39 manually activating a device

123456789