Home
last modified time | relevance | path

Searched defs:restart (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dmdev28 restart() { function
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A Dfreediameter.init38 restart() { function
/openbmc/ipmitool/contrib/
H A Dipmi.init.redhat159 restart() { function
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/
H A Dinfluxdb190 function restart() { function
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dopenhpi.init198 restart() { function
/openbmc/phosphor-logging/phosphor-rsyslog-config/
H A Dutils.hpp16 void restart() in restart() function
H A Dserver-conf.cpp289 void Server::restart() in restart() function in phosphor::rsyslog_config::Server
/openbmc/qemu/tests/qemu-iotests/
H A D26045 def test(persistent, restart): argument
/openbmc/qemu/target/alpha/
H A Dsys_helper.c46 void helper_halt(uint64_t restart) in helper_halt()
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py72 def restart(self, params=None): member in BaseTarget
195 def restart(self, params=None): member in QemuTarget
/openbmc/obmc-ikvm/
H A Dikvm_video.hpp54 void restart() in restart() function in ikvm::Video
/openbmc/qemu/include/hw/ide/
H A Dide-dma.h24 DMAVoidFunc *restart; member
/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.cpp137 void Timer<Id>::restart(std::optional<Duration> interval) in restart() function in sdeventplus::utility::Timer
/openbmc/u-boot/drivers/watchdog/
H A Dcdns_wdt.c20 u32 restart; /* Restart key register, offset - 0x8 */ member
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py621 def restart(self, qemuparams = None): member in QemuRunner
/openbmc/qemu/block/
H A Dssh.c1019 BDRVSSHRestart *restart = opaque; in restart_coroutine() local
1038 BDRVSSHRestart restart = { in co_yield() local
/openbmc/u-boot/net/
H A Dtftp.c258 static void restart(const char *msg) in restart() function
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py251 def restart(self): member in LRParser