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