Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 12 of 12) sorted by relevance

/scripts/
Dexport_report.pl65 my (%SYMBOL, %MODULE, %opt, @allcfiles);
67 if (not getopts('hk:o:f',\%opt) or defined $opt{'h'}) {
71 if (defined $opt{'f'}) {
77 if (not defined $opt{'k'}) {
78 $opt{'k'} = "Module.symvers";
81 open (my $module_symvers, '<', $opt{'k'})
82 or die "Sorry, cannot open $opt{'k'}: $!\n";
84 if (defined $opt{'o'}) {
85 open (my $out, '>', $opt{'o'})
86 or die "Sorry, cannot open $opt{'o'} $!\n";
DMakefile.autofdo20 …= --mllvm=-enable-fs-discriminator=true --mllvm=-improved-fs-discriminator=true -plugin-opt=thinlto
21 KBUILD_LDFLAGS += -plugin-opt=-split-machine-functions
Dsign-file.c242 int opt, n; in main() local
256 opt = getopt(argc, argv, "sdpk"); in main()
257 switch (opt) { in main()
267 } while (opt != -1); in main()
Dinsert-sys-cert.c285 int opt; in main() local
289 while ((opt = getopt(argc, argv, "b:c:s:")) != -1) { in main()
290 switch (opt) { in main()
Dunifdef.c243 int opt; in main() local
245 while ((opt = getopt(argc, argv, "i:D:U:I:o:bBcdeKklnsStV")) != -1) in main()
246 switch (opt) { in main()
253 opt = *optarg++; in main()
254 if (opt == 'D') in main()
256 else if (opt == 'U') in main()
Dcheck-uapi.sh532 while getopts "hb:p:j:l:iqv" opt; do
533 case $opt in
/scripts/gendwarfksyms/
Dgendwarfksyms.c96 int opt; in main() local
110 while ((opt = getopt_long(argc, argv, "dsT:h", opts, NULL)) != EOF) { in main()
111 switch (opt) { in main()
/scripts/dtc/
Dfdtoverlay.c163 int opt, i; in main() local
167 while ((opt = util_getopt_long()) != EOF) { in main()
168 switch (opt) { in main()
Ddtc.c173 int opt; in main() local
184 while ((opt = util_getopt_long()) != EOF) { in main()
185 switch (opt) { in main()
/scripts/gdb/linux/
Dproc.py116 def info_opts(lst, opt): argument
119 if opt & key:
/scripts/kconfig/
Dconf.c661 int opt; in main() local
667 while ((opt = getopt_long(ac, av, "hs", long_opts, NULL)) != -1) { in main()
668 switch (opt) { in main()
/scripts/mod/
Dmodpost.c2284 int opt; in main() local
2288 while ((opt = getopt(argc, argv, "ei:MmnT:to:au:WwENd:v:xbp:")) != -1) { in main()
2289 switch (opt) { in main()