Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/mod/
Dfile2alias.c237 buf_printf(&mod->dev_table_buf, in do_usb_entry()
539 buf_printf(&mod->dev_table_buf, in do_pnp_device_entry()
545 buf_printf(&mod->dev_table_buf, in do_pnp_device_entry()
594 buf_printf(&mod->dev_table_buf, in do_pnp_card_entries()
600 buf_printf(&mod->dev_table_buf, in do_pnp_card_entries()
1220 buf_printf(&mod->dev_table_buf, in do_table()
1296 buf_write(buf, mod->dev_table_buf.p, mod->dev_table_buf.pos); in add_moddevtable()
1297 free(mod->dev_table_buf.p); in add_moddevtable()
Dmodpost.h114 struct buffer dev_table_buf; member