Searched refs:cb_parse_string (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/arch/x86/cpu/coreboot/ |
D | tables.c | 107 static void cb_parse_string(unsigned char *ptr, char **info) in cb_parse_string() function 163 cb_parse_string(ptr, &info->version); in cb_parse_header() 166 cb_parse_string(ptr, &info->extra_version); in cb_parse_header() 169 cb_parse_string(ptr, &info->build); in cb_parse_header() 172 cb_parse_string(ptr, &info->compile_time); in cb_parse_header() 175 cb_parse_string(ptr, &info->compile_by); in cb_parse_header() 178 cb_parse_string(ptr, &info->compile_host); in cb_parse_header() 181 cb_parse_string(ptr, &info->compile_domain); in cb_parse_header() 184 cb_parse_string(ptr, &info->compiler); in cb_parse_header() 187 cb_parse_string(ptr, &info->linker); in cb_parse_header() [all …]
|