Home
last modified time | relevance | path

Searched refs:DomainType (Results 1 – 3 of 3) sorted by relevance

/xen/tools/golang/xenlight/
A Dtypes.gen.go45 type DomainType int type
47 DomainTypeInvalid DomainType = -1
48 DomainTypeHvm DomainType = 1
49 DomainTypePv DomainType = 2
50 DomainTypePvh DomainType = 3
319 DomainType DomainType member
375 Type DomainType
512 Type DomainType
A Dhelpers.gen.go329 x.DomainType = DomainType(xc.domain_type)
361 xc.domain_type = C.libxl_domain_type(x.DomainType)
608 x.Type = DomainType(xc._type)
942 func NewDomainBuildInfo(dtype DomainType) (*DomainBuildInfo, error) { argument
1093 x.Type = DomainType(xc._type)
1124 if DomainType(xc._type) != DomainTypeHvm {
1233 if DomainType(xc._type) != DomainTypePv {
1254 if DomainType(xc._type) != DomainTypePvh {
A Dxenlight.go556 func (dt DomainType) String() (str string) {

Completed in 17 milliseconds