Searched defs:CmdType (Results 1 – 5 of 5) sorted by relevance
17 pub enum CmdType { enum25 impl CmdType { implementation43 pub fn new(cmd_type: CmdType, name: &str) -> Self { in new()
140 fn create_vu_config(cmd_type: CmdType, socket: &Path, disk: &Path) -> VuConfig { in create_vu_config()159 fn run_vhost_user_test(cmd_type: CmdType, config: VmConfig) { in run_vhost_user_test()
136 fn create_vu_config(cmd_type: CmdType, socket: &Path, cid: u32) -> VuConfig { in create_vu_config()
73 export declare type CmdType = alias
56 enum CmdType { enum