Searched refs:buf_printf (Results 1 – 1 of 1) sorted by relevance
| /linux/scripts/mod/ |
| H A D | modpost.c | 1683 void __attribute__((format(printf, 2, 3))) buf_printf(struct buffer *buf, in buf_printf() 1841 buf_printf(b, "#include <linux/module.h>\n"); in add_header() 1842 buf_printf(b, "#include <linux/export-internal.h>\n"); in add_header() 1843 buf_printf(b, "#include <linux/compiler.h>\n"); in add_header() 1844 buf_printf(b, "\n"); in add_header() 1845 buf_printf(b, "MODULE_INFO(name, KBUILD_MODNAME);\n"); in add_header() 1846 buf_printf(b, "\n"); in add_header() 1847 buf_printf(b, "__visible struct module __this_module\n"); in add_header() 1848 buf_printf(b, "__section(\".gnu.linkonce.this_module\") = {\n"); in add_header() 1849 buf_printf( in add_header() 1678 void __attribute__((format(printf, 2, 3))) buf_printf(struct buffer *buf, buf_printf() function [all...] |