Home
last modified time | relevance | path

Searched defs:startup_args (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/block/sys/
H A Dwindows.rs57 let startup_args: CommonChildStartupArgs = bootstrap_tube.recv::<CommonChildStartupArgs>()?; in start_device() localVariable
/aosp_15_r20/external/crosvm/src/crosvm/sys/windows/
H A Dbroker.rs1224 let startup_args = CommonChildStartupArgs::new( in start_up_block_backends() localVariable
1693 let startup_args = CommonChildStartupArgs::new( in start_up_snd() localVariable
1900 let startup_args = CommonChildStartupArgs::new( in start_up_gpu() localVariable
/aosp_15_r20/external/crosvm/src/sys/windows/
H A Dmain.rs60 let startup_args: CommonChildStartupArgs = in run_slirp() localVariable
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/snd/sys/
H A Dwindows.rs91 let startup_args: CommonChildStartupArgs = bootstrap_tube.recv::<CommonChildStartupArgs>()?; in run_snd_device() localVariable
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/net/sys/
H A Dwindows.rs294 let startup_args: CommonChildStartupArgs = in start_device() localVariable
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/gpu/sys/
H A Dwindows.rs246 let startup_args: CommonChildStartupArgs = bootstrap_tube.recv::<CommonChildStartupArgs>()?; in run_gpu_device() localVariable
/aosp_15_r20/external/crosvm/src/sys/
H A Dwindows.rs2248 let startup_args: CommonChildStartupArgs = bootstrap_tube in run_config_for_broker() localVariable