Lines Matching defs:setup_args
99 * settings from the kernel/module command-line to the driver. 'setup_args[]'
102 * those settings are combined with 'setup_args[]'. Note that amiboot
142 * the 'nth' element of setup_args[]. A blank command-line member (in
144 * the corresponding setup_args[] element.
158 static char *setup_args[] = { "", "", "", "", "", "", "", "", "", "" };
1754 #define MAX_SETUP_ARGS ARRAY_SIZE(setup_args)
1787 setup_args[i] = p1;
1791 setup_args[i] = p1;
1814 if (!strncmp(setup_args[x], key, strlen(key)))
1816 if (!strncmp(setup_args[x], "next", strlen("next")))
1822 cp = setup_args[x] + strlen(key);
2045 printk(" setup_args=");
2047 printk("%s,", setup_args[i]);