Searched refs:handles (Results 1 – 15 of 15) sorted by relevance
| /xen/tools/libs/toolcore/ |
| A D | handlereg.c | 34 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 D | xenlight_stubs.c | 1403 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 D | efi-boot.h | 333 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 D | boot.c | 771 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 D | xenconsoled.service.in | 2 Description=Xenconsoled - handles logging from guest consoles and hypervisor
|
| /xen/tools/ocaml/xenstored/ |
| A D | logging.ml | 49 (* Syslog handles the date and level internally *) 153 (* Syslog handles the date and level internally *)
|
| /xen/docs/designs/ |
| A D | dmop.pandoc | 60 handles. If they are needed, they should instead be in
|
| /xen/docs/man/ |
| A D | xen-vbd-interface.7.pandoc | 84 The 1<<28 format handles disks up to (1<<20)-1 and partitions up to
|
| A D | xen-tscmode.7.pod | 8 for each domain. The default for tsc_mode handles the vast majority
|
| /xen/docs/admin-guide/ |
| A D | microcode-loading.rst | 61 Xen handles microcode blobs in the binary form shipped by vendors, which is
|
| /xen/docs/misc/ |
| A D | kconfig-macro-language.rst | 24 and handles as if the source file were input like follows::
|
| A D | vtd-pi.txt | 227 for more information about how CPU handles it.
|
| A D | livepatch.pandoc | 270 and handles the architecture-specifc sections as needed. This process is much
|
| A D | xen-command-line.pandoc | 1980 handles SErrors.
|
| /xen/tools/firmware/rombios/ |
| A D | rombios.c | 11468 ;; dont do anything, since the VGA BIOS handles int10h requests
|
Completed in 38 milliseconds