Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 15 of 15) sorted by relevance

/xen/tools/libs/toolcore/
A Dhandlereg.c34 static XENTOOLCORE_LIST_HEAD(, Xentoolcore__Active_Handle) handles;
48 XENTOOLCORE_LIST_INSERT_HEAD(&handles, ah, entry); in xentoolcore__register_active_handle()
63 XENTOOLCORE_LIST_FOREACH(ah, &handles, entry) { in xentoolcore_restrict_all()
/xen/tools/ocaml/libs/xl/
A Dxenlight_stubs.c1403 struct timeout_handles *handles; in timeout_register() local
1416 handles = malloc(sizeof(*handles)); in timeout_register()
1417 if (!handles) { in timeout_register()
1422 handles->for_libxl = for_libxl; in timeout_register()
1427 args[3] = (value) handles; in timeout_register()
1430 if (Is_exception_result(handles->for_app)) { in timeout_register()
1432 free(handles); in timeout_register()
1437 *for_app_registration_out = handles; in timeout_register()
1458 assert(handles->for_app); in timeout_modify()
1470 args[1] = handles->for_app; in timeout_modify()
[all …]
/xen/xen/arch/x86/efi/
A Defi-boot.h333 EFI_HANDLE *handles = NULL; in efi_arch_edd() local
344 status = efi_bs->AllocatePool(EfiLoaderData, size, (void **)&handles); in efi_arch_edd()
347 handles); in efi_arch_edd()
350 for ( i = 0; i < size / sizeof(*handles); ++i ) in efi_arch_edd()
358 status = efi_bs->HandleProtocol(handles[i], &bio_guid, (void **)&bio); in efi_arch_edd()
373 status = efi_bs->HandleProtocol(handles[i], &devp_guid, in efi_arch_edd()
475 if ( handles ) in efi_arch_edd()
476 efi_bs->FreePool(handles); in efi_arch_edd()
/xen/xen/common/efi/
A Dboot.c771 EFI_HANDLE *handles = NULL; in efi_get_gop() local
779 status = efi_bs->AllocatePool(EfiLoaderData, size, (void **)&handles); in efi_get_gop()
782 handles); in efi_get_gop()
785 for ( i = 0; i < size / sizeof(*handles); ++i ) in efi_get_gop()
787 status = efi_bs->HandleProtocol(handles[i], &gop_guid, (void **)&gop); in efi_get_gop()
794 if ( handles ) in efi_get_gop()
795 efi_bs->FreePool(handles); in efi_get_gop()
887 EFI_HANDLE *handles; in setup_efi_pci() local
895 status = efi_bs->AllocatePool(EfiLoaderData, size, (void **)&handles); in setup_efi_pci()
902 nr_pci = size / sizeof(*handles); in setup_efi_pci()
[all …]
/xen/tools/hotplug/Linux/systemd/
A Dxenconsoled.service.in2 Description=Xenconsoled - handles logging from guest consoles and hypervisor
/xen/tools/ocaml/xenstored/
A Dlogging.ml49 (* Syslog handles the date and level internally *)
153 (* Syslog handles the date and level internally *)
/xen/docs/designs/
A Ddmop.pandoc60 handles. If they are needed, they should instead be in
/xen/docs/man/
A Dxen-vbd-interface.7.pandoc84 The 1<<28 format handles disks up to (1<<20)-1 and partitions up to
A Dxen-tscmode.7.pod8 for each domain. The default for tsc_mode handles the vast majority
/xen/docs/admin-guide/
A Dmicrocode-loading.rst61 Xen handles microcode blobs in the binary form shipped by vendors, which is
/xen/docs/misc/
A Dkconfig-macro-language.rst24 and handles as if the source file were input like follows::
A Dvtd-pi.txt227 for more information about how CPU handles it.
A Dlivepatch.pandoc270 and handles the architecture-specifc sections as needed. This process is much
A Dxen-command-line.pandoc1980 handles SErrors.
/xen/tools/firmware/rombios/
A Drombios.c11468 ;; dont do anything, since the VGA BIOS handles int10h requests

Completed in 38 milliseconds