Home
last modified time | relevance | path

Searched refs:Init (Results 1 – 25 of 91) sorted by relevance

1234

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcallback.hpp20 template <takes_msg_handler Init>
50 template <callback_ns::takes_msg_handler Init>
51 auto callback(Init i) in callback()
53 return callback_ns::callback_sender<Init>(std::move(i)); in callback()
60 template <takes_msg_handler Init, execution::receiver R>
66 callback_operation(Init&& init, R&& r) : in callback_operation()
122 Init init;
132 template <takes_msg_handler Init>
137 explicit callback_sender(Init init) : init(std::move(init)) {}; in callback_sender()
147 -> callback_operation<Init, R> in tag_invoke()
[all …]
/openbmc/linux/rust/kernel/
H A Dinit.rs206 //! [`impl Init<T, E>`]: Init
267 /// [`PinInit`]/[`Init`] with the error type [`Infallible`]. If you want to use a different error
345 /// [`PinInit`]/[`Init`]. This macro assigns a result to the given variable, adding a `?` after the
404 /// # Init-functions
702 /// fn new() -> impl Init<Self, Error> {
867 /// The [`Init::__init`] function
883 pub unsafe trait Init<T: ?Sized, E = Infallible>: PinInit<T, E> { interface
928 /// An initializer returned by [`Init::chain`].
934 unsafe impl<T: ?Sized, E, I, F> Init<
[all...]
H A Dprelude.rs38 pub use super::init::{InPlaceInit, Init, PinInit};
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/files/
H A Dbletchley-sys-init.service2 Description=Bletchley Early System Init
8 SyslogIdentifier=Bletchley Early Init
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/
H A Dminerva-sys-init.service2 Description=Minerva Early System Init
8 SyslogIdentifier=Minerva Early Init
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/
H A Dventura-sys-init.service2 Description=Ventura Early System Init
8 SyslogIdentifier=Ventura Early Init
H A Dventura-init-tray-sgpio-status.service2 Description=Ventura Init Tray Sgpio Status
7 SyslogIdentifier=Ventura Init Tray Sgpio Status
H A Dventura-schematic-init.service2 Description=Ventura Schematic Init
12 SyslogIdentifier=Ventura Schematic Init
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/
H A Dyosemite4-schematic-init.service2 Description=Yosemite4 Schematic Init
9 SyslogIdentifier=Yosemite4 Schematic Init
H A Dyosemite4-sys-init.service2 Description=Yosemite4 Early System Init
10 SyslogIdentifier=Yosemite4 Early Init
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/
H A Dcatalina-sys-init.service2 Description=Catalina Early System Init
14 SyslogIdentifier=Catalina Early Init
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/
H A Dampere-platform-init.bb1 SUMMARY = "Phosphor OpenBMC Platform Init Service"
2 DESCRIPTION = "Phosphor OpenBMC Platform Init Daemon"
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/
H A Dampere-platform-init.bb1 SUMMARY = "Phosphor OpenBMC Platform Init Service"
2 DESCRIPTION = "Phosphor OpenBMC Platform Init Daemon"
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/
H A Dampere-platform-init.bb1 SUMMARY = "Phosphor OpenBMC Mt.Jade Platform Init Service"
2 DESCRIPTION = "Phosphor OpenBMC Mt.Jade Platform Init Daemon"
/openbmc/openbmc-test-automation/gui/
H A D__init__.robot8 Suite Teardown Init Teardown Steps
36 Init Teardown Steps
/openbmc/u-boot/tools/patman/
H A Dtout.py151 def Init(_verbose=WARNING, stdout=sys.stdout): function
171 Init()
/openbmc/u-boot/board/freescale/mx51evk/
H A Dimximage.cfg71 /* Init DRAM on CS0 */
86 /* Init DRAM on CS1 */
/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/fans/pwm-init/
H A Dpwm_init.service2 Description=Init PWM sensors
/openbmc/openbmc-tools/dbus-vis/
H A Dinitialization.js153 function Init() { function
223 Init();
/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-hostname/
H A Dfirst-boot-set-hostname.service2 Description=Init BMC Hostname
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dmulti-gpios-sys-init.service9 SyslogIdentifier=Power Good Status Init
/openbmc/phosphor-misc/firstboot/
H A Dfirst-boot-set-hostname.service2 Description=Init BMC Hostname
/openbmc/linux/rust/kernel/sync/
H A Darc.rs21 init::{self, InPlaceInit, Init, PinInit},
195 pub fn init<E>(init: impl Init<T, E>) -> error::Result<Self> in init()
566 pub fn init_with<E>(mut self, init: impl Init<T, E>) -> core::result::Result<UniqueArc<T>, E> { in init_with()
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/power/first-boot-set-psu/
H A Dfirst-boot-set-psu@.service2 Description=Init PSU Inventory for PSU %I
/openbmc/linux/arch/arm/boot/compressed/
H A Dhead-sharpsl.S45 mov r6, #0x31 @ Load Magic Init value
51 mov r6, #0x30 @ Load 2nd Magic Init value

1234