Searched refs:max_doms (Results 1 – 3 of 3) sorted by relevance
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 340 int max_doms = 1024, nr_doms, i; in pyxc_domain_getinfo() local 347 &first_dom, &max_doms) ) in pyxc_domain_getinfo() 350 info = calloc(max_doms, sizeof(xc_dominfo_t)); in pyxc_domain_getinfo() 354 nr_doms = xc_domain_getinfo(self->xc_handle, first_dom, max_doms, info); in pyxc_domain_getinfo()
|
/xen/tools/libxc/ |
A D | xc_domain.c | 353 unsigned int max_doms, in xc_domain_getinfo() argument 361 memset(info, 0, max_doms*sizeof(xc_dominfo_t)); in xc_domain_getinfo() 363 for ( nr_doms = 0; nr_doms < max_doms; nr_doms++ ) in xc_domain_getinfo()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 777 unsigned int max_doms,
|
Completed in 19 milliseconds