Lines Matching defs:libxl__ao_device
2396 typedef struct libxl__ao_device libxl__ao_device; typedef
2419 struct libxl__ao_device { struct
2421 libxl__ao *ao;
2422 libxl__device_action action;
2423 libxl__device *dev;
2424 int force;
2425 libxl__device_callback *callback;
2427 int rc;
2429 int active;
2430 libxl__multidev *multidev; /* reference to the containing multidev */
2432 libxl__ev_devstate backend_ds;
2434 libxl__ev_time timeout;
2436 libxl__xswait_state xswait;
2437 int num_exec;
2439 libxl__async_exec_state aes;
2441 bool update_json;
2443 libxl__ev_child child;