Lines Matching refs:toGo
130 func (chwcap C.libxl_hwcap) toGo() (ghwcap Hwcap) { func
182 func (cphys *C.libxl_physinfo) toGo() (physinfo *Physinfo) { func
197 physinfo.HwCap = cphys.hw_cap.toGo()
220 func (cinfo *C.libxl_version_info) toGo() (info *VersionInfo) { func
298 func (cdi *C.libxl_dominfo) toGo() (di *Dominfo) { func
394 func (cci C.libxl_cpupoolinfo) toGo() (gci CpupoolInfo) { func
399 gci.Cpumap = cci.cpumap.toGo()
425 info := cpupoolListSlice[i].toGo()
448 pool = c_cpupool.toGo()
688 func (cbm C.libxl_bitmap) toGo() (gbm Bitmap) { func
965 physinfo = cphys.toGo()
981 info = cinfo.toGo()
1003 di = cdi.toGo()
1085 info := gslice[i].toGo()
1103 func (cvci C.libxl_vcpuinfo) toGo() (gvci Vcpuinfo) { func
1110 gvci.Cpumap = cvci.cpumap.toGo()
1111 gvci.CpumapSoft = cvci.cpumap_soft.toGo()
1137 info := gslice[i].toGo()