Searched refs:buf_printf (Results 1 – 2 of 2) sorted by relevance
/scripts/mod/ |
A D | modpost.c | 1830 buf_printf(b, "\n"); in add_header() 1832 buf_printf(b, "\n"); in add_header() 1843 buf_printf(b, "};\n"); in add_header() 1860 buf_printf(buf, "\n"); in add_exported_symbols() 1874 buf_printf(buf, "\n"); in add_exported_symbols() 1900 buf_printf(b, "\n"); in add_extended_versions() 1930 buf_printf(b, ";\n"); in add_extended_versions() 1943 buf_printf(b, "\n"); in add_versions() 1983 buf_printf(b, "\n"); in add_depends() 2004 buf_printf(b, "\n"); in add_srcversion() [all …]
|
A D | modpost.h | 93 buf_printf(struct buffer *buf, const char *fmt, ...);
|
Completed in 8 milliseconds