/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl.h | 1393 const libxl_asyncop_how *ao_how, in libxl_domain_create_restore_0x040200() argument 1418 const libxl_asyncop_how *ao_how, in libxl_domain_create_restore_0x040400() argument 1457 const libxl_asyncop_how *ao_how) 1467 const libxl_asyncop_how *ao_how) 1483 const libxl_asyncop_how *ao_how) 1784 const libxl_asyncop_how *ao_how) 1809 const libxl_asyncop_how *ao_how) 1885 const libxl_asyncop_how *ao_how) 1964 const libxl_asyncop_how *ao_how) 1977 const libxl_asyncop_how *ao_how) [all …]
|
A D | libxl_test_timedereg.c | 44 int libxl_test_timedereg(libxl_ctx *ctx, libxl_asyncop_how *ao_how) in libxl_test_timedereg() argument 47 AO_CREATE(ctx, 0, ao_how); in libxl_test_timedereg()
|
A D | libxl_test_fdevent.c | 56 libxl_asyncop_how *ao_how) in libxl_test_fdevent() argument 61 AO_CREATE(ctx, 0, ao_how); in libxl_test_fdevent()
|
A D | libxl_test_timedereg.h | 6 int libxl_test_timedereg(libxl_ctx *ctx, libxl_asyncop_how *ao_how)
|
A D | libxl_test_fdevent.h | 7 libxl_asyncop_how *ao_how)
|
A D | libxl_domain.c | 178 const libxl_asyncop_how *ao_how) in libxl_domain_resume() argument 180 AO_CREATE(ctx, domid, ao_how); in libxl_domain_resume() 390 const libxl_asyncop_how *ao_how) in libxl_domain_remus_start() argument 392 AO_CREATE(ctx, domid, ao_how); in libxl_domain_remus_start() 490 const libxl_asyncop_how *ao_how) in libxl_domain_suspend() argument 492 AO_CREATE(ctx, domid, ao_how); in libxl_domain_suspend() 542 const libxl_asyncop_how *ao_how) in libxl_domain_core_dump() argument 544 AO_CREATE(ctx, domid, ao_how); in libxl_domain_core_dump() 866 const libxl_asyncop_how *ao_how) in libxl_domain_destroy() argument 868 AO_CREATE(ctx, domid, ao_how); in libxl_domain_destroy()
|
A D | libxl_console.c | 655 const libxl_asyncop_how *ao_how) in libxl_device_vkb_add() argument 657 AO_CREATE(ctx, domid, ao_how); in libxl_device_vkb_add() 711 const libxl_asyncop_how *ao_how) in libxl_device_vfb_add() argument 713 AO_CREATE(ctx, domid, ao_how); in libxl_device_vfb_add()
|
A D | libxl_create.c | 1661 const libxl_asyncop_how *ao_how, in do_domain_create() argument 1664 AO_CREATE(ctx, 0, ao_how); in do_domain_create() 1751 const libxl_asyncop_how *ao_how, in do_domain_soft_reset() argument 1755 AO_CREATE(ctx, 0, ao_how); in do_domain_soft_reset() 1898 const libxl_asyncop_how *ao_how, in libxl_domain_create_new() argument 1903 ao_how, aop_console_how); in libxl_domain_create_new() 1910 const libxl_asyncop_how *ao_how, in libxl_domain_create_restore() argument 1920 params, ao_how, aop_console_how); in libxl_domain_create_restore() 1926 const libxl_asyncop_how *ao_how, in libxl_domain_soft_reset() argument 1934 return do_domain_soft_reset(ctx, d_config, domid, ao_how, in libxl_domain_soft_reset()
|
A D | libxl_pci.c | 1159 const libxl_asyncop_how *ao_how) in libxl_device_pci_add() argument 1161 AO_CREATE(ctx, domid, ao_how); in libxl_device_pci_add() 1520 const libxl_asyncop_how *ao_how) in libxl_device_pci_remove() argument 1523 AO_CREATE(ctx, domid, ao_how); in libxl_device_pci_remove() 1534 const libxl_asyncop_how *ao_how) in libxl_device_pci_destroy() argument 1536 AO_CREATE(ctx, domid, ao_how); in libxl_device_pci_destroy()
|
A D | libxl_internal.h | 2190 #define AO_CREATE(ctx, domid, ao_how) \ argument 2192 libxl__ao *ao = libxl__ao_create(ctx, domid, ao_how, \ 3401 const libxl_asyncop_how *ao_how) \ 3403 AO_CREATE(ctx, domid, ao_how); \ 3433 const libxl_asyncop_how *ao_how) \ 3435 AO_CREATE(ctx, domid, ao_how); \
|
A D | libxl_disk.c | 669 const libxl_asyncop_how *ao_how) in libxl_cdrom_insert() argument 671 AO_CREATE(ctx, domid, ao_how); in libxl_cdrom_insert()
|
A D | libxl_usb.c | 1872 const libxl_asyncop_how *ao_how) in libxl_device_usbdev_remove() argument 1875 AO_CREATE(ctx, domid, ao_how); in libxl_device_usbdev_remove()
|
A D | libxl_device.c | 1736 const libxl_asyncop_how *ao_how) in libxl_device_events_handler() argument 1738 AO_CREATE(ctx, 0, ao_how); in libxl_device_events_handler()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 473 ao_how = malloc(sizeof(*ao_how)); in aohow_val() 487 libxl_asyncop_how *ao_how; in stub_libxl_domain_create_new() local 496 ao_how = aohow_val(async); in stub_libxl_domain_create_new() 502 free(ao_how); in stub_libxl_domain_create_new() 519 libxl_asyncop_how *ao_how; in stub_libxl_domain_create_restore() local 536 ao_how = aohow_val(async); in stub_libxl_domain_create_restore() 541 -1, &c_params, ao_how, NULL); in stub_libxl_domain_create_restore() 544 free(ao_how); in stub_libxl_domain_create_restore() 597 free(ao_how); in stub_libxl_domain_destroy() 617 free(ao_how); in stub_libxl_domain_suspend() [all …]
|