Lines Matching refs:from
21 -d Load modules from DIR, option may be used multiple times
59 char *from;
64 from = getbasename(file);
66 for (i = 0; i < (MODNAME_LEN-1) && from[i] && from[i] != '.'; i++)
67 mod[i] = (from[i] == '-') ? '_' : from[i];
72 // Add options in opts from toadd.
85 // Remove first element from the list and return it.
133 * Returns struct module_s from the data base if found, NULL otherwise.
158 * Read a line from file with \ continuation and skip commented lines.
306 // Finds dependencies for modules from the modules.dep file.
341 // Remove a module from the Linux Kernel. if !modules does auto remove.
351 // of flags, and don't need to support loading from stdin.