/hardware/intel/bootstub/ |
bootimg.h | 32 typedef struct boot_img_hdr boot_img_hdr; typedef in typeref:struct:boot_img_hdr 39 struct boot_img_hdr struct 89 boot_img_hdr *mkbootimg(void *kernel, unsigned kernel_size, 95 void bootimg_set_cmdline(boot_img_hdr *hdr, const char *cmdline);
|
bootstub.c | 152 struct boot_img_hdr *aosp = (struct boot_img_hdr *)AOSP_HEADER_ADDRESS; 464 struct boot_img_hdr *aosp = (struct boot_img_hdr *)AOSP_HEADER_ADDRESS;
|
/system/core/fastbootd/ |
bootimg.h | 32 typedef struct boot_img_hdr boot_img_hdr; typedef in typeref:struct:boot_img_hdr 39 struct boot_img_hdr struct 90 boot_img_hdr *mkbootimg(void *kernel, unsigned kernel_size, 96 void bootimg_set_cmdline(boot_img_hdr *hdr, const char *cmdline);
|
commands.c | 64 struct boot_img_hdr *hdr; 95 hdr = (struct boot_img_hdr *) ptr;
|
/system/core/mkbootimg/ |
bootimg.h | 21 typedef struct boot_img_hdr boot_img_hdr; typedef in typeref:struct:boot_img_hdr 29 struct boot_img_hdr struct
|
mkbootimg.c | 97 boot_img_hdr hdr;
|
/system/core/fastbootd/commands/ |
boot.h | 45 unsigned *create_atags(unsigned *, int, const struct boot_img_hdr *, int *);
|
boot.c | 148 unsigned *create_atags(unsigned *atags_position, int atag_size, const struct boot_img_hdr *hdr, int *size) {
|
/system/core/fastboot/ |
bootimg.c | 35 void bootimg_set_cmdline(boot_img_hdr *h, const char *cmdline) 40 boot_img_hdr *mkbootimg(void *kernel, unsigned kernel_size, unsigned kernel_offset, 50 boot_img_hdr *hdr;
|
fastboot.c | 62 void bootimg_set_cmdline(boot_img_hdr *h, const char *cmdline); 64 boot_img_hdr *mkbootimg(void *kernel, unsigned kernel_size, unsigned kernel_offset, 349 if(cmdline) bootimg_set_cmdline((boot_img_hdr*) kdata, cmdline); 385 if(cmdline) bootimg_set_cmdline((boot_img_hdr*) bdata, cmdline); [all...] |