Searched refs:script_name (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/ui/browsers/
H A Dscripts.c82 * into the buffer pointed by script_name, and return 0.
85 static int list_scripts(char *script_name, bool *custom, argument
100 script_name[0] = 0;
143 sprintf(script_name, "%s script %s", perf, script_args);
145 strcpy(script_name, paths[choice]);
175 char *cmd, script_name[SCRIPT_FULLPATH_LEN]; local
178 memset(script_name, 0, SCRIPT_FULLPATH_LEN);
179 if (list_scripts(script_name, &custom, evsel))
184 script_name,
/linux-master/scripts/dtc/
H A Dof_unittest_expect21 (undef, $script_name) = split(/^.*\//, $0);
83 print "** ERROR: $script_name internal error, at end of compare(), CONSOLE_LOG line: $.\n";
98 $script_name CONSOLE_LOG
143 '** ' Line reports $script_name warning or error
180 print STDERR "For help, type '$script_name --help'\n";
208 print STDERR "\n$script_name $VUFX\n\n";
337 printf "** %s%s$script_name WARNING - not found ---> %s\n",
410 printf "** %s%s$script_name WARNING - next line matches EXPECT_NOT\n",
H A Ddt_to_config15 $script_name = $0;
16 $script_name =~ s|^.*/||;
164 Usage: $script_name [options] device-tree...
978 print STDERR " For help, type '$script_name --help'\n";
1014 print STDERR "\n$script_name $VUFX\n\n";
1205 print STDERR "$script_name must be run from the root directory of a Linux kernel tree\n";
/linux-master/tools/perf/
H A Dbuiltin-script.c71 static char const *script_name; variable
3014 script_name = find_script(script);
3015 if (!script_name)
3016 script_name = strdup(script);
4106 if (argc && !script_name && !rec_script_path && !rep_script_path) {
4115 script_name = find_script(argv[0]);
4116 if (script_name) {
4257 if (!script_name) {
4368 if (script_name) {
4369 err = scripting_ops->start_script(script_name, arg
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1123 char *script_name; local
1134 script_name = "scripta";
1141 script_name = "scriptb";
1146 script_name = "mem";
1155 script_name, script_ofs, (unsigned)INL(np, nc_dbc));
/linux-master/drivers/scsi/
H A Dncr53c8xx.c5653 char *script_name; local
5663 script_name = "script";
5670 script_name = "scripth";
5675 script_name = "mem";
5681 (unsigned)INB (nc_sxfer),(unsigned)INB (nc_scntl3), script_name, script_ofs,

Completed in 179 milliseconds