Searched defs:Context (Results 1 – 1 of 1) sorted by relevance
123 type Context struct { struct124 ctx *C.libxl_ctx125 logger *C.xentoollog_logger_stdiostream406 func (Ctx *Context) ListCpupool() (list []CpupoolInfo) {841 func (Ctx *Context) IsOpen() bool {845 func (Ctx *Context) Open() (err error) {865 func (Ctx *Context) Close() (err error) {876 func (Ctx *Context) CheckOpen() (err error) {1023 func (Ctx *Context) DomainPause(id Domid) (err error) {1053 func (Ctx *Context) DomainReboot(id Domid) (err error) {[all …]
Completed in 5 milliseconds