Home
last modified time | relevance | path

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

/xen/tools/golang/xenlight/
A Dtypes.gen.go647 type DeviceNic struct { struct
901 Nics []DeviceNic
A Dxenlight.go1156 func (Ctx *Context) DeviceNicAdd(domid Domid, nic *DeviceNic) error {
1173 func (Ctx *Context) DeviceNicRemove(domid Domid, nic *DeviceNic) error {
A Dhelpers.gen.go1793 func NewDeviceNic() (*DeviceNic, error) {
1795 x DeviceNic
1806 func (x *DeviceNic) fromC(xc *C.libxl_device_nic) error {
1875 func (x *DeviceNic) toC(xc *C.libxl_device_nic) (err error){defer func(){
2766 x.Nics = make([]DeviceNic, n)

Completed in 57 milliseconds