Searched defs:buf_printf (Results 1 - 1 of 1) sorted by relevance

/scripts/mod/
H A Dmodpost.c1747 void __attribute__((format(printf, 2, 3))) buf_printf(struct buffer *buf, function
1836 buf_printf(b, "#include <linux/module.h>\n");
1837 buf_printf(b, "#include <linux/vermagic.h>\n");
1838 buf_printf(b, "#include <linux/compiler.h>\n");
1839 buf_printf(b, "\n");
1840 buf_printf(b, "MODULE_INFO(vermagic, VERMAGIC_STRING);\n");
1841 buf_printf(b, "\n");
1842 buf_printf(b, "struct module __this_module\n");
1843 buf_printf(b, "__attribute__((section(\".gnu.linkonce.this_module\"))) = {\n");
1844 buf_printf(
[all...]

Completed in 45 milliseconds