Lines Matching defs:from
68 char *from, *lslash;
74 if (!lslash || (lslash == file && !lslash[1])) from = file;
75 else from = lslash + 1;
77 for (i = 0; i < (MODNAME_LEN-1) && from[i] && from[i] != '.'; i++)
78 mod[i] = (from[i] == '-') ? '_' : from[i];
83 // Add options in opts from toadd.
96 // Remove first element from the list and return it.
144 * Returns struct module_s from the data base if found, NULL otherwise.
169 * Read a line from file with \ continuation and escape commented line.
315 // Finds dependencies for modules from the modules.dep file.
351 // Remove a module from the Linux Kernel. if !modules does auto remove.