Home
last modified time | relevance | path

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

/linux-2.6.39/scripts/mod/
Dfile2alias.c159 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()
871 buf_printf(&mod->dev_table_buf, in do_table()
1010 buf_write(buf, mod->dev_table_buf.p, mod->dev_table_buf.pos); in add_moddevtable()
1011 free(mod->dev_table_buf.p); in add_moddevtable()
Dmodpost.h114 struct buffer dev_table_buf; member