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