Searched defs:edd_put_string (Results 1 – 1 of 1) sorted by relevance
31 static void __init edd_put_string(u8 *dst, size_t n, const char *src) in edd_put_string() function41 #define edd_put_string(d, s) edd_put_string(d, ARRAY_SIZE(d), s) macro
Completed in 50 milliseconds