Home
last modified time | relevance | path

Searched refs:libxl__ddomain_guest (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_device.c1452 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()
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