Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/mod/
Dmodpost.c2384 char *kernel_read = NULL, *module_read = NULL; in main() local
2397 module_read = optarg; in main()
2442 if (module_read) in main()
2443 read_dump(module_read, 0); in main()