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

/linux-master/scripts/mod/
H A Dmodpost.c1714 void __attribute__((format(printf, 2, 3))) buf_printf(struct buffer *buf, function
1816 buf_printf(b, "#include <linux/module.h>\n");
1821 buf_printf(b, "#define INCLUDE_VERMAGIC\n");
1822 buf_printf(b, "#include <linux/build-salt.h>\n");
1823 buf_printf(b, "#include <linux/elfnote-lto.h>\n");
1824 buf_printf(b, "#include <linux/export-internal.h>\n");
1825 buf_printf(b, "#include <linux/vermagic.h>\n");
1826 buf_printf(b, "#include <linux/compiler.h>\n");
1827 buf_printf(b, "\n");
1828 buf_printf(
[all...]
H A Dmodpost.h88 buf_printf(struct buffer *buf, const char *fmt, ...);
H A Dfile2alias.c233 buf_printf(&mod->dev_table_buf,
378 buf_printf(&mod->dev_table_buf, "MODULE_ALIAS(\"%s\");\n", alias);
381 buf_printf(&mod->dev_table_buf, "MODULE_ALIAS(\"%s\");\n", alias);
611 buf_printf(&mod->dev_table_buf,
617 buf_printf(&mod->dev_table_buf,
669 buf_printf(&mod->dev_table_buf,
675 buf_printf(&mod->dev_table_buf,
1530 buf_printf(&mod->dev_table_buf,
1659 buf_printf(buf, "\n");

Completed in 140 milliseconds