Home
last modified time | relevance | path

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

/xen/tools/python/xen/lowlevel/xc/
A Dxc.c635 uint32_t max_sdevs, num_sdevs; in pyxc_get_device_group() local
659 domid, sbdf, max_sdevs, &num_sdevs, sdev_array); in pyxc_get_device_group()
667 if ( !num_sdevs ) in pyxc_get_device_group()
673 group_str = calloc(num_sdevs, sizeof(dev_str)); in pyxc_get_device_group()
680 for ( i = 0; i < num_sdevs; i++ ) in pyxc_get_device_group()
/xen/xen/include/public/
A Ddomctl.h538 uint32_t num_sdevs; /* OUT */ member
/xen/tools/libxc/
A Dxc_domain.c1533 uint32_t *num_sdevs, in xc_get_device_group() argument
1556 *num_sdevs = domctl.u.get_device_group.num_sdevs; in xc_get_device_group()
/xen/xen/drivers/passthrough/
A Dpci.c1670 domctl->u.get_device_group.num_sdevs = 0; in iommu_do_pci_domctl()
1674 domctl->u.get_device_group.num_sdevs = ret; in iommu_do_pci_domctl()
/xen/tools/libxc/include/
A Dxenctrl.h1695 uint32_t *num_sdevs,

Completed in 24 milliseconds