Searched refs:libxl__ddomain_guest (Results 1 – 1 of 1) sorted by relevance
1478 typedef struct libxl__ddomain_guest { struct1482 LIBXL_SLIST_ENTRY(struct libxl__ddomain_guest) next; argument1483 } libxl__ddomain_guest; typedef1492 LIBXL_SLIST_HEAD(, struct libxl__ddomain_guest) guests;1495 static libxl__ddomain_guest *search_for_guest(libxl__ddomain *ddomain, in search_for_guest()1498 libxl__ddomain_guest *dguest; in search_for_guest()1529 libxl__ddomain_guest *dguest) in check_and_maybe_remove_guest()1534 LIBXL_SLIST_REMOVE(&ddomain->guests, dguest, libxl__ddomain_guest, in check_and_maybe_remove_guest()1552 libxl__ddomain_guest *dguest, in add_device()1603 libxl__ddomain_guest *dguest, in remove_device()[all …]
Completed in 6 milliseconds