Searched refs:DeviceNic (Results 1 – 3 of 3) sorted by relevance
647 type DeviceNic struct { struct901 Nics []DeviceNic
1156 func (Ctx *Context) DeviceNicAdd(domid Domid, nic *DeviceNic) error {1173 func (Ctx *Context) DeviceNicRemove(domid Domid, nic *DeviceNic) error {
1793 func NewDeviceNic() (*DeviceNic, error) {1795 x DeviceNic1806 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