Searched refs:setup_args (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/drivers/
H A Dethertap_user.c102 char *setup_args[] = { "uml_net", version_buf, "ethertap", dev, local
112 args = setup_args;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dwd33c93.c106 * settings from the kernel/module command-line to the driver. 'setup_args[]'
109 * those settings are combined with 'setup_args[]'. Note that amiboot
149 * the 'nth' element of setup_args[]. A blank command-line member (in
151 * the corresponding setup_args[] element.
165 static char *setup_args[] = { "", "", "", "", "", "", "", "", "", "" }; variable
1745 #define MAX_SETUP_ARGS ARRAY_SIZE(setup_args)
1778 setup_args[i] = p1;
1782 setup_args[i] = p1;
1805 if (!strncmp(setup_args[x], key, strlen(key)))
1807 if (!strncmp(setup_args[
[all...]
H A Din2000.c26 * settings from the kernel/module command-line to the driver. 'setup_args[]'
29 * settings are combined with 'setup_args[]'. Note that LILO command-lines
59 * the 'nth' element of setup_args[]. A blank command-line member (in
61 * the corresponding setup_args[] element.
71 static char *setup_args[] = { "", "", "", "", "", "", "", "", "" }; variable
1684 #define MAX_SETUP_ARGS ARRAY_SIZE(setup_args)
1703 setup_args[i] = p1;
1707 setup_args[i] = p1;
1728 if (!strncmp(setup_args[x], key, strlen(key)))
1734 cp = setup_args[
[all...]

Completed in 135 milliseconds