Searched refs:Dominfo (Results 1 – 2 of 2) sorted by relevance
8 let id = dominfo.Xenlight.Dominfo.domid9 and running = bool_as_char dominfo.Xenlight.Dominfo.running 'r'10 and blocked = bool_as_char dominfo.Xenlight.Dominfo.blocked 'b'11 and paused = bool_as_char dominfo.Xenlight.Dominfo.paused 'p'12 and shutdown = bool_as_char dominfo.Xenlight.Dominfo.shutdown 's'13 and dying = bool_as_char dominfo.Xenlight.Dominfo.dying 'd'14 and memory = dominfo.Xenlight.Dominfo.current_memkb22 let domains = Xenlight.Dominfo.list ctx in
273 type Dominfo struct { struct298 func (cdi *C.libxl_dominfo) toGo() (di *Dominfo) {300 di = &Dominfo{}986 func (Ctx *Context) DomainInfo(Id Domid) (di *Dominfo, err error) {1069 func (Ctx *Context) ListDomain() (glist []Dominfo) {
Completed in 5 milliseconds