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[] = { "", "", "", "", "", "", "", "", "", "" };
1700 #define MAX_SETUP_ARGS ARRAY_SIZE(setup_args)
1733 setup_args[i] = p1;
1737 setup_args[i] = p1;
1760 if (!strncmp(setup_args[x], key, strlen(key)))
1762 if (!strncmp(setup_args[x], "next", strlen("next")))
1768 cp = setup_args[x] + strlen(key);
1991 printk(" setup_args=");
1993 printk("%s,", setup_args[i]);