Searched refs:boot_cmd (Results 1 – 1 of 1) sorted by relevance
98 char boot_cmd[MAX_BOOTCMD_SIZE]; /* hv boot command line */ member251 memcpy(ctr->boot_cmd, (const char *)lzh->Data, lzh->Size - 1); in container_load_boot_image()253 ctr->boot_cmd[lzh->Size - 1] = ' '; in container_load_boot_image()255 ctr->boot_cmd[i] = ctr->options[i - lzh->Size]; in container_load_boot_image()397 return ((struct container *)hvld)->boot_cmd; in container_get_boot_cmd()
Completed in 5 milliseconds