Searched refs:image (Results 1 – 11 of 11) sorted by relevance
| /misc/sample_application/image_builder/ |
| A D | README.rst | 25 real-time VM image. After the kernel is built, copy those Debian packages (whose 26 names looks like ``linux-libc-*``, ``linux-headers-*`` and ``linux-image-*``) to 32 To build the VM image for graphical HMI, run the following command under this 39 This will generate an image named ``hmi_vm.img`` under the this directory, which 44 To build the VM image for running real-time applications, run the following 51 This will generate an image named ``rt_vm.img`` under the this directory.
|
| A D | create_image.sh | 10 rt_kernel=(linux-libc linux-headers linux-image)
|
| /misc/efi-stub/ |
| A D | efilinux.h | 171 exit_boot_services(EFI_HANDLE image, UINTN key) in exit_boot_services() argument 173 return uefi_call_wrapper(boot->ExitBootServices, 2, image, key); in exit_boot_services() 250 exit(EFI_HANDLE image, EFI_STATUS status, UINTN size, CHAR16 *reason) in exit() argument 252 return uefi_call_wrapper(boot->Exit, 4, image, status, size, reason); in exit()
|
| A D | boot.c | 183 terminate_boot_services(EFI_HANDLE image, struct efi_memmap_info *mmap_info) in terminate_boot_services() argument 187 err = exit_boot_services(image, mmap_info->map_key); in terminate_boot_services() 202 err = exit_boot_services(image, mmap_info->map_key); in terminate_boot_services() 590 run_acrn(EFI_HANDLE image, HV_LOADER hvld) in run_acrn() argument 612 err = terminate_boot_services(image, &memmapinfo); in run_acrn() 630 efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *_table) in efi_main() argument 639 InitializeLib(image, _table); in efi_main() 647 err = handle_protocol(image, &LoadedImageProtocol, (void **)&info); in efi_main() 677 err = run_acrn(image, hvld); in efi_main() 708 return exit(image, err, ERROR_STRING_LENGTH, error_buf); in efi_main()
|
| /misc/config_tools/configurator/packages/configurator/src/assets/css/ |
| A D | index.scss | 29 background-image: url("/src/assets/images/dropdown_arrow.svg"); 46 background-image: url("/src/assets/images/dropdown_arrow.svg"); 82 …background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='… 130 background-image: url("/src/assets/images/dropdown_arrow.svg") !important;
|
| /misc/config_tools/configurator/packages/configurator/src/components/common/ |
| A D | Banner.vue | 17 …background-image: url("/src/assets/images/top_pattern.png"), linear-gradient(90.29deg, #242357 0.0…
|
| /misc/config_tools/data/generic_board/sample_launch_scripts/ |
| A D | launch_user_vm_id2.sh | 260 `add_virtual_device 5 virtio-blk ./core-image-weston-intel-corei7-64.wic`
|
| /misc/debug_tools/acrn_crashlog/ |
| A D | README.rst | 167 of related folders on the Service VM image, such as ``/data/logs/``.
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | README.rst | 177 This file provides interfaces to read from image.
|
| A D | conf.rst | 263 Time interval in seconds of polling VM's image.
|
| /misc/config_tools/configurator/packages/configurator/src-tauri/ |
| A D | Cargo.lock | 92 "image", 1790 name = "image" 3586 "image",
|
Completed in 18 milliseconds