Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.c1669 void __attribute__((format(printf, 2, 3))) buf_printf(struct buffer *buf, in buf_printf() function
1827 buf_printf(b, "#include <linux/module.h>\n"); in add_header()
1828 buf_printf(b, "#include <linux/export-internal.h>\n"); in add_header()
1829 buf_printf(b, "#include <linux/compiler.h>\n"); in add_header()
1830 buf_printf(b, "\n"); in add_header()
1831 buf_printf(b, "MODULE_INFO(name, KBUILD_MODNAME);\n"); in add_header()
1832 buf_printf(b, "\n"); in add_header()
1833 buf_printf(b, "__visible struct module __this_module\n"); in add_header()
1834 buf_printf(b, "__section(\".gnu.linkonce.this_module\") = {\n"); in add_header()
1835 buf_printf( in add_header()
[all...]
H A Dmodpost.h93 buf_printf(struct buffer *buf, const char *fmt, ...);