Searched refs:libxl__ddomain_guest (Results 1 – 1 of 1) sorted by relevance
1452 typedef struct libxl__ddomain_guest { struct1456 LIBXL_SLIST_ENTRY(struct libxl__ddomain_guest) next; argument1457 } libxl__ddomain_guest; typedef1466 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()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()[all …]
Completed in 6 milliseconds