Searched refs:reboot (Results 1 – 3 of 3) sorted by relevance
/DragonOS/docs/kernel/core_api/ |
H A D | notifier_chain.md | 5   通知链是内核中各个子系统之间或子系统内部各个模块之间的事件通知机制。通知链本质上是一个事件处理函数的列表,每个通知链都与某个类型的事件相关(例如 reboot 事件)。当特定…
|
/DragonOS/docs/community/ChangeLog/V0.1.x/ |
H A D | V0.1.0.md | 234 - 支持的命令:ls,cd,mkdir,exec,about,rmdir,rm,cat,touch,reboot
|
/DragonOS/kernel/src/syscall/ |
H A D | mod.rs | 221 SYS_REBOOT => Self::reboot(), in handle() 1234 pub fn reboot() -> Result<usize, SystemError> { in reboot() method
|