Searched refs:xc_domain_getinfolist (Results 1 – 11 of 11) sorted by relevance
/xen/tools/xenpaging/ |
A D | xenpaging.c | 172 rc = xc_domain_getinfolist(xch, paging->vm_event.domain_id, 1, &domain_info); in xenpaging_get_tot_pages() 429 rc = xc_domain_getinfolist(xch, paging->vm_event.domain_id, 1, in xenpaging_init()
|
/xen/tools/xenstat/libxenstat/src/ |
A D | xenstat_qmp.c | 426 num_doms = xc_domain_getinfolist(node->handle->xc_handle, in read_attributes_qdisk()
|
A D | xenstat.c | 178 new_domains = xc_domain_getinfolist(handle->xc_handle, in xenstat_get_node()
|
/xen/tools/libxl/ |
A D | libxl_sched.c | 222 rc = xc_domain_getinfolist(CTX->xch, domid, 1, &domaininfo); in sched_credit_domain_set() 429 rc = xc_domain_getinfolist(CTX->xch, domid, 1, &info); in sched_credit2_domain_set()
|
A D | libxl_domain.c | 324 while ((ret = xc_domain_getinfolist(ctx->xch, domid, 1024, info)) > 0) { in libxl_list_domain() 351 ret = xc_domain_getinfolist(ctx->xch, domid, 1, &xcinfo); in libxl_domain_info() 898 rc = xc_domain_getinfolist(CTX->xch, evg->domid, nentries, domaininfos); in domain_death_xswatch_callback() 1664 if (xc_domain_getinfolist(ctx->xch, domid, 1, &domaininfo) != 1) { in libxl_list_vcpu()
|
A D | libxl_mem.c | 318 r = xc_domain_getinfolist(ctx->xch, domid, 1, &info); in libxl_set_memory_target()
|
A D | libxl_dom_suspend.c | 325 ret = xc_domain_getinfolist(CTX->xch, domid, 1, &info); in suspend_common_wait_guest_check()
|
A D | libxl_dom.c | 38 ret = xc_domain_getinfolist(ctx->xch, domid, 1, &info); in libxl__domain_type() 76 ret = xc_domain_getinfolist(CTX->xch, domid, 1, &info); in libxl__domain_cpupool()
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 427 retval = xc_domain_getinfolist(_H(xch), c_first_domain, in stub_xc_domain_getinfolist() 455 ret = xc_domain_getinfolist(_H(xch), _D(domid), 1, &info); in stub_xc_domain_getinfo()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 807 int xc_domain_getinfolist(xc_interface *xch,
|
/xen/tools/libxc/ |
A D | xc_domain.c | 417 int xc_domain_getinfolist(xc_interface *xch, in xc_domain_getinfolist() function
|
Completed in 729 milliseconds