Searched refs:num_sdevs (Results 1 – 3 of 3) sorted by relevance
641 uint32_t max_sdevs, num_sdevs; in pyxc_get_device_group() local665 domid, sbdf, max_sdevs, &num_sdevs, sdev_array); in pyxc_get_device_group()673 if ( !num_sdevs ) in pyxc_get_device_group()679 group_str = calloc(num_sdevs, sizeof(dev_str)); in pyxc_get_device_group()686 for ( i = 0; i < num_sdevs; i++ ) in pyxc_get_device_group()
1533 uint32_t *num_sdevs, in xc_get_device_group() argument1557 *num_sdevs = domctl.u.get_device_group.num_sdevs; in xc_get_device_group()
1695 uint32_t *num_sdevs,
Completed in 17 milliseconds