Home
last modified time | relevance | path

Searched refs:vhost_user_snd (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/src/crosvm/
Dcmdline.rs2111 pub vhost_user_snd: Vec<VhostUserOption>, field
2411 cfg.vhost_user_snd = cmd.vhost_user_snd; in try_from()
Dconfig.rs1166 pub vhost_user_snd: Vec<VhostUserOption>, field
1380 vhost_user_snd: Vec::new(), in default()
/external/crosvm/src/crosvm/sys/
Dunix.rs609 for vhost_user_snd in &cfg.vhost_user_snd { in create_virtio_devices()
612 vhost_user_snd, in create_virtio_devices()
/external/crosvm/src/crosvm/sys/windows/
Dbroker.rs600 let _snd_child = if cfg.vhost_user_snd.is_empty() { in run_internal()