Searched refs:cmdline (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/bootstub/ |
D | bootstub.c | 151 void *cmdline = (void *)BOOT_CMDLINE_OFFSET; in bzImage_setup() local 158 cmdline_len = strnlen((const char *)aosp->cmdline, sizeof(aosp->cmdline)); in bzImage_setup() 164 memset(cmdline, 0, sizeof(aosp->cmdline)); in bzImage_setup() 165 memcpy(cmdline, (const void *)aosp->cmdline, cmdline_len); in bzImage_setup() 177 memset(cmdline, 0, CMDLINE_SIZE); in bzImage_setup() 178 memcpy(cmdline, (const void *)CMDLINE_OFFSET, cmdline_len); in bzImage_setup() 376 mb.cmdline = (u32)strnchr((char *)CMDLINE_OFFSET, '$', CMDLINE_SIZE) + 1; in xen_multiboot_setup() 377 dst = (char *)mb.cmdline + strnlen((const char *)mb.cmdline, CMDLINE_SIZE) - 1; in xen_multiboot_setup()
|
D | bootimg.h | 57 unsigned char cmdline[BOOT_ARGS_SIZE]; member 95 void bootimg_set_cmdline(boot_img_hdr *hdr, const char *cmdline);
|
D | mb.h | 74 u32 cmdline; member
|