Home
last modified time | relevance | path

Searched refs:ao_how (Results 1 – 16 of 16) sorted by relevance

/xen/tools/libxl/
A Dlibxl.h1572 const libxl_asyncop_how *ao_how, in libxl_domain_create_restore_0x040200() argument
1597 const libxl_asyncop_how *ao_how, in libxl_domain_create_restore_0x040400() argument
1646 const libxl_asyncop_how *ao_how)
1656 const libxl_asyncop_how *ao_how)
1664 const libxl_asyncop_how *ao_how)
1681 const libxl_asyncop_how *ao_how)
1699 const libxl_asyncop_how *ao_how)
1725 const libxl_asyncop_how *ao_how)
1728 const libxl_asyncop_how *ao_how)
2051 const libxl_asyncop_how *ao_how)
[all …]
A Dlibxl_test_timedereg.c44 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 Dlibxl_test_fdevent.c56 libxl_asyncop_how *ao_how) in libxl_test_fdevent() argument
61 AO_CREATE(ctx, 0, ao_how); in libxl_test_fdevent()
A Dlibxl_domain.c184 AO_CREATE(ctx, domid, ao_how); in libxl_domain_resume()
411 AO_CREATE(ctx, domid, ao_how); in libxl_domain_remus_start()
511 AO_CREATE(ctx, domid, ao_how); in libxl_domain_suspend()
555 AO_CREATE(ctx, domid, ao_how); in libxl_domain_suspend_only()
582 AO_CREATE(ctx, domid, ao_how); in libxl_domain_pause()
597 AO_CREATE(ctx, domid, ao_how); in libxl_domain_core_dump()
703 AO_CREATE(ctx, domid, ao_how); in libxl_domain_unpause()
815 AO_CREATE(ctx, domid, ao_how); in libxl_domain_shutdown()
830 AO_CREATE(ctx, domid, ao_how); in libxl_domain_reboot()
1045 AO_CREATE(ctx, domid, ao_how); in libxl_domain_destroy()
[all …]
A Dlibxl_test_timedereg.h6 int libxl_test_timedereg(libxl_ctx *ctx, libxl_asyncop_how *ao_how)
A Dlibxl_test_fdevent.h7 libxl_asyncop_how *ao_how)
A Dlibxl_vkb.c232 const libxl_asyncop_how *ao_how) in libxl_device_vkb_add() argument
234 AO_CREATE(ctx, domid, ao_how); in libxl_device_vkb_add()
A Dlibxl_create.c2014 const libxl_asyncop_how *ao_how, in do_domain_create() argument
2017 AO_CREATE(ctx, 0, ao_how); in do_domain_create()
2108 const libxl_asyncop_how *ao_how, in do_domain_soft_reset() argument
2112 AO_CREATE(ctx, 0, ao_how); in do_domain_soft_reset()
2264 const libxl_asyncop_how *ao_how, in libxl_domain_create_new() argument
2269 ao_how, aop_console_how); in libxl_domain_create_new()
2276 const libxl_asyncop_how *ao_how, in libxl_domain_create_restore() argument
2286 params, ao_how, aop_console_how); in libxl_domain_create_restore()
2292 const libxl_asyncop_how *ao_how, in libxl_domain_soft_reset() argument
2300 return do_domain_soft_reset(ctx, d_config, domid, ao_how, in libxl_domain_soft_reset()
A Dlibxl_console.c666 const libxl_asyncop_how *ao_how) in libxl_device_vfb_add() argument
668 AO_CREATE(ctx, domid, ao_how); in libxl_device_vfb_add()
A Dlibxl_pci.c1497 const libxl_asyncop_how *ao_how) in libxl_device_pci_add() argument
1499 AO_CREATE(ctx, domid, ao_how); in libxl_device_pci_add()
2310 const libxl_asyncop_how *ao_how) in libxl_device_pci_remove() argument
2313 AO_CREATE(ctx, domid, ao_how); in libxl_device_pci_remove()
2327 const libxl_asyncop_how *ao_how) in libxl_device_pci_destroy() argument
2329 AO_CREATE(ctx, domid, ao_how); in libxl_device_pci_destroy()
A Dlibxl_internal.h2500 #define AO_CREATE(ctx, domid, ao_how) \ argument
2502 libxl__ao *ao = libxl__ao_create(ctx, domid, ao_how, \
3745 const libxl_asyncop_how *ao_how) \
3747 AO_CREATE(ctx, domid, ao_how); \
3777 const libxl_asyncop_how *ao_how) \
3779 AO_CREATE(ctx, domid, ao_how); \
A Dlibxl_disk.c673 const libxl_asyncop_how *ao_how) in libxl_cdrom_insert() argument
675 AO_CREATE(ctx, domid, ao_how); in libxl_cdrom_insert()
A Dlibxl_qmp.c907 const libxl_asyncop_how *ao_how) in libxl_qemu_monitor_command() argument
909 AO_CREATE(ctx, domid, ao_how); in libxl_qemu_monitor_command()
A Dlibxl_usb.c2054 const libxl_asyncop_how *ao_how) in libxl_device_usbdev_remove() argument
2057 AO_CREATE(ctx, domid, ao_how); in libxl_device_usbdev_remove()
A Dlibxl_device.c1747 const libxl_asyncop_how *ao_how) in libxl_device_events_handler() argument
1749 AO_CREATE(ctx, 0, ao_how); in libxl_device_events_handler()
/xen/tools/ocaml/libs/xl/
A Dxenlight_stubs.c473 ao_how = malloc(sizeof(*ao_how)); in aohow_val()
502 free(ao_how); in stub_libxl_domain_create_new()
544 free(ao_how); in stub_libxl_domain_create_restore()
565 free(ao_how); in stub_libxl_domain_shutdown()
584 free(ao_how); in stub_libxl_domain_reboot()
603 free(ao_how); in stub_libxl_domain_destroy()
623 free(ao_how); in stub_libxl_domain_suspend()
642 free(ao_how); in stub_libxl_domain_pause()
661 free(ao_how); in stub_libxl_domain_unpause()
688 free(ao_how); \
[all …]

Completed in 76 milliseconds