Home
last modified time | relevance | path

Searched refs:STR_BUF_LEN (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/mips/dec/prom/
H A Didentify.c46 #define STR_BUF_LEN 64 in get_system_type() macro
47 static char system[STR_BUF_LEN]; in get_system_type()
52 snprintf(system, STR_BUF_LEN, "Digital %s", in get_system_type()