Searched refs:id (Results 1 – 20 of 20) sorted by relevance
/tools/ |
A D | mtk_nand_headers.h | 27 char id[8]; member 46 char id[8]; member 79 char id[8]; member 115 char id[8]; member
|
A D | aisimage.c | 121 int id; in aisimage_print_header() local 143 id = get_ais_table_id(ptr); in aisimage_print_header() 144 if (id < 0) { in aisimage_print_header() 149 get_table_entry_name(aisimage_cmds, NULL, id)); in aisimage_print_header() 150 ptr += cmd_table[id].nargs + IS_FNC_EXEC(id) + 1; in aisimage_print_header()
|
A D | mxsimage.c | 102 uint32_t id; member 508 unsigned long id; in sb_token_to_long() local 519 if ((errno == ERANGE && id == ULONG_MAX) || (errno != 0 && id == 0)) { in sb_token_to_long() 525 if (id > 0xffffffff) { in sb_token_to_long() 535 *rid = (uint32_t)id; in sb_token_to_long() 566 uint32_t id; in sb_build_dcd() local 594 dctx->id = id; in sb_build_dcd() 717 uint32_t id; in sb_build_section() local 749 shdr->section_number = id; in sb_build_section() 766 ictx->sect_boot = id; in sb_build_section() [all …]
|
A D | kwbimage.c | 68 unsigned int id; member 91 unsigned int id; member 216 static const char *image_boot_mode_name(unsigned int id) in image_boot_mode_name() argument 221 if (boot_modes[i].id == id) in image_boot_mode_name() 232 return boot_modes[i].id; in image_boot_mode_id() 237 static const char *image_nand_ecc_mode_name(unsigned int id) in image_nand_ecc_mode_name() argument 242 if (nand_ecc_modes[i].id == id) in image_nand_ecc_mode_name() 254 return nand_ecc_modes[i].id; in image_nand_ecc_mode_id()
|
A D | mtk_nand_headers.c | 539 strcmp(nh->id, NAND_BOOT_ID)) in mtk_nand_header_ap_info()
|
A D | proftool.c | 914 static int start_header(struct twriter *tw, int id, uint flags, in start_header() argument 924 lptr += tputh(tw->fout, id); in start_header()
|
A D | ifwitool.c | 177 uint32_t id; member 1635 hdr->id = MANIFEST_ID_MAGIC; in init_manifest_header()
|
/tools/binman/test/ |
A D | 324_ti_secure_firewall.dts | 15 id = <0>;
|
A D | 325_ti_secure_firewall_missing_property.dts | 15 // id = <0>;
|
A D | Makefile | 58 $(OBJCOPY) -O binary $< -R .note.gnu.build-id $@ 79 $(OBJCOPY) -O binary $< -R .note.gnu.build-id $@
|
A D | 066_text.dts | 11 text-label = "test-id";
|
A D | 167_fit_image_subentry_alignment.dts | 38 text-label = "test-id";
|
/tools/binman/etype/ |
A D | ti_secure.py | 16 id: int
|
/tools/patman/ |
A D | patchwork.py | 89 self.id = pid # Use 'id' to match what the Rest API provides
|
A D | cser_helper.py | 1317 if patch.id: 1320 patch.id, len(patch.comments))): 1323 info = SerVer(svid, None, None, None, cover.id,
|
A D | status.py | 253 patch = patchwork.Patch(pw_patch.id)
|
A D | func_test.py | 440 ref = base2.peel(pygit2.GIT_OBJ_COMMIT).parents[0].parents[0].id 685 self.assertEqual('1', patch.id)
|
A D | patman.rst | 233 Series-links: [id | version:id]...
|
A D | README.rst | 233 Series-links: [id | version:id]...
|
/tools/binman/ |
A D | entries.rst | 618 image-type-id = SANDBOX_UBOOT_IMAGE_GUID; 649 can be used as an id of a key that is stored in an external device. 693 key-source = "external-key-id"; 702 key-source = "external-key-id"; 1241 - hardware-id: Hardware ID to use for this build (a string) 2121 id = <257>; /* The ID of the firewall being configured */
|
Completed in 42 milliseconds