Home
last modified time | relevance | path

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

/xen/tools/libxl/
A Dlibxl_internal.h3251 typedef struct libxl__checkpoint_device_instance_ops libxl__checkpoint_device_instance_ops; typedef
3261 struct libxl__checkpoint_device_instance_ops { struct
3263 libxl__device_kind kind;
3272 void (*postsuspend)(libxl__egc *egc, libxl__checkpoint_device *dev);
3273 void (*preresume)(libxl__egc *egc, libxl__checkpoint_device *dev);
3274 void (*commit)(libxl__egc *egc, libxl__checkpoint_device *dev);
3289 void (*setup)(libxl__egc *egc, libxl__checkpoint_device *dev);
3290 void (*teardown)(libxl__egc *egc, libxl__checkpoint_device *dev);

Completed in 18 milliseconds