Searched refs:max_doms (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 322 int max_doms = 1024, nr_doms, i, j; in pyxc_domain_getinfo() local 328 &first_dom, &max_doms) ) in pyxc_domain_getinfo() 331 info = calloc(max_doms, sizeof(xc_dominfo_t)); in pyxc_domain_getinfo() 335 nr_doms = xc_domain_getinfo(self->xc_handle, first_dom, max_doms, info); in pyxc_domain_getinfo()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 375 unsigned int max_doms, in xc_domain_getinfo() argument 383 memset(info, 0, max_doms*sizeof(xc_dominfo_t)); in xc_domain_getinfo() 385 for ( nr_doms = 0; nr_doms < max_doms; nr_doms++ ) in xc_domain_getinfo()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 770 unsigned int max_doms,
|
Completed in 16 milliseconds