Lines Matching refs:line
8 * option 17 and/or kernel command line options.
30 * Martin Mares : (2.2) "0.0.0.0" addresses from command line ignored.
40 * Gero Kuhlmann : "0.0.0.0" addresses from command line are
99 /* Parameters passed from the kernel command line */
116 * When the "nfsrootdebug" kernel command line option is specified,
130 * command line.
137 static int __init nfs_root_setup(char *line)
141 if (line[0] == '/' || line[0] == ',' || (line[0] >= '0' && line[0] <= '9')) {
142 strlcpy(nfs_root_parms, line, sizeof(nfs_root_parms));
144 size_t n = strlen(line) + sizeof(NFS_ROOT) - 1;
146 line[sizeof(nfs_root_parms) - sizeof(NFS_ROOT) - 2] = '\0';
147 sprintf(nfs_root_parms, NFS_ROOT, line);
218 * the kernel command line. This has to be done late in order to