Home
last modified time | relevance | path

Searched refs:Halt (Results 1 – 2 of 2) sorted by relevance

/DragonReach/src/systemctl/ctl_parser/
H A Dmod.rs63 Halt, enumerator
213 map.insert("halt", CommandOperation::Halt);
/DragonReach/src/manager/ctl_manager/
H A Dmod.rs90 CommandOperation::Halt => todo!(), in exec_ctl()