Searched defs:devtable (Results 1 – 1 of 1) sorted by relevance
47 struct devtable { struct48 const char *device_id; /* name of table, __mod_<name>__*_device_table. */49 unsigned long id_size;50 int (*do_entry)(const char *filename, void *symval, char *alias);1219 static const struct devtable devtable[] = { variable