Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 260) sorted by relevance

1234567891011

/u-boot/lib/efi_loader/
A Defi_unicode_collation.c109 s = next_lower(&string); in metai_match()
120 string_old = string; in metai_match()
210 u16 *string) in efi_str_lwr() argument
213 for (; *string; ++string) in efi_str_lwr()
214 *string = utf_to_lower(*string); in efi_str_lwr()
231 u16 *string) in efi_str_upr() argument
234 for (; *string; ++string) in efi_str_upr()
235 *string = utf_to_upper(*string); in efi_str_upr()
261 string[i] = c; in efi_fat_to_str()
265 string[i] = 0; in efi_fat_to_str()
[all …]
/u-boot/include/
A Dandroid_bootloader_message.h199 std::string get_bootloader_message_blk_device(std::string* err);
202 bool read_bootloader_message(bootloader_message* boot, std::string* err);
206 std::string* err);
213 const std::string& misc_blk_device, std::string* err);
217 bool write_bootloader_message(const std::vector<std::string>& options, std::string* err);
222 const std::string& misc_blk_device, std::string* err);
226 bool update_bootloader_message(const std::vector<std::string>& options, std::string* err);
234 bool clear_bootloader_message(std::string* err);
237 bool write_reboot_bootloader(std::string* err);
240 bool read_wipe_package(std::string* package_data, size_t size, std::string* err);
[all …]
/u-boot/arch/microblaze/cpu/
A Dcpuinfo.c84 for (; entry->string; ++entry) in lookup_string()
86 return entry->string; in lookup_string()
91 static const u32 lookup_code(const char *string, in lookup_code() argument
94 for (; entry->string; ++entry) in lookup_code()
95 if (!strcmp(entry->string, string)) in lookup_code()
111 const u32 microblaze_lookup_fpga_family_code(const char *string) in microblaze_lookup_fpga_family_code() argument
113 return lookup_code(string, family_string_lookup); in microblaze_lookup_fpga_family_code()
116 const u32 microblaze_lookup_cpu_version_code(const char *string) in microblaze_lookup_cpu_version_code() argument
118 return lookup_code(string, cpu_ver_lookup); in microblaze_lookup_cpu_version_code()
/u-boot/drivers/ram/stm32mp1/
A Dstm32mp1_tests.c32 sprintf(string, "invalid %d parameter %s", in get_bufsize()
37 sprintf(string, "invalid size %s (min=%d)", in get_bufsize()
42 sprintf(string, "unaligned size %s (min=%d)", in get_bufsize()
64 sprintf(string, "invalid %d parameter %s", in get_nb_loop()
85 sprintf(string, "invalid %d parameter %s", in get_addr()
94 sprintf(string, "unaligned address %s", in get_addr()
117 sprintf(string, "invalid %d parameter %s", in get_pattern()
443 sprintf(string, "address 0x%x", addr); in test_databus()
449 char *string, int argc, char *argv[]) in test_addressbus() argument
520 char *string, int argc, char *argv[]) in test_sso() argument
[all …]
/u-boot/board/sifive/unmatched/
A Dhifive-platform-i2c-eeprom.c273 static void set_mac_address(char *string) in set_mac_address() argument
284 e.mac_addr[i] = hextoul(string, &string); in set_mac_address()
285 if (*string == ':') in set_mac_address()
286 string++; in set_mac_address()
302 if (!strcasecmp(string, "unknown")) { in set_manuf_test_status()
327 p = dectoul(string, &string); in set_pcb_revision()
348 if (string[0] < 'A' || string[0] > 'Z') { in set_bom_revision()
353 e.bom_revision = string[0]; in set_bom_revision()
369 p = dectoul(string, &string); in set_bom_variant()
388 static void set_product_id(char *string) in set_product_id() argument
[all …]
/u-boot/lib/efi_selftest/
A Defi_selftest_devicepath.c324 u16 *string; in execute() local
350 if (!string) { in execute()
354 efi_st_printf("%ps\n", string); in execute()
374 if (!string) { in execute()
379 string, in execute()
386 ret = boottime->free_pool(string); in execute()
395 string, in execute()
402 ret = boottime->free_pool(string); in execute()
411 if (!string) { in execute()
441 if (!string) { in execute()
[all …]
/u-boot/board/sysam/amcore/
A DKconfig4 string
8 string
12 string
16 string
/u-boot/board/Marvell/octeon_ebb7304/
A DKconfig4 string
8 string
12 string
16 string
/u-boot/board/Marvell/octeon_nic23/
A DKconfig4 string
8 string
12 string
16 string
/u-boot/board/st/stih410-b2260/
A DKconfig4 string
8 string
12 string
16 string
/u-boot/board/st/stm32f429-discovery/
A DKconfig4 string
8 string
12 string
16 string
/u-boot/board/st/stm32f429-evaluation/
A DKconfig4 string
8 string
12 string
16 string
/u-boot/board/st/stm32f469-discovery/
A DKconfig4 string
8 string
12 string
16 string
/u-boot/board/st/stm32f746-disco/
A DKconfig4 string
8 string
12 string
16 string
/u-boot/board/st/stm32h743-disco/
A DKconfig4 string
8 string
12 string
16 string
/u-boot/board/st/stm32h743-eval/
A DKconfig4 string
8 string
12 string
16 string
/u-boot/board/st/stm32h750-art-pi/
A DKconfig4 string
8 string
12 string
16 string
/u-boot/board/freescale/imxrt1020-evk/
A DKconfig4 string
8 string
12 string
16 string
/u-boot/board/freescale/imxrt1050-evk/
A DKconfig4 string
8 string
12 string
16 string
/u-boot/board/freescale/imxrt1170-evk/
A DKconfig4 string
8 string
12 string
16 string
/u-boot/drivers/serial/
A Dusbtty.c568 struct usb_string_descriptor *string; in usbtty_init_strings() local
575 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()
581 string->bLength = sizeof(wstrProduct); in usbtty_init_strings()
582 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()
584 usbtty_string_table[STR_PRODUCT]=string; in usbtty_init_strings()
588 string->bLength = sizeof(serial_number); in usbtty_init_strings()
589 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()
590 str2wide (serial_number, string->wData); in usbtty_init_strings()
591 usbtty_string_table[STR_SERIAL]=string; in usbtty_init_strings()
596 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()
[all …]
/u-boot/board/cavium/thunderx/
A DKconfig4 string
8 string
12 string
16 string
/u-boot/cmd/
A Dtlv_eeprom.c730 char *p = (char *)string; in set_mac()
797 if (!string) { in set_date()
805 string); in set_date()
813 if (string[i] != '/') { in set_date()
815 string); in set_date()
822 string); in set_date()
830 string); in set_date()
837 string); in set_date()
844 strcpy(buf, string); in set_date()
879 string); in set_bytes()
[all …]
/u-boot/scripts/kconfig/
A Dzconf.l114 yylval.string = text;
119 yylval.string = expand_token(yytext, yyleng);
120 if (strlen(yylval.string))
122 free(yylval.string);
138 yylval.string = text;
170 yylval.string = text;
175 yylval.string = expand_token(yytext, yyleng);
176 if (strlen(yylval.string))
178 free(yylval.string);
/u-boot/board/kontron/sl-mx8mm/
A DKconfig4 string
8 string
12 string

Completed in 64 milliseconds

1234567891011