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