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

/linux-master/arch/um/os-Linux/drivers/
H A Dethertap_user.c99 char *setup_args[] = { "uml_net", version_buf, "ethertap", dev, local
109 args = setup_args;
/linux-master/drivers/scsi/
H A Dwd33c93.c99 * 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[] = { "", "", "", "", "", "", "", "", "", "" }; variable
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[
[all...]
/linux-master/tools/perf/
H A Dbuiltin-lock.c2250 goto setup_args;
2262 setup_args:

Completed in 154 milliseconds