Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/golang/xenlight/
A Dxenlight.go123 type Context struct { struct
124 ctx *C.libxl_ctx
125 logger *C.xentoollog_logger_stdiostream
406 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