/bootable/bootloader/legacy/libboot/ |
D | tags.c | 47 unsigned type = tags[1]; in tags_parse() local 49 DBG("tags_parse %x %x\n", size, type); in tags_parse() 55 if((h->type == type) || (h->type == 0)) { in tags_parse() 56 h->func(type, (void*) &tags[2], (size - 2) * 4, h->cookie); in tags_parse()
|
D | tags_cmdline.c | 43 h.type = 0x54410009; in tags_get_cmdline()
|
D | tags_serialno.c | 44 h.type = 0x54410006; in tags_get_serialno()
|
D | tags_revision.c | 45 h.type = 0x54410007; in tags_get_revision()
|
D | tags_partition.c | 47 .type = 0x4d534d70,
|
/bootable/bootloader/legacy/include/boot/ |
D | tags.h | 36 unsigned type; member 37 void (*func)(unsigned type, void *data, unsigned bytes, void *cookie);
|
D | usb_descriptors.h | 143 #define ID(type,num) ((type << 8) | num) argument
|
D | usb.h | 59 unsigned char type; member
|
/bootable/recovery/ |
D | firmware.h | 24 int remember_firmware_update(const char *type, const char *data, int length);
|
D | install.c | 43 handle_firmware_update(char* type, char* filename, ZipArchive* zip) { in handle_firmware_update() argument 64 type, data_size, filename); in handle_firmware_update() 90 if (remember_firmware_update(type, data, data_size)) { in handle_firmware_update() 91 LOGE("Can't store %s image\n", type); in handle_firmware_update() 198 char* type = strtok(NULL, " \n"); in try_update_binary() local 201 if (type != NULL && filename != NULL) { in try_update_binary() 205 firmware_type = strdup(type); in try_update_binary()
|
D | firmware.c | 30 int remember_firmware_update(const char *type, const char *data, int length) { in remember_firmware_update() argument 36 update_type = type; in remember_firmware_update()
|
D | ui.c | 267 if (ev.type == EV_SYN) { in input_thread() 269 } else if (ev.type == EV_REL) { in input_thread() 278 ev.type = EV_KEY; in input_thread() 284 ev.type = EV_KEY; in input_thread() 293 } while (ev.type != EV_KEY || ev.code > KEY_MAX); in input_thread()
|
/bootable/diskinstaller/ |
D | installer.c | 205 uint8_t type = 0; in process_image_node() local 311 type = INSTALL_IMAGE_RAW; in process_image_node() 313 type = INSTALL_IMAGE_EXT2; in process_image_node() 315 type = INSTALL_IMAGE_EXT3; in process_image_node() 328 if (!pinfo && (type != INSTALL_IMAGE_RAW)) { in process_image_node() 334 switch(type) { in process_image_node() 354 LOGE("Unknown image type: %d", type); in process_image_node()
|
/bootable/diskinstaller/libdiskconfig/ |
D | config_mbr.c | 31 cfg_pentry(struct pc_partition *pentry, uint8_t status, uint8_t type, in cfg_pentry() argument 46 pentry->type = type; in cfg_pentry() 51 pentry->status, pentry->type, pentry->start_lba, pentry->len_lba); in cfg_pentry() 114 pinfo->type, *lba, (uint32_t)len_lba); in mk_pri_pentry() 179 pinfo->type, 1, len); in mk_ext_pentry()
|
D | diskconfig.h | 61 uint8_t type; /* byte 4 */ member 78 uint8_t type; member
|
D | diskconfig.c | 117 pinfo->type = PC_PART_TYPE_LINUX; in load_partitions() 362 if (part->type != PC_PART_TYPE_LINUX) { in validate() 364 "'%s'\n", part->type, part->name); in validate() 488 part->type == PC_PART_TYPE_LINUX ? "Linux" : "Unknown"); in dump_disk_config()
|
/bootable/bootloader/legacy/usbloader/ |
D | main.c | 189 .type = 0, 219 int _main(unsigned zero, unsigned type, unsigned tags) in _main() argument 230 if((zero == 0) && (type != 0) && tags_okay(tags)) { in _main() 231 linux_type = type; in _main()
|
/bootable/bootloader/legacy/include/msm7k/ |
D | mddi.h | 174 unsigned short type; /* MDDI_TYPE_VIDEO_STREAM */ member 197 unsigned short type; member 228 unsigned short type; member
|
/bootable/recovery/updater/ |
D | install.c | 46 char* type; in MountFn() local 49 if (ReadArgs(state, argv, 3, &type, &location, &mount_point) < 0) { in MountFn() 53 if (strlen(type) == 0) { in MountFn() 68 if (strcmp(type, "MTD") == 0) { in MountFn() 86 if (mount(location, mount_point, type, in MountFn() 95 free(type); in MountFn() 169 char* type; in FormatFn() local 171 if (ReadArgs(state, argv, 2, &type, &location) < 0) { in FormatFn() 175 if (strlen(type) == 0) { in FormatFn() 184 if (strcmp(type, "MTD") == 0) { in FormatFn() [all …]
|
/bootable/recovery/edify/ |
D | parser.y | 47 %type <expr> expr 48 %type <args> arglist
|
/bootable/bootloader/legacy/arch_msm7k/ |
D | hsusb.c | 220 #define SETUP(type,request) (((type) << 8) | (request)) argument 230 s.type, s.request, s.value, s.index, s.length, in handle_setup() 233 switch(SETUP(s.type,s.request)) { in handle_setup() 313 s.type, s.request, s.value, s.index, s.length); in handle_setup()
|
D | mddi.c | 52 if((c->length != 0x4a) || (c->type != 0x42)) { in printcaps() 87 ra->type = TYPE_REGISTER_ACCESS; in mddi_remote_write() 242 vs->type = TYPE_VIDEO_STREAM; in mddi_init()
|