Home
last modified time | relevance | path

Searched refs:type (Results 1 – 22 of 22) sorted by relevance

/bootable/bootloader/legacy/libboot/
Dtags.c47 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()
Dtags_cmdline.c43 h.type = 0x54410009; in tags_get_cmdline()
Dtags_serialno.c44 h.type = 0x54410006; in tags_get_serialno()
Dtags_revision.c45 h.type = 0x54410007; in tags_get_revision()
Dtags_partition.c47 .type = 0x4d534d70,
/bootable/bootloader/legacy/include/boot/
Dtags.h36 unsigned type; member
37 void (*func)(unsigned type, void *data, unsigned bytes, void *cookie);
Dusb_descriptors.h143 #define ID(type,num) ((type << 8) | num) argument
Dusb.h59 unsigned char type; member
/bootable/recovery/
Dfirmware.h24 int remember_firmware_update(const char *type, const char *data, int length);
Dinstall.c43 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()
Dfirmware.c30 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()
Dui.c267 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/
Dinstaller.c205 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/
Dconfig_mbr.c31 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()
Ddiskconfig.h61 uint8_t type; /* byte 4 */ member
78 uint8_t type; member
Ddiskconfig.c117 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/
Dmain.c189 .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/
Dmddi.h174 unsigned short type; /* MDDI_TYPE_VIDEO_STREAM */ member
197 unsigned short type; member
228 unsigned short type; member
/bootable/recovery/updater/
Dinstall.c46 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/
Dparser.y47 %type <expr> expr
48 %type <args> arglist
/bootable/bootloader/legacy/arch_msm7k/
Dhsusb.c220 #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()
Dmddi.c52 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()