Lines Matching refs:libxl__ddomain_guest
1452 typedef struct libxl__ddomain_guest { struct
1456 LIBXL_SLIST_ENTRY(struct libxl__ddomain_guest) next; argument
1457 } libxl__ddomain_guest; typedef
1466 LIBXL_SLIST_HEAD(, struct libxl__ddomain_guest) guests;
1469 static libxl__ddomain_guest *search_for_guest(libxl__ddomain *ddomain, in search_for_guest()
1472 libxl__ddomain_guest *dguest; in search_for_guest()
1481 static libxl__ddomain_device *search_for_device(libxl__ddomain_guest *dguest, in search_for_device()
1503 libxl__ddomain_guest *dguest) in check_and_maybe_remove_guest()
1509 LIBXL_SLIST_REMOVE(&ddomain->guests, dguest, libxl__ddomain_guest, in check_and_maybe_remove_guest()
1527 libxl__ddomain_guest *dguest, in add_device()
1587 libxl__ddomain_guest *dguest, in remove_device()
1658 libxl__ddomain_guest *dguest = NULL; in backend_watch_callback()