Searched refs:boot_cmdsize (Results 1 – 1 of 1) sorted by relevance
99 UINTN boot_cmdsize; /* length of boot command to pass hypervisor */ member246 ctr->boot_cmdsize = lzh->Size + StrnLen(ctr->options, ctr->options_size); in container_load_boot_image()247 if (ctr->boot_cmdsize >= MAX_BOOTCMD_SIZE) { in container_load_boot_image()248 Print(L"Boot command size 0x%x exceeding limit 0x%x\n", ctr->boot_cmdsize, MAX_BOOTCMD_SIZE); in container_load_boot_image()254 for (i = lzh->Size; i < ctr->boot_cmdsize; i++) { in container_load_boot_image()410 return ((struct container *)hvld)->boot_cmdsize; in container_get_boot_cmdsize()
Completed in 7 milliseconds