Searched refs:Balloon (Results 1 – 8 of 8) sorted by relevance
387 pub struct Balloon { struct395 impl Balloon { implementation397 pub fn new(base_features: u64, command_tube: Tube) -> Result<Balloon> { in new() argument398 Ok(Balloon { in new()423 impl Drop for Balloon { implementation436 impl VirtioDevice for Balloon { implementation
48 b = Tix.Balloon(w, statusbar=status)
103 .. class:: Balloon()105 A `Balloon108 widget to which a Balloon widget has been bound, a small pop-up window with a112 .. \ulink{Balloon}{http://tix.sourceforge.net/dist/current/demos/samples/Balloon.tcl}
91 .. class:: Balloon()93 A `Balloon96 widget to which a Balloon widget has been bound, a small pop-up window with a100 .. \ulink{Balloon}{http://tix.sourceforge.net/dist/current/demos/samples/Balloon.tcl}
120 demo.balloon = Tix.Balloon(root)
517 class Balloon(TixWidget): class
519 class Balloon(TixWidget): class
763 let dev = virtio::Balloon::new(virtio::base_features(cfg.protected_vm), tube) in create_balloon_device()