Searched refs:num_sdevs (Results 1 – 5 of 5) sorted by relevance
616 uint32_t max_sdevs, num_sdevs; in pyxc_get_device_group() local639 domid, sbdf, max_sdevs, &num_sdevs, sdev_array); in pyxc_get_device_group()647 if ( !num_sdevs ) in pyxc_get_device_group()653 group_str = calloc(num_sdevs, sizeof(dev_str)); in pyxc_get_device_group()660 for ( i = 0; i < num_sdevs; i++ ) in pyxc_get_device_group()
512 uint32_t num_sdevs; /* OUT */ member
1596 domctl->u.get_device_group.num_sdevs = 0; in iommu_do_pci_domctl()1600 domctl->u.get_device_group.num_sdevs = ret; in iommu_do_pci_domctl()
1583 uint32_t *num_sdevs, in xc_get_device_group() argument1606 *num_sdevs = domctl.u.get_device_group.num_sdevs; in xc_get_device_group()
1722 uint32_t *num_sdevs,
Completed in 23 milliseconds