Searched defs:devtable (Results 1 – 2 of 2) 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);1511 static const struct devtable devtable[] = { variable
465 static int parse_devtable(FILE * devtable) in parse_devtable()511 FILE *devtable = NULL; in main() local