Searched refs:buf_printf (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | modpost.c | 1747 void __attribute__((format(printf, 2, 3))) buf_printf(struct buffer *buf, in buf_printf() function 1836 buf_printf(b, "#include <linux/module.h>\n"); in add_header() 1837 buf_printf(b, "#include <linux/vermagic.h>\n"); in add_header() 1838 buf_printf(b, "#include <linux/compiler.h>\n"); in add_header() 1839 buf_printf(b, "\n"); in add_header() 1840 buf_printf(b, "MODULE_INFO(vermagic, VERMAGIC_STRING);\n"); in add_header() 1841 buf_printf(b, "\n"); in add_header() 1842 buf_printf(b, "struct module __this_module\n"); in add_header() 1843 buf_printf(b, "__attribute__((section(\".gnu.linkonce.this_module\"))) = {\n"); in add_header() 1844 buf_printf(b, " .name = KBUILD_MODNAME,\n"); in add_header() [all …]
|
| H A D | file2alias.c | 159 buf_printf(&mod->dev_table_buf, in do_usb_entry() 442 buf_printf(&mod->dev_table_buf, in do_pnp_device_entry() 448 buf_printf(&mod->dev_table_buf, in do_pnp_device_entry() 498 buf_printf(&mod->dev_table_buf, in do_pnp_card_entries() 504 buf_printf(&mod->dev_table_buf, in do_pnp_card_entries() 889 buf_printf(&mod->dev_table_buf, in do_table() 1035 buf_printf(buf, "\n"); in add_moddevtable()
|
| H A D | modpost.h | 100 buf_printf(struct buffer *buf, const char *fmt, ...);
|