Searched refs:max_sdevs (Results 1 – 3 of 3) sorted by relevance
| /tools/python/xen/lowlevel/xc/ |
| A D | xc.c | 641 uint32_t max_sdevs, num_sdevs; in pyxc_get_device_group() local 653 max_sdevs = 1024; in pyxc_get_device_group() 655 sdev_array = calloc(max_sdevs, sizeof(*sdev_array)); in pyxc_get_device_group() 665 domid, sbdf, max_sdevs, &num_sdevs, sdev_array); in pyxc_get_device_group()
|
| /tools/libs/ctrl/ |
| A D | xc_domain.c | 1532 uint32_t max_sdevs, in xc_get_device_group() argument 1538 DECLARE_HYPERCALL_BOUNCE(sdev_array, max_sdevs * sizeof(*sdev_array), in xc_get_device_group() 1551 domctl.u.get_device_group.max_sdevs = max_sdevs; in xc_get_device_group()
|
| /tools/include/ |
| A D | xenctrl.h | 1694 uint32_t max_sdevs,
|
Completed in 17 milliseconds