Searched refs:num_sdevs (Results 1 – 5 of 5) sorted by relevance
635 uint32_t max_sdevs, num_sdevs; in pyxc_get_device_group() local659 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()
538 uint32_t num_sdevs; /* OUT */ member
1533 uint32_t *num_sdevs, in xc_get_device_group() argument1556 *num_sdevs = domctl.u.get_device_group.num_sdevs; in xc_get_device_group()
1670 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()
1695 uint32_t *num_sdevs,
Completed in 24 milliseconds