Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/mod/
Dfile2alias.c44 struct devtable { struct
72 struct devtable **__start___devtable, **__stop___devtable;
79 extern struct devtable *__start___devtable[], *__stop___devtable[];
104 static struct devtable __cat(devtable,__LINE__) = { \
109 static struct devtable *SECTION(__devtable) __used \
110 __cat(devtable_ptr,__LINE__) = &__cat(devtable,__LINE__)
1278 struct devtable **p; in handle_moddevtable()