Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl.h1393 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 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_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_domain.c178 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 Dlibxl_console.c655 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 Dlibxl_create.c1661 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 Dlibxl_pci.c1159 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 Dlibxl_internal.h2190 #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 Dlibxl_disk.c669 const libxl_asyncop_how *ao_how) in libxl_cdrom_insert() argument
671 AO_CREATE(ctx, domid, ao_how); in libxl_cdrom_insert()
A Dlibxl_usb.c1872 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 Dlibxl_device.c1736 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 Dxenlight_stubs.c473 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 …]

Completed in 59 milliseconds