Searched refs:table_fill_string (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | tables.h | 44 void table_fill_string(char *dest, const char *src, size_t n, char pad);
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | tables.c | 40 void table_fill_string(char *dest, const char *src, size_t n, char pad) in table_fill_string() function
|
H A D | mpspec.c | 62 table_fill_string(mc->mpc_oem, CONFIG_SYS_VENDOR, 8, ' '); in mp_config_table_init() 63 table_fill_string(mc->mpc_product, CONFIG_SYS_BOARD, 12, ' '); in mp_config_table_init()
|