Searched refs:xc_domain_create (Results 1 – 9 of 9) sorted by relevance
| /tools/tests/paging-mempool/ |
| A D | test-paging-mempool.c | 150 rc = xc_domain_create(xch, &domid, &create); in main()
|
| /tools/tests/resource/ |
| A D | test-resource.c | 218 rc = xc_domain_create(xch, &domid, &t->create); in test_domain_configurations()
|
| /tools/tests/tsx/ |
| A D | test-tsx.c | 368 rc = xc_domain_create(xch, &domid, c); in test_guest()
|
| /tools/helpers/ |
| A D | init-xenstore-domain.c | 203 rv = xc_domain_create(xch, &domid, &config); in build()
|
| /tools/ocaml/libs/xc/ |
| A D | xenctrl_stubs.c | 301 result = xc_domain_create(xch, &domid, &cfg); in stub_xc_domain_create()
|
| /tools/include/ |
| A D | xenctrl.h | 469 int xc_domain_create(xc_interface *xch, uint32_t *pdomid,
|
| /tools/python/xen/lowlevel/xc/ |
| A D | xc.c | 172 if ( (ret = xc_domain_create(self->xc_handle, &dom, &config)) < 0 ) in pyxc_domain_create()
|
| /tools/libs/ctrl/ |
| A D | xc_domain.c | 26 int xc_domain_create(xc_interface *xch, uint32_t *pdomid, in xc_domain_create() function
|
| /tools/libs/light/ |
| A D | libxl_create.c | 684 ret = xc_domain_create(ctx->xch, &local_domid, &create); in libxl__domain_make()
|
Completed in 27 milliseconds